From 6a695e55e3730cfbcbdfda7a096c9ed81611f4e6 Mon Sep 17 00:00:00 2001 From: Nils Braun Date: Tue, 4 Feb 2020 22:40:46 +0100 Subject: [PATCH] Version 0.14.0 --- CHANGES.rst | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 51e7ad282..75681d333 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,6 +5,27 @@ Changelog tsfresh uses `Semantic Versioning `_ +Version 0.14.0 +============== + +- Breaking Change + - Replace Benjamini-Hochberg implementation with statsmodels implementation (#570) +- Refactoring and Documentation + - travis.yml (#605) + - gitignore (#608) + - Fix docstring of c3 (#590) + - Feature/pep8 (#607) +- Added Features + - Improve test coverage (#609) + - Add "autolag" parameter to augmented_dickey_fuller() (#612) +- Bugfixes + - Feature/pep8 (#607) + - Fix filtering on warnings with multiprocessing on Windows (#610) + - Remove outdated logging config (#621) + - Replace Benjamini-Hochberg implementation with statsmodels implementation (#570) + - Fix the kernel and the naming of a notebook (#626) + + Version 0.13.0 ==============