-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Johannes Mueller <[email protected]>
- Loading branch information
1 parent
f76551a
commit 8c83db8
Showing
1 changed file
with
28 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |