add version 1.1
parent
3a7603319b
commit
528992a757
@ -0,0 +1,45 @@
|
|||||||
|
---
|
||||||
|
title: "Release Version 1.1"
|
||||||
|
date: 2022-05-19T00:00:00+01:00
|
||||||
|
draft: false
|
||||||
|
slug: "version1_1"
|
||||||
|
---
|
||||||
|
|
||||||
|
**Today we released [Version 1.1](https://github.com/avaframe/AvaFrame/releases/tag/1.1)**
|
||||||
|
|
||||||
|
The benchmark and thickness release. There are two main changes:
|
||||||
|
|
||||||
|
- The benchmarks (i.e. reference results) are updated and originate from com1DFA now.
|
||||||
|
Previously these were produced by com1DFAOrig.
|
||||||
|
- All references to *depth* are now switched to *thickness*. This is done to be more consistent
|
||||||
|
and precise. It also means result types switch from *pfd / fd* (peak flow depth / flow depth) to
|
||||||
|
*pft / ft* (peak flow thickness / flow thickness). Note that this is purely a *naming* change; nothing
|
||||||
|
changed regarding the computation!
|
||||||
|
|
||||||
|
ENHANCEMENTS
|
||||||
|
|
||||||
|
- benchmarks originate from com1DFA
|
||||||
|
- change all depth variables to thickness
|
||||||
|
- change the order of simHash within the result names; fixes Move simHash in filename #690
|
||||||
|
- path finding added; see issue #610. This will be fully introduced in version 1.2, including
|
||||||
|
automatic split point generation
|
||||||
|
- refactor path computation functions
|
||||||
|
- allow computing path from particles or fields (if *from fields*: needs the FM=FlowMass)
|
||||||
|
- runscript to compute a path from com1DFA results (requires that one saves some time steps)
|
||||||
|
- automate the benchmark updating process
|
||||||
|
- improve energy line plot
|
||||||
|
- set deleteOutput to False in runOperational; addresses User Feedback (CT) #715. This means
|
||||||
|
it is possible to reuse the same directory in the QGis Connector, adding results to existing
|
||||||
|
ones
|
||||||
|
- add real area to aimec analysis #695
|
||||||
|
- update hybrid and energy test
|
||||||
|
- add com3Hybrid documentation #618
|
||||||
|
|
||||||
|
FIX
|
||||||
|
|
||||||
|
- hybrid model #611
|
||||||
|
- refactor com2AB for clarity and readability #446
|
||||||
|
- address savefigFormat TODO in outAB #560
|
||||||
|
- only one makeDomainTransfo #700
|
||||||
|
|
||||||
|
Felix
|
||||||
@ -0,0 +1,176 @@
|
|||||||
|
<!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 1.1 - AvaFrame
|
||||||
|
">
|
||||||
|
<meta property="og:description" content="">
|
||||||
|
<meta property="og:type" content="website">
|
||||||
|
<meta property="og:url" content="https://avaframe.org/posts/version1_1/">
|
||||||
|
<meta property="og:image" content="https://avaframe.org">
|
||||||
|
<meta name="twitter:card" content="summary">
|
||||||
|
<meta name="twitter:site" content="https://avaframe.org/posts/version1_1/">
|
||||||
|
<meta name="twitter:image" content="https://avaframe.org">
|
||||||
|
|
||||||
|
<base href="https://avaframe.org/posts/version1_1/">
|
||||||
|
<title>
|
||||||
|
Release Version 1.1 - AvaFrame
|
||||||
|
</title>
|
||||||
|
|
||||||
|
<link rel="canonical" href="https://avaframe.org/posts/version1_1/">
|
||||||
|
|
||||||
|
<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.99.1" />
|
||||||
|
</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://docs.avaframe.org">Documentation</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="navigation-item align-center ">
|
||||||
|
<a class="navigation-link" href="https://github.com/avaframe/AvaFrame/">Code</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/reports">Reports</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 1.1</h1>
|
||||||
|
<h2 class="date">May 19, 2022</h2>
|
||||||
|
|
||||||
|
|
||||||
|
</header>
|
||||||
|
|
||||||
|
<p><strong>Today we released <a href="https://github.com/avaframe/AvaFrame/releases/tag/1.1">Version 1.1</a></strong></p>
|
||||||
|
<p>The benchmark and thickness release. There are two main changes:</p>
|
||||||
|
<ul>
|
||||||
|
<li>The benchmarks (i.e. reference results) are updated and originate from com1DFA now.
|
||||||
|
Previously these were produced by com1DFAOrig.</li>
|
||||||
|
<li>All references to <em>depth</em> are now switched to <em>thickness</em>. This is done to be more consistent
|
||||||
|
and precise. It also means result types switch from <em>pfd / fd</em> (peak flow depth / flow depth) to
|
||||||
|
<em>pft / ft</em> (peak flow thickness / flow thickness). Note that this is purely a <em>naming</em> change; nothing
|
||||||
|
changed regarding the computation!</li>
|
||||||
|
</ul>
|
||||||
|
<p>ENHANCEMENTS</p>
|
||||||
|
<ul>
|
||||||
|
<li>benchmarks originate from com1DFA</li>
|
||||||
|
<li>change all depth variables to thickness</li>
|
||||||
|
<li>change the order of simHash within the result names; fixes Move simHash in filename #690</li>
|
||||||
|
<li>path finding added; see issue #610. This will be fully introduced in version 1.2, including
|
||||||
|
automatic split point generation
|
||||||
|
<ul>
|
||||||
|
<li>refactor path computation functions</li>
|
||||||
|
<li>allow computing path from particles or fields (if <em>from fields</em>: needs the FM=FlowMass)</li>
|
||||||
|
<li>runscript to compute a path from com1DFA results (requires that one saves some time steps)</li>
|
||||||
|
</ul>
|
||||||
|
</li>
|
||||||
|
<li>automate the benchmark updating process</li>
|
||||||
|
<li>improve energy line plot</li>
|
||||||
|
<li>set deleteOutput to False in runOperational; addresses User Feedback (CT) #715. This means
|
||||||
|
it is possible to reuse the same directory in the QGis Connector, adding results to existing
|
||||||
|
ones</li>
|
||||||
|
<li>add real area to aimec analysis #695</li>
|
||||||
|
<li>update hybrid and energy test</li>
|
||||||
|
<li>add com3Hybrid documentation #618</li>
|
||||||
|
</ul>
|
||||||
|
<p>FIX</p>
|
||||||
|
<ul>
|
||||||
|
<li>hybrid model #611</li>
|
||||||
|
<li>refactor com2AB for clarity and readability #446</li>
|
||||||
|
<li>address savefigFormat TODO in outAB #560</li>
|
||||||
|
<li>only one makeDomainTransfo #700</li>
|
||||||
|
</ul>
|
||||||
|
<p>Felix</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