Skip to content

Commit

Permalink
0.10.1: bugfix in SklearnPipelinePermuter due to new numpy version
Browse files Browse the repository at this point in the history
  • Loading branch information
richrobe committed Dec 1, 2023
1 parent 76fab43 commit 2599940
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## Version 0.10.1 - Dec 01, 2023
### Bugfixes
- `biopsykit.classification.model_selection.SklearnPipelinePermuter`: fixed bug that lead to the incorrect flattening
of numpy arrays not due to a newer numpy version

## Version 0.10.0 - Nov 28, 2023
### Changes
- `biopsykit.classification.model_selection.SklearnPipelinePermuter`:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "biopsykit"
version = "0.10.0"
version = "0.10.1"
description = "A Python package for the analysis of biopsychological data."
authors = [
"Robert Richer <robert.richer@fau.de>",
Expand Down
2 changes: 1 addition & 1 deletion src/biopsykit/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"utils",
]

__version__ = "0.10.0"
__version__ = "0.10.1"


def version() -> None:
Expand Down

0 comments on commit 2599940

Please sign in to comment.