Skip to content

Commit a06bece

Browse files
committed
Add Version 1.10 announcement
1 parent cc166cc commit a06bece

File tree

117 files changed

+446
-324
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

117 files changed

+446
-324
lines changed

config.toml

+7-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ theme = "coder-portfolio"
77

88
DefaultContentLanguage = "en"
99

10-
paginate = 10
1110

1211
pygmentsstyle = "b2"
1312
pygmentscodefences = true
@@ -50,6 +49,13 @@ pygmentsUseClasses = true
5049

5150
langseparator = "|"
5251

52+
53+
[pagination]
54+
disableAliases = false
55+
pagerSize = 10
56+
57+
58+
5359
[languages]
5460
[languages.en]
5561
languagecode = "en"

content/posts/Version1.10.md

+51
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,51 @@
1+
---
2+
title: "Release Version 1.10"
3+
date: 2025-02-10T00:00:00+01:00
4+
draft: false
5+
slug: "version1_10"
6+
---
7+
8+
**We released [Version 1.10](https://github.com/avaframe/AvaFrame/releases/tag/1.10)**
9+
10+
**QGis users please note (after updating the plugin): do not forget to run Admin -> Update AvaFrame from within the
11+
toolbox to receive the updated core as well.**
12+
13+
The path generation and geotiff release. So the main changes are:
14+
* The raster reading routines now accept geotiff files as well
15+
* we updated the automatic path generation, this will also end up in the QGis connector
16+
* added a new spatialVoellmy friction setup, to read mu/xi values from raster during initialization.
17+
* fix a long/long Windows bug (again...)
18+
* some plot can include a (online) background map
19+
20+
Please be aware: the module ascUtils is being deprecated. Please use rasterUtils which has the same functions in it. ascUtils will be removed in a future version.
21+
22+
**Also be aware: The benchmarks give slightly changed results!** The differences are well within accepted ranges. They originate from the new interpolation during remeshing (using rasterio) and / or the slight changes during conversion from asc to tif topography (see avaAlr). We will update the benchmarks in the next release and add the difference report there.
23+
24+
## What's Changed
25+
* add underscore in file name search using resType by @leon-wagner in https://github.com/avaframe/AvaFrame/pull/1040
26+
* [out3]: Fix bugin AIMEC plot by @PaulaSp3 in https://github.com/avaframe/AvaFrame/pull/1043
27+
* Fix no points in shp reading routines [in2] by @awirb in https://github.com/avaframe/AvaFrame/pull/1045
28+
* [doc]: Adapt Docu (W. Fellin suggestions) by @PaulaSp3 in https://github.com/avaframe/AvaFrame/pull/1047
29+
* add new friction model spatialVoellmy [com1] by @awirb in https://github.com/avaframe/AvaFrame/pull/1046
30+
* change default input and add in ini in probAnalysis [ana4] by @awirb in https://github.com/avaframe/AvaFrame/pull/1049
31+
* Update glossary.rst [doc] by @fso42 in https://github.com/avaframe/AvaFrame/pull/1026
32+
* fix wrong indents in glossary by @awirb in https://github.com/avaframe/AvaFrame/pull/1050
33+
* update DFA path runscript [ana5; runscripts] by @leon-wagner in https://github.com/avaframe/AvaFrame/pull/1039
34+
* Set dtypes for integer, Windows Long Long problem again [com1] by @fso42 in https://github.com/avaframe/AvaFrame/pull/1052
35+
* [doc]: update links to packages for com4FlowPy by @PaulaSp3 in https://github.com/avaframe/AvaFrame/pull/1054
36+
* [doc]: update (again) com4FlowPy docu by @PaulaSp3 in https://github.com/avaframe/AvaFrame/pull/1055
37+
* [com1DFA]: Add options for computing resistance (especially dealing with hEff) by @PaulaSp3 in https://github.com/avaframe/AvaFrame/pull/993
38+
* fix com2AB multiple lines issue [com2] by @leon-wagner in https://github.com/avaframe/AvaFrame/pull/1060
39+
* update check for extent of mu, xi fields [com1] by @awirb in https://github.com/avaframe/AvaFrame/pull/1056
40+
* Add an output raster: sum of flux [com4] by @PaulaSp3 in https://github.com/avaframe/AvaFrame/pull/1048
41+
* disable overlap checking for secrels; fixes #1065 [com1] by @fso42 in https://github.com/avaframe/AvaFrame/pull/1066
42+
* [com4FlowPy]: new computation of zDeltaSum by @PaulaSp3 in https://github.com/avaframe/AvaFrame/pull/1067
43+
* remove setting label for contourline at collections [out3] by @awirb in https://github.com/avaframe/AvaFrame/pull/1077
44+
* update documentation with changes to DFAPath script [doc] by @leon-wagner in https://github.com/avaframe/AvaFrame/pull/1051
45+
* Include rasterio for geotiff and wmts plotting by @fso42 in https://github.com/avaframe/AvaFrame/pull/1059
46+
47+
48+
**Full Changelog**: https://github.com/avaframe/AvaFrame/compare/1.9...1.10
49+
50+
51+
Felix

public/404.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
4141

4242

43-
<meta name="generator" content="Hugo 0.134.2">
43+
<meta name="generator" content="Hugo 0.142.0">
4444
</head>
4545

4646
<body class="">
@@ -104,7 +104,6 @@ <h2>Page Not Found</h2>
104104
</div>
105105

106106
<footer class="footer">
107-
108107
</footer>
109108
<div class="fixed-bar">
110109
<section class="container">

public/about/index.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
4545

4646

47-
<meta name="generator" content="Hugo 0.134.2">
47+
<meta name="generator" content="Hugo 0.142.0">
4848
</head>
4949

5050
<body class="">
@@ -135,7 +135,6 @@ <h1>About</h1>
135135
</div>
136136

137137
<footer class="footer">
138-
139138
</footer>
140139
<div class="fixed-bar">
141140
<section class="container">

public/categories/index.html

+1-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
4545

4646

47-
<meta name="generator" content="Hugo 0.134.2">
47+
<meta name="generator" content="Hugo 0.142.0">
4848
</head>
4949

5050
<body class="">
@@ -114,7 +114,6 @@ <h1 class="title">Categories</h1>
114114
</div>
115115

116116
<footer class="footer">
117-
118117
</footer>
119118
<div class="fixed-bar">
120119
<section class="container">

public/contact/index.html

+1-4
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
4545

4646

47-
<meta name="generator" content="Hugo 0.134.2">
47+
<meta name="generator" content="Hugo 0.142.0">
4848
</head>
4949

5050
<body class="">
@@ -103,8 +103,6 @@ <h1>Contact</h1>
103103
</header>
104104

105105
<p>We are using <a href="https://element.io/">https://element.io/</a> / <a href="https://matrix.org/">https://matrix.org/</a> for our communication.</p>
106-
<!-- raw HTML omitted -->
107-
<!-- raw HTML omitted -->
108106
<h3 id="you-dont-have-an-elementmatrix-account">You don’t have an element/matrix account:</h3>
109107
<p>got to <a href="https://app.element.io/#/register">https://app.element.io/#/register</a> -&gt; Create Account</p>
110108
<p>You can choose between using:</p>
@@ -131,7 +129,6 @@ <h3 id="clients">Clients</h3>
131129
</div>
132130

133131
<footer class="footer">
134-
135132
</footer>
136133
<div class="fixed-bar">
137134
<section class="container">

public/index.html

+5-6
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
4141

4242

43-
<meta name="generator" content="Hugo 0.134.2">
43+
<meta name="generator" content="Hugo 0.142.0">
4444
</head>
4545

4646
<body class="">
@@ -116,6 +116,10 @@
116116
<div class="content centered">
117117
<ul>
118118

119+
<li>
120+
<span>10. Feb, 2025</span><a href="https://avaframe.org/posts/version1_10/">Release Version 1.10</a>
121+
</li>
122+
119123
<li>
120124
<span>12. Nov, 2024</span><a href="https://avaframe.org/posts/version1_9/">Release Version 1.9</a>
121125
</li>
@@ -152,10 +156,6 @@
152156
<span>17. May, 2024</span><a href="https://avaframe.org/posts/version1_8_2/">Release Version 1.8.2</a>
153157
</li>
154158

155-
<li>
156-
<span>1. May, 2024</span><a href="https://avaframe.org/posts/monthlyapr2024/">This month in AvaFrame - April 2024 edition</a>
157-
</li>
158-
159159
</ul>
160160
</div>
161161

@@ -284,7 +284,6 @@
284284
</div>
285285

286286
<footer class="footer">
287-
288287
</footer>
289288
<div class="fixed-bar">
290289
<section class="container">

public/index.xml

+10-3
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,15 @@
66
<description>Recent content on AvaFrame</description>
77
<generator>Hugo</generator>
88
<language>en</language>
9-
<lastBuildDate>Tue, 12 Nov 2024 00:00:00 +0100</lastBuildDate>
9+
<lastBuildDate>Mon, 10 Feb 2025 00:00:00 +0100</lastBuildDate>
1010
<atom:link href="https://avaframe.org/index.xml" rel="self" type="application/rss+xml" />
11+
<item>
12+
<title>Release Version 1.10</title>
13+
<link>https://avaframe.org/posts/version1_10/</link>
14+
<pubDate>Mon, 10 Feb 2025 00:00:00 +0100</pubDate>
15+
<guid>https://avaframe.org/posts/version1_10/</guid>
16+
<description>&lt;p&gt;&lt;strong&gt;We released &lt;a href=&#34;https://github.com/avaframe/AvaFrame/releases/tag/1.10&#34;&gt;Version 1.10&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;QGis users please note (after updating the plugin): do not forget to run Admin -&amp;gt; Update AvaFrame from within the&#xA;toolbox to receive the updated core as well.&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;p&gt;The path generation and geotiff release. So the main changes are:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;The raster reading routines now accept geotiff files as well&lt;/li&gt;&#xA;&lt;li&gt;we updated the automatic path generation, this will also end up in the QGis connector&lt;/li&gt;&#xA;&lt;li&gt;added a new spatialVoellmy friction setup, to read mu/xi values from raster during initialization.&lt;/li&gt;&#xA;&lt;li&gt;fix a long/long Windows bug (again&amp;hellip;)&lt;/li&gt;&#xA;&lt;li&gt;some plot can include a (online) background map&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Please be aware: the module ascUtils is being deprecated. Please use rasterUtils which has the same functions in it. ascUtils will be removed in a future version.&lt;/p&gt;</description>
17+
</item>
1118
<item>
1219
<title>Release Version 1.9</title>
1320
<link>https://avaframe.org/posts/version1_9/</link>
@@ -321,7 +328,7 @@
321328
<link>https://avaframe.org/posts/monthlyseptember2022/</link>
322329
<pubDate>Mon, 03 Oct 2022 00:00:00 +0100</pubDate>
323330
<guid>https://avaframe.org/posts/monthlyseptember2022/</guid>
324-
<description>&lt;p&gt;Welcome to the September 2022 update.&lt;/p&gt;&#xA;&lt;p&gt;This was the month of conferences:&#xA;First was the International Mountain Conference on our door steps in Innsbruck.&#xA;We had a session about &lt;em&gt;Gravitational mass flow simulations for avalanches&lt;/em&gt; with a bunch of very interesting talks. Thanks&#xA;again to everyone who contributed and visited. The program can be found &lt;a href=&#34;https://www.conftool.com/imc2022/index.php?page=browseSessions&amp;form_session=186&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;We also took this opportunity to hold the &lt;em&gt;Scientific Meeting&lt;/em&gt;, discussing, among other things, the future direction AvaFrame takes. We cannot share details yet,&#xA;but we are excited!&lt;/p&gt;</description>
331+
<description>&lt;p&gt;Welcome to the September 2022 update.&lt;/p&gt;&#xA;&lt;p&gt;This was the month of conferences:&#xA;First was the International Mountain Conference on our door steps in Innsbruck.&#xA;We had a session about &lt;em&gt;Gravitational mass flow simulations for avalanches&lt;/em&gt; with a bunch of very interesting talks. Thanks&#xA;again to everyone who contributed and visited. The program can be found &lt;a href=&#34;https://www.conftool.com/imc2022/index.php?page=browseSessions&amp;amp;form_session=186&#34;&gt;here&lt;/a&gt;.&lt;/p&gt;&#xA;&lt;p&gt;We also took this opportunity to hold the &lt;em&gt;Scientific Meeting&lt;/em&gt;, discussing, among other things, the future direction AvaFrame takes. We cannot share details yet,&#xA;but we are excited!&lt;/p&gt;</description>
325332
</item>
326333
<item>
327334
<title>This month in AvaFrame - August 2022 edition</title>
@@ -601,7 +608,7 @@
601608
<link>https://avaframe.org/contact/</link>
602609
<pubDate>Wed, 26 Feb 2020 13:00:08 +0100</pubDate>
603610
<guid>https://avaframe.org/contact/</guid>
604-
<description>&lt;p&gt;We are using &lt;a href=&#34;https://element.io/&#34;&gt;https://element.io/&lt;/a&gt; / &lt;a href=&#34;https://matrix.org/&#34;&gt;https://matrix.org/&lt;/a&gt; for our communication.&lt;/p&gt;&#xA;&lt;!-- raw HTML omitted --&gt;&#xA;&lt;!-- raw HTML omitted --&gt;&#xA;&lt;h3 id=&#34;you-dont-have-an-elementmatrix-account&#34;&gt;You don’t have an element/matrix account:&lt;/h3&gt;&#xA;&lt;p&gt;got to &lt;a href=&#34;https://app.element.io/#/register&#34;&gt;https://app.element.io/#/register&lt;/a&gt; -&amp;gt; Create Account&lt;/p&gt;&#xA;&lt;p&gt;You can choose between using:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;matrix.org, this is the default.&lt;/li&gt;&#xA;&lt;li&gt;your own or another infrastructure (universities, company, …). Setup via: Edit -&amp;gt; add your own homeserver.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Note: It does not matter where your account originates, it works for the whole matrix environment.&lt;/p&gt;</description>
611+
<description>&lt;p&gt;We are using &lt;a href=&#34;https://element.io/&#34;&gt;https://element.io/&lt;/a&gt; / &lt;a href=&#34;https://matrix.org/&#34;&gt;https://matrix.org/&lt;/a&gt; for our communication.&lt;/p&gt;&#xA;&lt;h3 id=&#34;you-dont-have-an-elementmatrix-account&#34;&gt;You don’t have an element/matrix account:&lt;/h3&gt;&#xA;&lt;p&gt;got to &lt;a href=&#34;https://app.element.io/#/register&#34;&gt;https://app.element.io/#/register&lt;/a&gt; -&amp;gt; Create Account&lt;/p&gt;&#xA;&lt;p&gt;You can choose between using:&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;matrix.org, this is the default.&lt;/li&gt;&#xA;&lt;li&gt;your own or another infrastructure (universities, company, …). Setup via: Edit -&amp;gt; add your own homeserver.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Note: It does not matter where your account originates, it works for the whole matrix environment.&lt;/p&gt;&#xA;&lt;p&gt;Once you’re done, head to the next step:&lt;/p&gt;&#xA;&lt;h3 id=&#34;you-have-an-elementmatrix-account&#34;&gt;You have an element/matrix account&lt;/h3&gt;&#xA;&lt;p&gt;Use a client of your choice (see below) to connect to room&lt;/p&gt;</description>
605612
</item>
606613
<item>
607614
<title>Reports</title>

public/page/2/index.html

+5-6
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
4141

4242

43-
<meta name="generator" content="Hugo 0.134.2">
43+
<meta name="generator" content="Hugo 0.142.0">
4444
</head>
4545

4646
<body class="">
@@ -116,6 +116,10 @@
116116
<div class="content centered">
117117
<ul>
118118

119+
<li>
120+
<span>1. May, 2024</span><a href="https://avaframe.org/posts/monthlyapr2024/">This month in AvaFrame - April 2024 edition</a>
121+
</li>
122+
119123
<li>
120124
<span>4. Apr, 2024</span><a href="https://avaframe.org/posts/version1_8_1/">Release Version 1.8.1</a>
121125
</li>
@@ -152,10 +156,6 @@
152156
<span>13. Jan, 2024</span><a href="https://avaframe.org/posts/info2ndworkshop/">Info 2nd Public Workshop 18. January</a>
153157
</li>
154158

155-
<li>
156-
<span>2. Jan, 2024</span><a href="https://avaframe.org/posts/monthlydec2023/">This month in AvaFrame - December 2023 edition</a>
157-
</li>
158-
159159
</ul>
160160
</div>
161161

@@ -289,7 +289,6 @@
289289
</div>
290290

291291
<footer class="footer">
292-
293292
</footer>
294293
<div class="fixed-bar">
295294
<section class="container">

public/page/3/index.html

+5-6
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
4141

4242

43-
<meta name="generator" content="Hugo 0.134.2">
43+
<meta name="generator" content="Hugo 0.142.0">
4444
</head>
4545

4646
<body class="">
@@ -116,6 +116,10 @@
116116
<div class="content centered">
117117
<ul>
118118

119+
<li>
120+
<span>2. Jan, 2024</span><a href="https://avaframe.org/posts/monthlydec2023/">This month in AvaFrame - December 2023 edition</a>
121+
</li>
122+
119123
<li>
120124
<span>2. Dec, 2023</span><a href="https://avaframe.org/posts/monthlynov2023/">This month in AvaFrame - November 2023 edition</a>
121125
</li>
@@ -152,10 +156,6 @@
152156
<span>2. Aug, 2023</span><a href="https://avaframe.org/posts/monthlyjuly2023/">This month in AvaFrame - July 2023 edition</a>
153157
</li>
154158

155-
<li>
156-
<span>1. Jul, 2023</span><a href="https://avaframe.org/posts/monthlyjun2023/">This month in AvaFrame - June 2023 edition</a>
157-
</li>
158-
159159
</ul>
160160
</div>
161161

@@ -289,7 +289,6 @@
289289
</div>
290290

291291
<footer class="footer">
292-
293292
</footer>
294293
<div class="fixed-bar">
295294
<section class="container">

public/page/4/index.html

+5-6
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
4141

4242

43-
<meta name="generator" content="Hugo 0.134.2">
43+
<meta name="generator" content="Hugo 0.142.0">
4444
</head>
4545

4646
<body class="">
@@ -116,6 +116,10 @@
116116
<div class="content centered">
117117
<ul>
118118

119+
<li>
120+
<span>1. Jul, 2023</span><a href="https://avaframe.org/posts/monthlyjun2023/">This month in AvaFrame - June 2023 edition</a>
121+
</li>
122+
119123
<li>
120124
<span>1. Jun, 2023</span><a href="https://avaframe.org/posts/monthlymay2023/">This month in AvaFrame - May 2023 edition</a>
121125
</li>
@@ -152,10 +156,6 @@
152156
<span>23. Jan, 2023</span><a href="https://avaframe.org/posts/version1_4/">Release Version 1.4</a>
153157
</li>
154158

155-
<li>
156-
<span>12. Jan, 2023</span><a href="https://avaframe.org/posts/publications2022/">Publication summary 2022</a>
157-
</li>
158-
159159
</ul>
160160
</div>
161161

@@ -289,7 +289,6 @@
289289
</div>
290290

291291
<footer class="footer">
292-
293292
</footer>
294293
<div class="fixed-bar">
295294
<section class="container">

public/page/5/index.html

+5-6
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<link href="https://avaframe.org/index.xml" rel="feed" type="application/rss+xml" title="AvaFrame" />
4141

4242

43-
<meta name="generator" content="Hugo 0.134.2">
43+
<meta name="generator" content="Hugo 0.142.0">
4444
</head>
4545

4646
<body class="">
@@ -116,6 +116,10 @@
116116
<div class="content centered">
117117
<ul>
118118

119+
<li>
120+
<span>12. Jan, 2023</span><a href="https://avaframe.org/posts/publications2022/">Publication summary 2022</a>
121+
</li>
122+
119123
<li>
120124
<span>2. Jan, 2023</span><a href="https://avaframe.org/posts/monthlydecember2022/">This month in AvaFrame - December 2022 edition</a>
121125
</li>
@@ -152,10 +156,6 @@
152156
<span>5. Jul, 2022</span><a href="https://avaframe.org/posts/monthlyjun2022/">This month in AvaFrame - June 2022 edition</a>
153157
</li>
154158

155-
<li>
156-
<span>5. Jun, 2022</span><a href="https://avaframe.org/posts/monthlymay2022/">This month in AvaFrame - May 2022 edition</a>
157-
</li>
158-
159159
</ul>
160160
</div>
161161

@@ -289,7 +289,6 @@
289289
</div>
290290

291291
<footer class="footer">
292-
293292
</footer>
294293
<div class="fixed-bar">
295294
<section class="container">

0 commit comments

Comments
 (0)