File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 11[tool .bumpversion ]
2- current_version = " 0.12.3 "
2+ current_version = " 0.13.0 "
33
44[[tool .bumpversion .files ]]
55filename = " pyproject.toml"
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11[project ]
22name = " biopsykit"
3- version = " 0.12.3 "
3+ version = " 0.13.0 "
44description = " A Python package for the analysis of biopsychological data."
55authors = [
66 {
name =
" Robert Richer" ,
email =
" [email protected] " },
Original file line number Diff line number Diff line change 3030 "utils" ,
3131]
3232
33- __version__ = "0.12.3 "
33+ __version__ = "0.13.0 "
3434
3535
3636def version () -> None :
You can’t perform that action at this time.
0 commit comments