Skip to content

Commit

Permalink
Forgot to add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
nils-braun committed Apr 14, 2020
1 parent 2a50ba7 commit 892e1ba
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,22 @@ Changelog

tsfresh uses `Semantic Versioning <http://semver.org/>`_

Unreleased
==========

- Breaking Change
- Fix the sorting of the parameters in the feature names (#656)
The feature names consist of a sorted list of all parameters now.
That used to be true for all non-combiner features, and is now also true for combiner features.
If you relied on the actual feature name, this is a breaking change.
- Added Features
- Added variation coefficient (#654)
- Added the datetimeindex explanation from the notebook to the docs (#661)
- Bugfixes
- Increase the extracted `ar` coefficients to the full parameter range. (#662)
- Documentation fixes (#663, #664, #665)


Version 0.15.1
==============

Expand Down

0 comments on commit 892e1ba

Please sign in to comment.