Skip to content

Releases: OpenNHM/AvaFrame

2.0b2

25 Nov 15:37

Choose a tag to compare

2.0b2 Pre-release
Pre-release

What's Changed

  • [com8] add renaming also for ent simType by @awirb in #1187
  • [ana3] do not create plot if referene or comparison data only 0 values by @awirb in #1190
  • chore(deps): add temporary dependencies gdal, libgdal, geos, proj in pyproject.toml by @fso42 in #1194
  • [com1] Rheological Models for debris-flow simulations by @JuLa96 in #1169
  • Renaming of FromShp to FromFiles in the ini files by @fso42 in #1197
  • Renaming of FromShp to FromFiles in the ini files 2 by @fso42 in #1198
  • docs(com9MoTVoellmy): update and expand documentation by @fso42 in #1196
  • [com1;com8;com9;in1;in2;in3] Read from raster by @awirb in #1193
  • feat(runCom6Scarp): add method override functionality for scarp analysis by @fso42 in #1209
  • [com1;in2] Add tiff compression; adjust particles export logic by @fso42 in #1173
  • [out3]: plot extent for values != 0 by @PaulaSp3 in #1210
  • [StandardTestsCom1]: enable parallel execution by @fso42 in #1211
  • [com1]: Add input hydrograph (initial) by @PaulaSp3 in #1167
  • [com4]: all output rasters have value -9999 in not affected cells by @PaulaSp3 in #1164
  • (com1) fix bug in with remeshed file writing due to compression by @fso42 in #1216

New Contributors

Full Changelog: 2.0a1...2.0b2

2.0b1

06 Nov 09:34

Choose a tag to compare

2.0b1 Pre-release
Pre-release

What's Changed

  • [com8] add renaming also for ent simType by @awirb in #1187
  • [ana3] do not create plot if referene or comparison data only 0 values by @awirb in #1190
  • chore(deps): add temporary dependencies gdal, libgdal, geos, proj in pyproject.toml by @fso42 in #1194
  • [com1] Rheological Models for debris-flow simulations by @JuLa96 in #1169
  • Renaming of FromShp to FromFiles in the ini files by @fso42 in #1197
  • Renaming of FromShp to FromFiles in the ini files 2 by @fso42 in #1198
  • docs(com9MoTVoellmy): update and expand documentation by @fso42 in #1196

New Contributors

Full Changelog: 2.0a1...2.0b1

1.13.2

04 Nov 20:33

Choose a tag to compare

This is a pure infrastructure release.
We had to pin numpy, salib and pyshp versions, as quite a few problems arose from the major version update of numpy (1 ->2) in relation to different qgis versions

1.13.2rc3

04 Nov 12:52

Choose a tag to compare

1.13.2rc3 Pre-release
Pre-release

Retry for release

2.0a3

22 Oct 18:53

Choose a tag to compare

2.0a3 Pre-release
Pre-release

What's Changed

  • [com8] add renaming also for ent simType by @awirb in #1187
  • [ana3] do not create plot if referene or comparison data only 0 values by @awirb in #1190
  • chore(deps): add temporary dependencies gdal, libgdal, geos, proj in pyproject.toml by @fso42 in #1194
  • [com1] Rheological Models for debris-flow simulations by @JuLa96 in #1169
  • Renaming of FromShp to FromFiles in the ini files by @fso42 in #1197
  • Renaming of FromShp to FromFiles in the ini files 2 by @fso42 in #1198
  • docs(com9MoTVoellmy): update and expand documentation by @fso42 in #1196

New Contributors

Full Changelog: 2.0a1...2.0a3

1.13.2rc1

20 Oct 12:44

Choose a tag to compare

1.13.2rc1 Pre-release
Pre-release

This is a pure infrastructure release.
We had to pin numpy and salib versions, as quite a few problems arose from the major version update of numpy (1 ->2) in relation to different qgis versions

2.0a2

25 Sep 15:53

Choose a tag to compare

2.0a2 Pre-release
Pre-release

What's Changed

  • [ana3;ana4;out3] allow 0 result raster in aimec by @awirb in #1189
  • refactor(com7Regional): remove unused parameters from configuration file by @fso42 in #1191

Full Changelog: 2.0_alpha...2.0a1

2.0_alpha1

18 Sep 14:05
3064855

Choose a tag to compare

2.0_alpha1 Pre-release
Pre-release

