Skip to content

Commit

Permalink
Prepare 0.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nils-braun committed Aug 3, 2024
1 parent 821895c commit 1297c8c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
4 changes: 4 additions & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Contributions
- Denis Barbier
- Derrick
- Dhruv Srikanth
- Dillon Wong
- Dimitris Spathis
- Dominic White
- earthgecko
Expand All @@ -61,6 +62,7 @@ Contributions
- James Myatt
- Jean-Francois Zinque
- Jeroen Van Der Donckt
- Justin Hong
- Justin White
- kartikey-vyas
- koho
Expand Down Expand Up @@ -88,6 +90,7 @@ Contributions
- Ricardo Emanuel Vaz Vargas
- Roman Yurchak
- Roy Wedge
- Sarius2009
- Sean M. Law
- Sergey Shepelev
- Soledad Galli
Expand All @@ -102,4 +105,5 @@ Contributions
- Will Koehrsen
- Wojciech Indyk
- yairst
- YamaByte
- yitao-yu
12 changes: 12 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ Changelog

tsfresh uses `Semantic Versioning <http://semver.org/>`_

Version 0.20.3
==============
- Bugfixes/Typos/Documentation:
* Fixes issue #1073: Updated setup.cfg to require newer scipy version (#1081)
* extract_relevant_features now passes chunksize to extract_features (#1083)
* Fix code and tests for numpy >= 2.0 (#1085)
* Update tsfresh.feature_extraction.feature_calculators.skewness to make it consistent with the design principle of not ignoring nan (#1066)
* Fix spelling/grammar in pipeline notebook (#1082)
* Added recommendation to revert thread limitations (#1069)
* Fix the 01 example notebook to not leak information between train and test set
* Feature calculator return type documentation (#1070)

Version 0.20.2
==============
- Added Features
Expand Down

0 comments on commit 1297c8c

Please sign in to comment.