From a7f8f6991d0afe8174b76287f92b42d0ee4ecbc6 Mon Sep 17 00:00:00 2001 From: Felix Oesterle Date: Tue, 29 Dec 2020 09:06:32 +0100 Subject: [PATCH] Add version 0.2 post --- content/posts/Version0.2.md | 44 +++++++++ public/index.html | 4 + public/index.xml | 13 ++- public/posts/index.html | 4 + public/posts/index.xml | 13 ++- public/posts/version0_2/index.html | 152 +++++++++++++++++++++++++++++ public/sitemap.xml | 9 +- 7 files changed, 235 insertions(+), 4 deletions(-) create mode 100644 content/posts/Version0.2.md create mode 100644 public/posts/version0_2/index.html diff --git a/content/posts/Version0.2.md b/content/posts/Version0.2.md new file mode 100644 index 0000000..e297a8c --- /dev/null +++ b/content/posts/Version0.2.md @@ -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) + diff --git a/public/index.html b/public/index.html index c66a614..7c0c7e8 100644 --- a/public/index.html +++ b/public/index.html @@ -99,6 +99,10 @@