Skip to content

Commit

Permalink
Add CHANGELOG.md
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Mueller <[email protected]>
  • Loading branch information
johannes-mueller committed Nov 10, 2022
1 parent f76551a commit 8c83db8
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# pyLife's change log file

In this file noteworthy changes of new releases of pyLife are documented since
2.0.0.


## pylife-2.0.1

### New features

* The `LoadCollective` accessor class honors the `cycles` column in the give
`DataFrame`. 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

* Switch from pymc3 to pymc version 4 for Bayesian Wöhler analysis

* Lift numpy version restrictions

0 comments on commit 8c83db8

Please sign in to comment.