Skip to content

Commit 3ec61c7

Browse files
committed
0.12.1 updated dependency constraints (mainly pandas ^2)
1 parent 13cc3ff commit 3ec61c7

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

3+
### Version 0.12.1 - January 03, 2025
4+
### Bugfix
5+
- Updated `pandas` version constraint from "^1" to "^2" and updated all code and test cases to be compatible with newer
6+
`pandas` versions.
7+
38
## Version 0.12.0 - January 03, 2025
49
### New Features
510
- Added new algorithms for pre-ejection period (PEP) computation in `biopsykit.signals`, including

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "biopsykit"
3-
version = "0.12.0"
3+
version = "0.12.1"
44
description = "A Python package for the analysis of biopsychological data."
55
authors = [
66
"Robert Richer <[email protected]>",

src/biopsykit/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"utils",
3131
]
3232

33-
__version__ = "0.12.0"
33+
__version__ = "0.12.1"
3434

3535

3636
def version() -> None:

0 commit comments

Comments
 (0)