Avaframe

Latest version: v1.11

Safety actively analyzes 723911 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 8

1.7

This is a benchmark release.
We are updating the benchmarks that changed due to the introduction of the samosATAuto friction model. This release contains all necessary configuration changes. The actual result files will be pushed in the next version 1.7.1.
We also updated and cleaned all AIMEC plotting, including new plots and removing/consolidating some others.


What's Changed
* Add pdf output to readthedocs by fso42 in https://github.com/avaframe/AvaFrame/pull/903
* change location of plot / deprecated libs pytest by awirb in https://github.com/avaframe/AvaFrame/pull/904
* allow to pass dem [ana3] by awirb in https://github.com/avaframe/AvaFrame/pull/905
* Add new AIMEC plot; add flag for in depth plots; change readASCheader [ana3] by awirb in https://github.com/avaframe/AvaFrame/pull/908
* fix bug in checking for matplotlibversion by awirb in https://github.com/avaframe/AvaFrame/pull/916
* changes topo gen to move topo in z direction [in3Utils] by chhesselbach in https://github.com/avaframe/AvaFrame/pull/911
* update thalweg plot to compute average for bars by awirb in https://github.com/avaframe/AvaFrame/pull/917
* Update py versions in GitHub workflows by fso42 in https://github.com/avaframe/AvaFrame/pull/912
* Clarify input information and requirements in documentation by fso42 in https://github.com/avaframe/AvaFrame/pull/914
* add ax object to aimec contour plot colorbar by awirb in https://github.com/avaframe/AvaFrame/pull/918
* make name dependent on input in plot [out3Plot] by awirb in https://github.com/avaframe/AvaFrame/pull/919
* Change aimec [ana3,ana5,out3] by awirb in https://github.com/avaframe/AvaFrame/pull/921
* Adjust aimec min mean values with added zero mask [ana3] by awirb in https://github.com/avaframe/AvaFrame/pull/923
* Add documentation for particle plots [out3] by awirb in https://github.com/avaframe/AvaFrame/pull/922
* Adjust float format of ReleaseStat to avoid Excel Problem by fso42 in https://github.com/avaframe/AvaFrame/pull/924
* add updated aimec cfg for benchmarks by awirb in https://github.com/avaframe/AvaFrame/pull/925

New Contributors
* chhesselbach made their first contribution in https://github.com/avaframe/AvaFrame/pull/911

**Full Changelog**: https://github.com/avaframe/AvaFrame/compare/1.6.1...1.7

1.6.1

Change the separator for the release area output statistics

What's Changed
* Fix ranges plot by awirb in https://github.com/avaframe/AvaFrame/pull/898
* Change separator and float format in relStats csv [com1] by fso42 in https://github.com/avaframe/AvaFrame/pull/902


**Full Changelog**: https://github.com/avaframe/AvaFrame/compare/1.6...1.6.1

1.6

The samosATAuto release:
The biggest, most obvious change in this release is the introduction of a samosATAuto friction relation (set as default). It decides the friction calibration for samosAT friction relation based on release volume (small, medium, large). This also means that some of our benchmarks show differences (see attached zip) for those avalanches that are now in the categories small or medium. We will update our benchmark results with the next release. It also means that we now have moved away from a single mu setting (in com1DFACfg.ini) for all friction relations and gave each friction model its own mu setting. Also the simulation names indicate the friction calibration if small or medium was used.

Other changes include:
* separate runscripts for com1 and com2 (instead of using the runOperational with options)
* runscript for probabilityMaps (needed for the QGis connector)
* functions for release area statistics
* functions for particle tracking

There is one breaking change regarding the function `cleanSingleAvaDir`:
Remove keep log parameter from cleanSingleAvaDir

