Add version 0.2 post
parent
f5add73daa
commit
a7f8f6991d
@ -0,0 +1,44 @@
|
||||
---
|
||||
title: "Release version 0.2"
|
||||
date: 2020-12-28T10:46:51+01:00
|
||||
draft: false
|
||||
slug: "version0_2"
|
||||
---
|
||||
|
||||
**We just released version 0.2 - The test data release -**
|
||||
|
||||
Version 0.2 includes the first real world avalanches. It provides data for 6
|
||||
avalanches, including topographies, release areas and benchmark results.
|
||||
To know more about our data sources, head over to
|
||||
[our data sources documentation](https://docs.avaframe.org/en/latest/dataSources.html).
|
||||
The existing test cases also received some updates by including multiple release
|
||||
areas and multiple scenarios per avalanche.
|
||||
|
||||
All our standard test can be run by using ```runStandardTests.py``` in the
|
||||
```AvaFrame/avaframe``` directory. This is a good start to see all results at
|
||||
once, however be aware this script takes some time (if all tests are run; see
|
||||
top of the script).
|
||||
|
||||
For a documentation on how to add a test see
|
||||
[our development section](https://docs.avaframe.org/en/latest/develop.html#how-to-add-a-benchmark-test).
|
||||
|
||||
This release is also the first to include [API documentation](https://docs.avaframe.org/en/latest/api.html)
|
||||
for our modules and functions.
|
||||
However not all functions are included yet, but we are working on this.
|
||||
|
||||
Contributors to version 0.2:
|
||||
|
||||
- **Data: C. Tollinger, M.Granig**
|
||||
- **Data: Land Tirol**
|
||||
- **Code: core team**
|
||||
|
||||
|
||||
|
||||
Please go to our [documentation](http://docs.avaframe.org) and our [github
|
||||
repository](https://github.com/avaframe/AvaFrame/releases) to find out more.
|
||||
|
||||
As always, we are happy to receive your feedback, either use [github
|
||||
issues](https://github.com/avaframe/AvaFrame/issues) or contact us on our
|
||||
[matrix
|
||||
channel](https://matrix.to/#/!qmUrKSNurDoVuKAtRU:matrix.avaframe.org?via=matrix.avaframe.org)
|
||||
|
||||
@ -0,0 +1,152 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<meta name="author" content="AvaFrame">
|
||||
<meta name="description" content="https://avaframe.org">
|
||||
<meta name="keywords" content="project,avalanche">
|
||||
|
||||
<meta property="og:site_name" content="AvaFrame">
|
||||
<meta property="og:title" content="
|
||||
Release version 0.2 - AvaFrame
|
||||
">
|
||||
<meta property="og:description" content="">
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:url" content="https://avaframe.org/posts/version0_2/">
|
||||
<meta property="og:image" content="https://avaframe.org">
|
||||
<meta name="twitter:card" content="summary">
|
||||
<meta name="twitter:site" content="https://avaframe.org/posts/version0_2/">
|
||||
<meta name="twitter:image" content="https://avaframe.org">
|
||||
|
||||
<base href="https://avaframe.org/posts/version0_2/">
|
||||
<title>
|
||||
Release version 0.2 - AvaFrame
|
||||
</title>
|
||||
|
||||
<link rel="canonical" href="https://avaframe.org/posts/version0_2/">
|
||||
|
||||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Fira+Mono:400,700">
|
||||
<link rel="stylesheet" href="https://avaframe.org/css/normalize.min.css">
|
||||
<link rel="stylesheet" href="https://avaframe.org/css/style.min.css">
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<link rel="icon" type="image/png" href="https://avaframe.org/images/favicon-32x32.png" sizes="32x32">
|
||||
<link rel="icon" type="image/png" href="https://avaframe.org/images/favicon-16x16.png" sizes="16x16">
|
||||
|
||||
|
||||
<link rel="alternate" href="https://avaframe.org/index.xml" type="application/rss+xml" title="AvaFrame">
|
||||
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
|
||||
|
||||
|
||||
<meta name="generator" content="Hugo 0.79.0" />
|
||||
</head>
|
||||
|
||||
<body class="">
|
||||
<main class="wrapper">
|
||||
<nav class="navigation">
|
||||
<section class="container">
|
||||
<a class="navigation-title" href="/">AvaFrame</a>
|
||||
<input type="checkbox" id="menu-control"/>
|
||||
<label class="menu-mobile float-right " for="menu-control">
|
||||
<span class="btn-mobile float-right ">☰</span>
|
||||
<ul class="navigation-list">
|
||||
|
||||
|
||||
<li class="navigation-item align-center ">
|
||||
<a class="navigation-link" href="https://avaframe.org/about">About</a>
|
||||
</li>
|
||||
|
||||
<li class="navigation-item align-center ">
|
||||
<a class="navigation-link" href="https://avaframe.org/posts">Posts</a>
|
||||
</li>
|
||||
|
||||
<li class="navigation-item align-center ">
|
||||
<a class="navigation-link" href="https://avaframe.org/contact">Contact</a>
|
||||
</li>
|
||||
|
||||
|
||||
|
||||
</ul>
|
||||
</label>
|
||||
</section>
|
||||
</nav>
|
||||
|
||||
|
||||
<div class="content">
|
||||
|
||||
<section class="container post">
|
||||
<article>
|
||||
<header>
|
||||
<h1 class="title">Release version 0.2</h1>
|
||||
<h2 class="date">December 28, 2020</h2>
|
||||
|
||||
|
||||
</header>
|
||||
|
||||
<p><strong>We just released version 0.2 - The test data release -</strong></p>
|
||||
<p>Version 0.2 includes the first real world avalanches. It provides data for 6
|
||||
avalanches, including topographies, release areas and benchmark results.
|
||||
To know more about our data sources, head over to
|
||||
<a href="https://docs.avaframe.org/en/latest/dataSources.html">our data sources documentation</a>.
|
||||
The existing test cases also received some updates by including multiple release
|
||||
areas and multiple scenarios per avalanche.</p>
|
||||
<p>All our standard test can be run by using <code>runStandardTests.py</code> in the
|
||||
<code>AvaFrame/avaframe</code> directory. This is a good start to see all results at
|
||||
once, however be aware this script takes some time (if all tests are run; see
|
||||
top of the script).</p>
|
||||
<p>For a documentation on how to add a test see
|
||||
<a href="https://docs.avaframe.org/en/latest/develop.html#how-to-add-a-benchmark-test">our development section</a>.</p>
|
||||
<p>This release is also the first to include <a href="https://docs.avaframe.org/en/latest/api.html">API documentation</a>
|
||||
for our modules and functions.
|
||||
However not all functions are included yet, but we are working on this.</p>
|
||||
<p>Contributors to version 0.2:</p>
|
||||
<ul>
|
||||
<li><strong>Data: C. Tollinger, M.Granig</strong></li>
|
||||
<li><strong>Data: Land Tirol</strong></li>
|
||||
<li><strong>Code: core team</strong></li>
|
||||
</ul>
|
||||
<p>Please go to our <a href="http://docs.avaframe.org">documentation</a> and our <a href="https://github.com/avaframe/AvaFrame/releases">github
|
||||
repository</a> to find out more.</p>
|
||||
<p>As always, we are happy to receive your feedback, either use <a href="https://github.com/avaframe/AvaFrame/issues">github
|
||||
issues</a> or contact us on our
|
||||
<a href="https://matrix.to/#/!qmUrKSNurDoVuKAtRU:matrix.avaframe.org?via=matrix.avaframe.org">matrix
|
||||
channel</a></p>
|
||||
|
||||
</article>
|
||||
|
||||
<br/>
|
||||
|
||||
|
||||
|
||||
</section>
|
||||
|
||||
</div>
|
||||
|
||||
<footer class="footer">
|
||||
|
||||
</footer>
|
||||
<div class="fixed-bar">
|
||||
<section class="container">
|
||||
|
||||
<p id="privateTriggerText">Want to contact us? Visit our matrix room at: <a id="privateTrigger"
|
||||
href="https://matrix.to/#/!qmUrKSNurDoVuKAtRU:matrix.avaframe.org?via=matrix.avaframe.org">
|
||||
#public:matrix.avaframe.org</a></p>
|
||||
|
||||
</section>
|
||||
</div>
|
||||
|
||||
|
||||
</main>
|
||||
|
||||
|
||||
|
||||
<script src="https://avaframe.org/js/app.js"></script>
|
||||
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue