From f7b037ed64893d4b12e5acba375f542c61fd31a2 Mon Sep 17 00:00:00 2001 From: Maximilian Christ Date: Tue, 9 Jul 2019 19:33:04 +0800 Subject: [PATCH] prepare changes for 0.12.0 (#555) --- CHANGES.rst | 17 +++++++++++++---- 1 file changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGES.rst b/CHANGES.rst index fc1651830..a38ddb822 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,10 +5,19 @@ Changelog tsfresh uses `Semantic Versioning `_ -Unreleased -========== +Version 0.12.0 +============== + +- fixed bugs + - wrong calculation of friedrich coefficients + - feature selection selected too many features + - an ignored max_timeshift parameter in roll_time_series +- add deprecation warning for python 2 +- added support for index based features +- new feature calculator + - linear_trend_timewise +- enable the RelevantFeatureAugmenter to be used in cross validated pipelines - increased scipy dependency to 1.2.0 -- fixed bug in friedrich coefficient where the parameter were ignored and wrong features were returned Version 0.11.2 @@ -28,7 +37,7 @@ Version 0.11.1 ============== - general performance improvements - removed hard pinning of dependencies -- fixed +- fixed bugs - the stock price forecasting notebook - the multi classification notebook