diff --git a/AUTHORS.rst b/AUTHORS.rst index 65c86c3e..0bae34b9 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -37,6 +37,7 @@ Contributions - Denis Barbier - Derrick - Dhruv Srikanth +- Dillon Wong - Dimitris Spathis - Dominic White - earthgecko @@ -61,6 +62,7 @@ Contributions - James Myatt - Jean-Francois Zinque - Jeroen Van Der Donckt +- Justin Hong - Justin White - kartikey-vyas - koho @@ -88,6 +90,7 @@ Contributions - Ricardo Emanuel Vaz Vargas - Roman Yurchak - Roy Wedge +- Sarius2009 - Sean M. Law - Sergey Shepelev - Soledad Galli @@ -102,4 +105,5 @@ Contributions - Will Koehrsen - Wojciech Indyk - yairst +- YamaByte - yitao-yu diff --git a/CHANGES.rst b/CHANGES.rst index 8adb0bef..97f531f3 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,6 +4,18 @@ Changelog tsfresh uses `Semantic Versioning `_ +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