Relevant PRs:
* Prepare ana4ProbAna for QGis connector by fso42 in https://github.com/avaframe/AvaFrame/pull/829
* Refactor glossary by jtfisch in https://github.com/avaframe/AvaFrame/pull/830
* add remeshing result files for probMap [ana4Prop][out3plot] by awirb in https://github.com/avaframe/AvaFrame/pull/835
* Make error on features outside DEM clearer [in2Trans] by fso42 in https://github.com/avaframe/AvaFrame/pull/836
* Add modelType to com5 cfg; remove kernel radius setting [com5] by fso42 in https://github.com/avaframe/AvaFrame/pull/838
* add optional argument for general config by awirb in https://github.com/avaframe/AvaFrame/pull/839
* Fix boundary bug in plotUtils [ou3Plot]; add missing ini parameter [ana4] by fso42 in https://github.com/avaframe/AvaFrame/pull/840
* split and add line point snapping distance functions by awirb in https://github.com/avaframe/AvaFrame/pull/841
* add snap point to line and analysis plots [in3Utils] [out3Plots] by awirb in https://github.com/avaframe/AvaFrame/pull/843
* add flag for exports and create contour line plot [com1DFA] by awirb in https://github.com/avaframe/AvaFrame/pull/844
* add creating rel info file [com1DFA] by awirb in https://github.com/avaframe/AvaFrame/pull/845
* remove unused check for contourType [out3Plot] by awirb in https://github.com/avaframe/AvaFrame/pull/850
* Fix failing doc by fso42 in https://github.com/avaframe/AvaFrame/pull/853
* add acceleration to particle info [com1DFA] by awirb in https://github.com/avaframe/AvaFrame/pull/851
* rename frict model parameters to include model name [com1DFA] by awirb in https://github.com/avaframe/AvaFrame/pull/849
* fix bug in adding dem in probmap plot [ana4Stats] by awirb in https://github.com/avaframe/AvaFrame/pull/855
* rename travelAngle of particles to trajectoryAngle [com1DFA] by awirb in https://github.com/avaframe/AvaFrame/pull/856
* Update probAna run script example by awirb in https://github.com/avaframe/AvaFrame/pull/861
* add capability of adding small and medium size calibration values [com1DFA] by fso42 in https://github.com/avaframe/AvaFrame/pull/857
* add RELTH to folderstruct [in3Utils] by fso42 in https://github.com/avaframe/AvaFrame/pull/864
* Rename glidesnow to snowslide [com5] by fso42 in https://github.com/avaframe/AvaFrame/pull/865
* Fix graphvix on rtd by fso42 in https://github.com/avaframe/AvaFrame/pull/867
* Prepare RelInfo for the connector [in1Data] by fso42 in https://github.com/avaframe/AvaFrame/pull/869
* remove unused filter option, change input for ana4Prob run script [ana4Prop] by awirb in https://github.com/avaframe/AvaFrame/pull/862
* fix line in docu by awirb in https://github.com/avaframe/AvaFrame/pull/871
* address change in scipy libraries [in1Data] by awirb in https://github.com/avaframe/AvaFrame/pull/878
* Add Friction model option that chooses L/M/S based on release volume [com1DFA] by awirb in https://github.com/avaframe/AvaFrame/pull/874
* add ci95 to HelixChannel and Mal releases by fso42 in https://github.com/avaframe/AvaFrame/pull/882
* remove : from path for amaP by awirb in https://github.com/avaframe/AvaFrame/pull/883
* only use relthFile if relThFromFile true [com1] by awirb in https://github.com/avaframe/AvaFrame/pull/888
* RelTh file check for nans [com1] by awirb in https://github.com/avaframe/AvaFrame/pull/887
* Prob plots [com1; out3; ana4] by awirb in https://github.com/avaframe/AvaFrame/pull/886
* add input read function [com1] by awirb in https://github.com/avaframe/AvaFrame/pull/892
* Include particle plots and comparisons [com1;ana5;out3;in1;ana3;in3;out3] by fso42 in https://github.com/avaframe/AvaFrame/pull/880
* add flag for label in contourplots [out3] by awirb in https://github.com/avaframe/AvaFrame/pull/895
* Add plot of release scenario [com1] by awirb in https://github.com/avaframe/AvaFrame/pull/894
* add optional input dir for aimec analysis by awirb in https://github.com/avaframe/AvaFrame/pull/896
* Fix docu by awirb in https://github.com/avaframe/AvaFrame/pull/897
* Prepare com1dfa com2AB runscripts for QGis_AF; add size indicator to simname [com1] by fso42 in https://github.com/avaframe/AvaFrame/pull/870
* Fix name problems in runStandardTests by fso42 in https://github.com/avaframe/AvaFrame/pull/900


