Skip to content

Commit

Permalink
bump version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
eonu committed Feb 1, 2023
1 parent 8237a36 commit 4543ddc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
# Changelog


## [1.1.1](https://github.com/eonu/sequentia/releases/tag/v1.1.1)

#### Major changes

- Remove `scikit-learn` validation constraints from `IndependentFunctionTransformer`. ([#237](https://github.com/eonu/sequentia/pull/237))

#### Minor changes

- Change default `mean_filter`/`median_filter` width to 5. ([#238](https://github.com/eonu/sequentia/pull/238))
- Update repository documentation. ([#239](https://github.com/eonu/sequentia/pull/239))


## [1.1.0](https://github.com/eonu/sequentia/releases/tag/v1.1.0)

#### Major changes
Expand Down
2 changes: 1 addition & 1 deletion lib/sequentia/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from .utils import *

__name__ = "sequentia"
__version__ = "1.1.0"
__version__ = "1.1.1"
__author__ = "Edwin Onuonga"
__email__ = "ed@eonu.net"
__copyright__ = f"2019-2023, {__author__}"

0 comments on commit 4543ddc

Please sign in to comment.