Avaframe

Latest version: v1.11

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

Scan your dependencies

Page 5 of 8

1.4.1

Fix missing init.py in com5GlideSnow

1.4

This version adds a new computiational module com5GlideSnow for glide snow avalanches,
based on com1DFA. It also adds an (untested) wetSnow friction type to com1DFA and gives an indication
about the used parameterset in the simulation names of com1DFA.

ENHANCEMENTS

- Glide snow [com5GlideSnow]
- GlideSnow run script
- glide snow standard tests
- SphKernelRadius setting option [com1DFA]
- Wet snow friction type [com1DFA]
- Wet snow standard tests
- Docu paragraph for wetSnow
- Remove unused location option in addColorBar [out3Plot]
- Add avalanche coordinate system to particle properties [ana3AIMEC]
- Triangular initialization method [com1DFA]
- Indicator of default/changed to simulationname and report [com1DFA] 780
- Adds D/C to indicate default/changed parameter set in simulation name
- Also adds info and changed parameters to report
- New workflow com1DFA:
- com1DFAPreprocess
- com1DFAMain
- com1DFAPostprocess
- Add the dam tool [com1DFA]
- Update com1DFA dam documentation
- Add reference simulation to contour plot
- Add contour plot to aimec
- Split cython files [com1DFA]
- Add filtering for greater or smaller than
- Add resDF to be saved for com1DFA results that can be used for statistical analysis [com1DFA]
- Match code to the description in the theory paper. Added com1DFA options:
- add the curvature in the pressure gradient computation
- to add the curvature in the friction force
- to add the curvature in the tangential equation

FIX

- Bug simName modelType [com1DFA]
- Saving plots and report generation [out3Plots][out1Peak]
- Handle two deprecated warnings; test black formatter
- Approach velocity for rangeTimeDiagram; Issue 782
- Allow for string in search for resType 776
- Bug for filtering function
- Bug in aimec warning Avatar




Relevant PRs
* Adress filter/aimec bugs and add resDF by awirb in https://github.com/avaframe/AvaFrame/pull/775
* Bugfixes in rangeTimePlots (contr. Anselm K.) by snowtechblog in https://github.com/avaframe/AvaFrame/pull/746
* allow for string in search for resType by awirb in https://github.com/avaframe/AvaFrame/pull/776
* add filtering for greater or smaller than by awirb in https://github.com/avaframe/AvaFrame/pull/777
* add contour plot to aimec by awirb in https://github.com/avaframe/AvaFrame/pull/778
* Add dam com1 dfa by matthiasto in https://github.com/avaframe/AvaFrame/pull/756
* add ref sim to contour plot by awirb in https://github.com/avaframe/AvaFrame/pull/785
* Fix approach velocity for rangeTimeDiagram; Issue 782 by awirb in https://github.com/avaframe/AvaFrame/pull/786
* Update com1DFA dam documentation by matthiasto in https://github.com/avaframe/AvaFrame/pull/783
* Add avalanche coordinate system to particle properties (ana3AIMEC) by oscar-dick in https://github.com/avaframe/AvaFrame/pull/792
* A better way to test the coordinate transformation by oscar-dick in https://github.com/avaframe/AvaFrame/pull/794
* Change cfg logic for com1DFA by awirb in https://github.com/avaframe/AvaFrame/pull/779
* add valref by awirb in https://github.com/avaframe/AvaFrame/pull/795
* Add indicator of default/changed to simulationname and report by fso42 in https://github.com/avaframe/AvaFrame/pull/780
* update links by awirb in https://github.com/avaframe/AvaFrame/pull/796
* Glide snow tool by matthiasto in https://github.com/avaframe/AvaFrame/pull/790
* Handle two deprecated warnings; test black formatter by fso42 in https://github.com/avaframe/AvaFrame/pull/798
* fix unexpected keyword error by ninsbl in https://github.com/avaframe/AvaFrame/pull/801
* Add docu paragraph for wetSnow [com1DFA] by awirb in https://github.com/avaframe/AvaFrame/pull/800
* Remove unused location option in addColorBar [out3Plot] by fso42 in https://github.com/avaframe/AvaFrame/pull/804
* Fix saving plots and report generation [out3Plots][out1Peak] by awirb in https://github.com/avaframe/AvaFrame/pull/803
* Add wet snow friction type [com1DFA] by awirb in https://github.com/avaframe/AvaFrame/pull/799
* fix bug simName modelType, add sphKernelRadius setting option [com1DFA] by awirb in https://github.com/avaframe/AvaFrame/pull/805
* add glideSnow run script [com1DFA] by awirb in https://github.com/avaframe/AvaFrame/pull/806
* Fixes for QGis, Preparation for GlideSnow Connection [com1DFA] by fso42 in https://github.com/avaframe/AvaFrame/pull/809
* Add com5GlideSnow documentation [com4GlideSnow] by fso42 in https://github.com/avaframe/AvaFrame/pull/811

