Skip to content

Commit

Permalink
Bumversion 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kempa-liehr committed Dec 22, 2022
1 parent 31c069d commit 6714034
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
2 changes: 2 additions & 0 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,5 @@ Contributions
- Dimitris Spathis
- Filip Malkowski
- George Wambold
- Brunno Vanelli
- Maximilian Lohmann
10 changes: 10 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ Changelog

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

Version 0.20.0
==============

- Breaking Change
- The matrixprofile package becomes an optional dependency

- Bugfixes/Typos/Documentation:
- Fix feature extraction of Friedrich coefficients for pandas>1.3.5
- Fix file paths after example notebooks were moved

Version 0.19.0
==============

Expand Down
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,14 +121,21 @@ If you are interested in the technical workings, go to see our comprehensive Rea

The algorithm, especially the filtering part are also described in the paper mentioned above.

If you have some questions or feedback you can find the developers in the [gitter chatroom.](https://gitter.im/tsfresh/Lobby?utm_source=share-link&utm_medium=link&utm_campaign=share-link)

We appreciate any contributions, if you are interested in helping us to make *TSFRESH* the biggest archive of feature extraction methods in python, just head over to our [How-To-Contribute](http://tsfresh.readthedocs.io/en/latest/text/how_to_contribute.html) instructions.

If you want to try out `tsfresh` quickly or if you want to integrate it into your workflow, we also have a docker image available:

docker pull nbraun/tsfresh


## Backwards compatibility

If you need to reproduce or update time-series features, which were computed with the `matrixprofile` feature calculators, you need to create a Python 3.8 environment:

conda create --name tsfresh__py_3.8 python=3.8
conda activate tsfresh__py_3.8
pip install tsfresh[matrixprofile]

## Acknowledgements

The research and development of *TSFRESH* was funded in part by the German Federal Ministry of Education and Research under grant number 01IS14004 (project iPRODICT).

0 comments on commit 6714034

Please sign in to comment.