2.0.1
johannes-mueller
released this
10 Nov 15:57
·
309 commits
to develop
since this release
A minor release, mostly dependency related updates and documentation improvements.
New features
-
The
LoadCollective
accessor class honors thecycles
column in the giveDataFrame
. This is useful for manually created load collectives. -
Support for python 3.10
Bug fixes
-
Fix off-by-one error in meanstress transformation rebinning
-
Correct the index of the detected turns when NaNs have been dropped in rainflow counting
Other changes
-
Documentation improved
-
Switch from pymc3 to pymc version 4 for Bayesian Wöhler analysis. The extension is not installable via pip as the current bambi release pulls a numpy version that is incompatible with our demandas. If you need it, please install bambi manually from their current git repo and then pymc via pip.
-
Lift numpy version restrictions