|
| 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 |
0 commit comments