File tree Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Expand file tree Collapse file tree 3 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Version 0.5.1 - May 24, 2022
4+ ### New Features
5+ - ` biopsykit.classification ` : ` SklearnPipelinePermuter ` now supports regression
6+ ### Bugfixes
7+ - further small bugfixes
8+
39## Version 0.5.0 - April 21, 2022
410### New Features
511- ` biopsykit.stats ` : Added new statistic features:
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " biopsykit"
3- version = " 0.5.1-alpha.5 "
3+ version = " 0.5.1"
44description = " A Python package for the analysis of biopsychological data."
55authors = [
66 " Robert Richer <[email protected] >" ,
Original file line number Diff line number Diff line change 3838 "utils" ,
3939]
4040
41- __version__ = "0.5.1-alpha.5 "
41+ __version__ = "0.5.1"
4242
4343
4444def version () -> None :
You can’t perform that action at this time.
0 commit comments