What's Changed

  • [com1]: Assign values to returned variables in every condition by @PaulaSp3 in #1177
  • [com7,in4] add regional modeling workflow for com1DFA by @leon-wagner in #1053
  • [com1] add checking for zero mass of particle and remove properly by @awirb in #1180
  • [com7] remove runSplitInputs.py and integrate functionality into runCom7Regional.py by @fso42 in #1181
  • chore(config): remove .codeclimate.yml and add new log helper scripts by @fso42 in #1186

Full Changelog: 1.13.1...2.0_alpha

1.13.1

28 Aug 07:57

Choose a tag to compare

The benchmark update release.

We updated the RESISTANCE benchmark results to reflect the changes introduced in 1.13. See also the attached standard test run results.

Furthermore there's a small update in the scarp tool for com6

What's Changed

  • [com6] scarpUpdate by @dwolfsch in #1172
  • [com1;benchmarks] Update RESISTANCE benchmarks to reflect changes in resistance treatment 1.13 by @fso42 in #1174

Full Changelog: 1.13...1.13.1

1.13

21 Aug 07:09

Choose a tag to compare

The resistance and pixi release.

IMPORTANT NOTE:: This release has a noticeable difference in the way com1DFA treats resistance areas! With the new default setup, the resistance has a much stronger effect, including removal of mass. Please see https://doi.org/10.5281/zenodo.16893215 for more information on differences (German only) and/or investigate the effects for your application. Our resistance benchmarks show the difference as well, we will include the report and updated benchmarks in the next minor release.

Additional modifications of note:

  • We moved to using pixi as our development environment, see the documentation for more information
  • Added scarp tools for com6Rockavalanche (will also show up in the QGis Connector)
  • Added two new modules: com8PSA and com9MoTVoellmy; this is in a purely development stage yet.
  • Added particle stopping and surface adaptation according to deposition and erosion in com1DFA
  • Added faster backtracking for com4FlowPy

What's Changed

  • docs(com1DFA, com2AB): clarify optional files and output naming by @fso42 in #1121
  • [com1] Add comment, fix small bug by @RolandFischbacher in #1123
  • [sys]: switch to pixi and hatchling build backend by @fso42 in #1124
  • [doc] update documentation build instructions and dependencies by @fso42 in #1125
  • [sys] add .gitattributes file to configure github linguist detection by @fso42 in #1127
  • [com4] use custom path only for DEM (for CAIROS) by @PaulaSp3 in #1129
  • [runscripts] adjust log handling in project initialization by @fso42 in #1130
  • [in2]: improve error messages for shape file validation by @fso42 in #1131
  • [com4] use raster functions (for .asc and .tif) from AvaFrame by @PaulaSp3 in #1095
  • [com4]: delete rasterIo by @PaulaSp3 in #1133
  • [com4FlowPy] faster backTracking, previewMode and minor improvs by @ahuber-bfw in #1138
  • [com1] add option for resistance by @awirb in #1105
  • add old info from computations of already performed sims by @awirb in #1141
  • [doc] Add new resistance setup to doc by @fso42 in #1137
  • [sys] Fix deployment via github actions and pypi by @fso42 in #1144
  • [sys] Adjust deployment for smaller wheel sizes by @fso42 in #1145
  • [sys] enable include-package-data in setuptools configuration by @fso42 in #1146
  • com6RockAvalanche: add scarp.py, runCom6Scarp.py & scarpCfg.ini [com6] by @dwolfsch in #1042
  • [com1;sys] Clean log output; update Readme badges by @fso42 in #1150
  • docs(moduleCom6RockAvalanche): improve input/output and naming clarifications by @fso42 in #1151
  • [com1] exporting of release and entrainment raster produced from shp files by @awirb in #1153
  • [runscript] adjust ranteTime to allow for reading result files without config file by @awirb in #1155
  • add docu for range time with inputs from another module by @awirb in #1156
  • [com8] Add initial com8MotPSA and com9MoTVoellmy by @fso42 in #1149
  • [com1]: option to delete stopped particles, and adapt surface according to deposition & erosion by @PaulaSp3 in #1112
  • chore(config): remove .pep8speaks.yml and update pyproject.toml Python support; docu com8 and coom9 by @fso42 in #1157
  • docs(index): add documentation for com8MoTPSA and com9MoTVoellmy modules by @fso42 in #1158
  • [doc]: add adapt surface by @PaulaSp3 in #1140
  • [com4]: Add result file: minimum of travel length and travel angle by @PaulaSp3 in #1159
  • [out1] add compute area indicators based on real area not transformed into thalweg following by @awirb in #1166

New Contributors

Full Changelog: 1.12...1.13