Skip to content

Releases: smrt-model/smrt

v1.3

19 Apr 10:42
Compare
Choose a tag to compare

add a new atmosphere model based on pyrtlib and include a few other features and solve bugs

improved stability in DORT

18 Jan 22:14
Compare
Choose a tag to compare

implement another diagonalisation method in DORT to avoid numerical instabilities, especially in active mode. It can be activated with rtsolver_options=dict(diagonalization_method="shur_forcedtriu") in make_model. If good results are reported, this may become the default option as it seems as fast as the direct, original, eigenvalue solver.

v1.2.3

08 Dec 18:01
Compare
Choose a tag to compare

Add automatic release to pypi. A few minor improvements. See CHANGELOG.md

v1.1.0

16 Sep 13:42
Compare
Choose a tag to compare

SMRT versioning now follows semantic versioning and biannual releases are expected. The main change here is the addition of emmodels using the Strong Expansion Theory.

The version with microwave grain size and unified microstructures (AGU Advances)

04 May 19:54
Compare
Choose a tag to compare
smrt_unified_microstructures

add reference to the microwave grain size paper

The version used for frozen lake simulations (v0)

08 Jan 08:53
Compare
Choose a tag to compare
frozen_lake_v0

rename the functions to return the results as a dataframe or a pandas…

The version used for the final GMD paper

18 May 19:39
Compare
Choose a tag to compare
gmd_version1.0

version used for the final GMD paper

The version used for GMDD paper

14 Feb 14:55
Compare
Choose a tag to compare
gmdd_version1.0

solve iba bug in python 2 (pb of integer division)