New Contributors
* snowtechblog made their first contribution in https://github.com/avaframe/AvaFrame/pull/746
* oscar-dick made their first contribution in https://github.com/avaframe/AvaFrame/pull/792
* ninsbl made their first contribution in https://github.com/avaframe/AvaFrame/pull/801

**Full Changelog**: https://github.com/avaframe/AvaFrame/compare/1.3...1.4

1.3

The main change is the change of logic for secondary release areas. This was done to be able
to expose these functions in the AvaFrameConnecter. So it is now possible to include secondary
release areas in dense flow simulations done via QGis.

ENHANCEMENTS

- Change logic for secondary release areas:
- Check for release and secondary release shapefiles
- If only release available -> just run release
- If both release and secondary release are available -> run with secondary release
UNLESS secRelArea = False
- ALL scenarios in release get the secondary release areas!
- Add rotational energy line test: helps to check eg. for numerical grid independence
- Update ini file procedure for the energy line test and the rotation test
- Additional statistical plots
- New three-panel plot of tt-diagram (plus animation)
- Add variation option for thickness settings and probrun based on normal distribution derived from ci and mean
- Add filtering option to aimec
- Add scenario name to configuration to be used for plotting example 757
- Add surface parallel coordinate computation to Aimec
- Improve operational installation instructions
- Add a german version of the operational installation

FIX
- Contour legend bug with matplotlib 3.5.2
- Update installation instructions; fixes 764
- Bugs in deriving variation
- Remeshing issue that lead to standard test differences (originated in commit 419c11f)
- No calls to matplotlib for plotting purposes in com1DFA
- Removes multiple printouts of config during run in, e.g. com1DFA
- CompareConfig always honours the toPrint flag

Contributors:

Code: core team



The relevant PRs are:

* Multiple configs by awirb in https://github.com/avaframe/AvaFrame/pull/740
* Aimec doc by matthiasto in https://github.com/avaframe/AvaFrame/pull/741
* Update gettingstarted.rst by matthiasto in https://github.com/avaframe/AvaFrame/pull/743
* remove old work dir by awirb in https://github.com/avaframe/AvaFrame/pull/749
* Use SecRel by default by matthiasto in https://github.com/avaframe/AvaFrame/pull/742
* Rotational energy line test by matthiasto in https://github.com/avaframe/AvaFrame/pull/732
* add surface parallel coord by matthiasto in https://github.com/avaframe/AvaFrame/pull/751
* Removes triple printout; fixes 673 by fso42 in https://github.com/avaframe/AvaFrame/pull/752
* add scenario name to configuration that can be used for plotting example by awirb in https://github.com/avaframe/AvaFrame/pull/757
* add max, mean and std values of result fields to resAnalysisDF by awirb in https://github.com/avaframe/AvaFrame/pull/760
* adjust remeshDEM by matthiasto in https://github.com/avaframe/AvaFrame/pull/765
* Prepare com1DFA code according to theory paper by matthiasto in https://github.com/avaframe/AvaFrame/pull/754
* Add normal distribution from mean and ci by awirb in https://github.com/avaframe/AvaFrame/pull/753
* Update installation instructions; fixes 764 by fso42 in https://github.com/avaframe/AvaFrame/pull/766
* Animate tt by awirb in https://github.com/avaframe/AvaFrame/pull/755
* fix for missing contour label in legend; fixes 768 by fso42 in https://github.com/avaframe/AvaFrame/pull/769
* creating more stats plots by awirb in https://github.com/avaframe/AvaFrame/pull/767
* update figure title for probmap by awirb in https://github.com/avaframe/AvaFrame/pull/770
* fix trac particles by matthiasto in https://github.com/avaframe/AvaFrame/pull/772
* Reorder and update installation instructions by fso42 in https://github.com/avaframe/AvaFrame/pull/774


