Skip to content

Releases: avaframe/AvaFrame

1.13_rc9

01 Jul 08:52
Compare
Choose a tag to compare
1.13_rc9 Pre-release
Pre-release

Fix com9 Windows executable path

1.13_rc8

01 Jul 07:14
Compare
Choose a tag to compare
1.13_rc8 Pre-release
Pre-release

Again: tries to fix cibuildwheel

1.13_rc7

30 Jun 18:50
Compare
Choose a tag to compare
1.13_rc7 Pre-release
Pre-release

Tries to fix cibuildwheel issues

1.13_rc6

30 Jun 15:09
Compare
Choose a tag to compare
1.13_rc6 Pre-release
Pre-release

What's Changed

  • 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

New Contributors

Full Changelog: 1.13_rc4...1.13_rc6

1.13_rc4

17 Jun 11:40
Compare
Choose a tag to compare
1.13_rc4 Pre-release
Pre-release

What's Changed

  • [sys] enable include-package-data in setuptools configuration by @fso42 in #1146

Full Changelog: 1.13_rc3...1.13_rc4

1.13_rc3

17 Jun 08:39
Compare
Choose a tag to compare
1.13_rc3 Pre-release
Pre-release

What's Changed

  • [sys] Adjust deployment for smaller wheel sizes by @fso42 in #1145

Full Changelog: 1.13_rc2...1.13_rc3

1.13_rc2

16 Jun 19:37
Compare
Choose a tag to compare
1.13_rc2 Pre-release
Pre-release

What's Changed

  • [sys] Fix deployment via github actions and pypi by @fso42 in #1144

Full Changelog: 1.13_rc1...1.13_rc2

1.13_rc1

16 Jun 07:41
Compare
Choose a tag to compare
1.13_rc1 Pre-release
Pre-release

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

New Contributors

Full Changelog: 1.12...1.13_rc1

1.12

28 Apr 07:18
Compare
Choose a tag to compare

There are many small fixes and improvements in this release, but two main points:

  • for com1DFA, output is now constantly saved during a run, allowing to resume computation if the run was interrupted. Previously the results were only written at the end.
  • If a release thickness raster is provided for com1DFA, this in now also remeshed in case of a mismatched cellsize. Previously com1DFA expected the DEM and release thickness raster cellsize to already match. However we still recommend to remesh the input data in advance.

What's Changed

  • add info of DAM file by @awirb in #1093
  • [com4] Further mass redistribution/correction modifications by @theweathermanda in #1084
  • [com4FlowPy] minor Bugfix, documentation update and added feature for "forestFriciton", "forestDetrainment" and "forestFrictionLayer" model options by @ahuber-bfw in #1087
  • fix SyntaxWarning by @leon-wagner in #1097
  • [in2;in3] fix problem with -9999 not interpreted correctly py rasterio on remeshing by @fso42 in #1098
  • [com1] add note to thickness by @awirb in #1099
  • [com1;out3] add info on secrel, ent, res, and dam in releaseScenario plot by @awirb in #1096
  • [in2;out3] Add profile plot by @awirb in #1100
  • [ana3AIMEC]: correct comments by @PaulaSp3 in #1102
  • [in3] Problem with non-closed shape polygons by @awirb in #1103
  • [com1]: changed a function call by @PaulaSp3 in #1106
  • [doc]: fixed minor bugs in representation by @PaulaSp3 in #1107
  • [com1] fix bug in plot that shows release thickness in release scenario of read from relTh file by @awirb in #1109
  • [com5; com6]: rename functions to be consistent with com1DFA by @PaulaSp3 in #1108
  • [sys] Add Qlty (codeclimate replacement) and remove Codecov integration by @fso42 in #1111
  • [com1; in3] save files during run; enable to resume computation if interrupted by @awirb in #1078
  • Changed docu about windows install [doc] by @fso42 in #1117
  • Add remeshing of relth raster file [com1] by @fso42 in #1116
  • chore(release): add support for python 3.13 by @fso42 in #1118
  • Revert source dist python by @fso42 in #1119
  • docs(visualization): add profile plot to gallery; fixes #1101 by @fso42 in #1120

New Contributors

Full Changelog: 1.11...1.12

1.12_rc1

23 Apr 17:55
Compare
Choose a tag to compare
1.12_rc1 Pre-release
Pre-release

What's Changed

  • add info of DAM file by @awirb in #1093
  • [com4] Further mass redistribution/correction modifications by @theweathermanda in #1084
  • [com4FlowPy] minor Bugfix, documentation update and added feature for "forestFriciton", "forestDetrainment" and "forestFrictionLayer" model options by @ahuber-bfw in #1087
  • fix SyntaxWarning by @leon-wagner in #1097
  • [in2;in3] fix problem with -9999 not interpreted correctly py rasterio on remeshing by @fso42 in #1098
  • [com1] add note to thickness by @awirb in #1099
  • [com1;out3] add info on secrel, ent, res, and dam in releaseScenario plot by @awirb in #1096
  • [in2;out3] Add profile plot by @awirb in #1100
  • [ana3AIMEC]: correct comments by @PaulaSp3 in #1102
  • [in3] Problem with non-closed shape polygons by @awirb in #1103
  • [com1]: changed a function call by @PaulaSp3 in #1106
  • [doc]: fixed minor bugs in representation by @PaulaSp3 in #1107
  • [com1] fix bug in plot that shows release thickness in release scenario of read from relTh file by @awirb in #1109
  • [com5; com6]: rename functions to be consistent with com1DFA by @PaulaSp3 in #1108
  • [sys] Add Qlty (codeclimate replacement) and remove Codecov integration by @fso42 in #1111
  • [com1; in3] save files during run; enable to resume computation if interrupted by @awirb in #1078
  • Changed docu about windows install [doc] by @fso42 in #1117
  • Add remeshing of relth raster file [com1] by @fso42 in #1116
  • chore(release): add support for python 3.13 by @fso42 in #1118
  • Revert source dist python by @fso42 in #1119

New Contributors

Full Changelog: 1.11...1.12_rc1