Skip to content

Commit

Permalink
Update tsfel version to v0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarandas committed Sep 12, 2024
1 parent f29bdd5 commit 9e7ef6b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Changelog
Version 0.1.9
=============
- Changes
- Replaced the ``Histogram`` feature with ``HistogramMode`` (`#167 <https://github.com/fraunhoferportugal/tsfel/pull/167>`_)
- Replaced the ``Histogram`` feature with ``Histogram mode`` (`#167 <https://github.com/fraunhoferportugal/tsfel/pull/167>`_)

- Improvements
- The ``correlated_features`` method now supports returning a filtered feature vector (`#163 <https://github.com/fraunhoferportugal/tsfel/pull/163>`_)
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@
# built documents.
#
# The short X.Y version.
version = "0.1.8"
version = "0.1.9"
# The full version, including alpha/beta/rc tags.
release = "0.1.8"
release = "0.1.9"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def find_requirements(filename):

setuptools.setup(
name="tsfel",
version="0.1.8",
version="0.1.9",
author="Fraunhofer Portugal",
description="Library for time series feature extraction",
long_description=long_description,
Expand Down

0 comments on commit 9e7ef6b

Please sign in to comment.