**Full Changelog**: https://github.com/avaframe/AvaFrame/compare/1.2...1.3

1.2

The main changes are the automatic split point generation and optional computation of fields inside the calculation loop. Furthermore, renaming functions used for the QGis AvaFrameconnector are included.

ENHANCEMENTS

- Add function for renaming simulations, i.e. adding info to the simName. Used for AvaFrameConnector
- Split cfgUtils: Utils contain all reading and writing; cfghandling has functions that do something with the cfgInfos
- Make computation of ppr, pta, P, TA and pke optional within the calculation loop. Only compute them if they are required as output
- Add automatic split point generation: - First run a DFA simulation, either using the runDFAModule flag in runComputeDFAPath.py or yourself
- Do not forget that you need to save particles or FD, FM, FV for multiple time steps
- What DFA parameters to use is not yet clear. I would use the BenMoussa time stepping and particles parameters, sphOption 2, explicit friction option 1, some artificial viscosity, and maybe activate curvature (with all this and a mu=0.42, I get ok results)
- Then runComputeDFAPath computes the mass average path, extends it and defines a splitPoint

FIX
- Particle exiting domain was not working properly with the new cython flag (wraparound boundcheck…)
- Correct hybrid Path ini file
- Update fields is too slow 455
- Automatic split point or beta point finding 706
- Add pfe to output files 694
- Make cflTime and sphKernelRadius a common option 668
- Change benchmarks not read particles from file (particles files still exist)
- Add consistency check for com1DFA configuration
- Fix problems with filtering of simulations
- Aimec comparison checks
- Add missing mass files to benchmarks

Contributors:

Code: core team

1.1

The benchmark and thickness release. There are two main changes:

- The benchmarks (i.e. reference results) are updated and originate from com1DFA.
Previously these were produced by com1DFAOrig.
(Attached zip file contains the standardTest report for the switch)
- All references to *depth* are now switched to *thickness*. This is done to be more consistent
and precise. It also means result types switch from *pfd / fd* (peak flow depth / flow depth) to
*pft / ft* (peak flow thickness / flow thickness). Note that this is a *naming* change; nothing
changed regarding the computation!

ENHANCEMENTS

- Change the order of simHash within the result names; fixes Move simHash in filename 690
- Path finding added; see issue 610. This will be fully introduced in version 1.2, including
automatic split point generation
- Refactor path computation functions
- Allow computing path from particles or fields (if *from fields*: needs the FM=FlowMass)
- Runscript to compute a path from com1DFA results (requires that one saves some time steps)
- Automate the benchmark updating process
- Improve energy line plot
- Set deleteOutput to False in runOperational; addresses User Feedback (CT) 715. This means
it is possible to reuse the same directory in the QGis Connector, adding results to existing
ones
- Add real area to aimec analysis 695
- update hybrid and energy test
- Add com3Hybrid documentation 618

FIX
- Hybrid model 611
- Refactor com2AB for clarity and readability 446
- Address savefigFormat TODO in outAB 560
- Only one makeDomainTransfo 700

Contributors:

Code: core team

1.0.1

Hotfix release for issue 712, leading to missing python files in the packaged distributions

FIX:
- 712 , missing init files

Page 5 of 8

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.