File tree Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Expand file tree Collapse file tree 1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,33 @@ Changelog
55tsfresh uses `Semantic Versioning <http://semver.org/ >`_
66
77
8+ Version 0.13.0
9+ ==============
10+
11+ - Drop python 2.7 support (#568)
12+ - Fixed bugs
13+ - Fix cache in friedrich_coefficients and agg_linear_trend (#593)
14+ - Added a check for wrong column names and a test for this check (#586)
15+ - Make sure to not install the tests folder (#599)
16+ - Make sure there is at least a single column which we can use for data (#589)
17+ - Avoid division by zero in energy_ratio_by_chunks (#588)
18+ - Ensure that get_moment() uses float computations (#584)
19+ - Preserve index when column_value and column_kind not provided (#576)
20+ - Add @set_property("input", "pd.Series") when needed (#582)
21+ - Fix off-by-one error in longest strike features (fixes #577) (#578)
22+ - Add `set_property ` import (#572)
23+ - Fix typo (#571)
24+ - Fix indexing of melted normalized input (#563)
25+ - Fix travis (#569)
26+ - Remove warnings (#583)
27+ - Update to newest python version (#594)
28+ - Optimizations
29+ - Early return from change_quantiles if ql >= qh (#591)
30+ - Optimize mean_second_derivative_central (#587)
31+ - Improve performance with Numpy's sum function (#567)
32+ - Optimize mean_change (fixes issue #542) and correct documentation (#574)
33+
34+
835Version 0.12.0
936==============
1037
You can’t perform that action at this time.
0 commit comments