**Full Changelog**: https://github.com/avaframe/AvaFrame/compare/1.5.2...1.6

1.5.2

Bugfix for parallel import on Windows

What's Changed
* Add missing elif in parallel imports [com1DFA] by fso42 in https://github.com/avaframe/AvaFrame/pull/831


**Full Changelog**: https://github.com/avaframe/AvaFrame/compare/1.5.1...1.5.2

1.5.1

This is a bugfix release:
For version 1.5 ANY simulation with com1DFA was marked as _C_ (for changed) instead of _D_ (for default), even in the case of no changes via local_ cfgs files. This is resolved now.

What's Changed
* Move check for default indicator [com1DFA]; fixes 825 by fso42 in https://github.com/avaframe/AvaFrame/pull/826
* add secrel info to report and write simisol error to csv by awirb in https://github.com/avaframe/AvaFrame/pull/827


**Full Changelog**: https://github.com/avaframe/AvaFrame/compare/1.5...1.5.1

1.5

The parallel release. This adds parallel computation for com1DFA, meaning multiple simulations are run in parallel. For more information see [our documentation](https://docs.avaframe.org/en/latest/moduleCom1DFA.html?highlight=parallel#parallel-computation).
**Be aware, there is a breaking change** in case you call com1DFA functions directly: the calls to com1DFAMain changed; there is one less argument to give.

- Add info about parallel computation in doc [com1DFA]
- rename s to travelLengthXY [ana4AIMEC]
- particle properties renaming:
- s -> travelLengthXY
- l -> travelLengthXYZ
- set kernelradius to cellsize for default settings [com1DFA]
- Add parallel computation of com1DFACore [com1DFA]
- Remove redundant argument from com1DFA functions [com1DFA] !Breaking change!!
- Drop log to debug in pyx files; problem with QGIS!
- Add run from multiple cfg
- Turned off writing of damfootline since it is not threadsafe
- update probrun with drawing from full sample
- Fix mac parallel; fixes https://github.com/avaframe/AvaFrame/issues/819
- Change the main of runOperational and runcom5glide snow in preparation for next connector release
- Add a latestSims.csv to com1DFA configuration output; needed for the qgis connector



What's Changed
* Add parallel computation of com1DFACore [com1DFA] by fso42 in https://github.com/avaframe/AvaFrame/pull/807
* set kernelradius to cellsize for default settings [com1DFA] by awirb in https://github.com/avaframe/AvaFrame/pull/812
* update test runscripts to run again by awirb in https://github.com/avaframe/AvaFrame/pull/813
* rename s to travelLengthXY by awirb in https://github.com/avaframe/AvaFrame/pull/816
* Add info about parallel computation in doc [com1DFA] by fso42 in https://github.com/avaframe/AvaFrame/pull/815
* Prepare ana4 connector and add range from CI value by awirb in https://github.com/avaframe/AvaFrame/pull/817
* add docu for new probrun options by awirb in https://github.com/avaframe/AvaFrame/pull/818
* fix indentation error of ref line plot of contourplot in aimec by awirb in https://github.com/avaframe/AvaFrame/pull/820
* Fix mac parallel; change main of runscripts by fso42 in https://github.com/avaframe/AvaFrame/pull/821


**Full Changelog**: https://github.com/avaframe/AvaFrame/compare/1.4.1...1.4.2

Page 4 of 8

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.