Skip to content

Commit af636fc

Browse files
committed
v0.13.1
1 parent a99c3bd commit af636fc

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## Version 0.13.1 - June 12, 2025
4+
## Bugfixes
5+
- fix IPython import paths in `biopsykit.stats`
6+
37
## Version 0.13.0 - April 16, 2025
48
## Improvements
59
- `biopsykit.io.biomarker`: Made importing biomarker data from the laboratory ("plate-format") 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.13.0"
3+
version = "0.13.1"
44
description = "A Python package for the analysis of biopsychological data."
55
authors = [
66
{ name = "Robert Richer", email = "[email protected]" },

0 commit comments

Comments
 (0)