From e93c79684e12f1ee5b702c4dbf1f3655f5293e7f Mon Sep 17 00:00:00 2001 From: Nils Braun Date: Wed, 14 Jun 2023 23:27:42 +0200 Subject: [PATCH] Bumpversion 0.20.1 --- AUTHORS.rst | 1 + CHANGES.rst | 11 +++++++++++ 2 files changed, 12 insertions(+) diff --git a/AUTHORS.rst b/AUTHORS.rst index f31de825..cd958939 100644 --- a/AUTHORS.rst +++ b/AUTHORS.rst @@ -53,3 +53,4 @@ Contributions - George Wambold - Brunno Vanelli - Maximilian Lohmann +- Paul Voigt diff --git a/CHANGES.rst b/CHANGES.rst index de3d7988..17a3a141 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,6 +4,17 @@ Changelog tsfresh uses `Semantic Versioning `_ +Version 0.20.1 +============== + +- Added Features + - Make tsfresh compatible with numpy 1.24 (#1018) and pandas 2.0 (#1028) + +- Bugfixes/Typos/Documentation: + - Use pandas Index.equals in check_if_pandas_series (#963) + - Updates to package layout, CI/CD and developer setup + + Version 0.20.0 ==============