We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a99c3bd commit af636fcCopy full SHA for af636fc
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## Version 0.13.1 - June 12, 2025
4
+## Bugfixes
5
+- fix IPython import paths in `biopsykit.stats`
6
+
7
## Version 0.13.0 - April 16, 2025
8
## Improvements
9
- `biopsykit.io.biomarker`: Made importing biomarker data from the laboratory ("plate-format") more flexible and
pyproject.toml
@@ -1,6 +1,6 @@
[project]
name = "biopsykit"
-version = "0.13.0"
+version = "0.13.1"
description = "A Python package for the analysis of biopsychological data."
authors = [
{ name = "Robert Richer", email = "[email protected]" },
0 commit comments