Skip to content

Commit

Permalink
Version 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nils-braun committed Nov 23, 2019
1 parent 0ef9123 commit ab67e9c
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,33 @@ Changelog
tsfresh uses `Semantic Versioning <http://semver.org/>`_


Version 0.13.0
==============

- Drop python 2.7 support (#568)
- Fixed bugs
- Fix cache in friedrich_coefficients and agg_linear_trend (#593)
- Added a check for wrong column names and a test for this check (#586)
- Make sure to not install the tests folder (#599)
- Make sure there is at least a single column which we can use for data (#589)
- Avoid division by zero in energy_ratio_by_chunks (#588)
- Ensure that get_moment() uses float computations (#584)
- Preserve index when column_value and column_kind not provided (#576)
- Add @set_property("input", "pd.Series") when needed (#582)
- Fix off-by-one error in longest strike features (fixes #577) (#578)
- Add `set_property` import (#572)
- Fix typo (#571)
- Fix indexing of melted normalized input (#563)
- Fix travis (#569)
- Remove warnings (#583)
- Update to newest python version (#594)
- Optimizations
- Early return from change_quantiles if ql >= qh (#591)
- Optimize mean_second_derivative_central (#587)
- Improve performance with Numpy's sum function (#567)
- Optimize mean_change (fixes issue #542) and correct documentation (#574)


Version 0.12.0
==============

Expand Down

0 comments on commit ab67e9c

Please sign in to comment.