Skip to content

Commit 9a5c0b3

Browse files
committed
v0.13.0
1 parent a306a8e commit 9a5c0b3

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

.bumpversion.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.bumpversion]
2-
current_version = "0.12.3"
2+
current_version = "0.13.0"
33

44
[[tool.bumpversion.files]]
55
filename = "pyproject.toml"

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## Version 0.13.0 - April 16, 2025
4+
## Improvements
5+
- `biopsykit.io.biomarker`: Made importing biomarker data from the laboratory ("plate-format") more flexible and
6+
error-safe.
7+
8+
## Internal Changes
9+
- Updated code to fix deprecation and future warnings in `pandas` and `numpy`.
10+
311
## Version 0.12.3 - March 15, 2025
412
### Internal Changes
513
- Migrated from `poetry` to `uv` as the main build tool. This change is due to the fact that `uv` is more flexible and

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "biopsykit"
3-
version = "0.12.3"
3+
version = "0.13.0"
44
description = "A Python package for the analysis of biopsychological data."
55
authors = [
66
{ name = "Robert Richer", email = "[email protected]" },

src/biopsykit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"utils",
3131
]
3232

33-
__version__ = "0.12.3"
33+
__version__ = "0.13.0"
3434

3535

3636
def version() -> None:

0 commit comments

Comments
 (0)