File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Version 0.3.7 - December 03 2021
4+ ### Misc
5+ - Updated dependencies: now using scikit-learn ` >=1.0 `
6+
37## Version 0.3.6 - December 01 2021
48### New Features
59- ` biopsykit.io.ecg ` : Added functions to write a dictionary of dataframes to a series of csv files (and vice versa).
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " biopsykit"
3- version = " 0.3.6 "
3+ version = " 0.3.7 "
44description = " A Python package for the analysis of biopsychological data."
55authors = [
66 " Robert Richer <[email protected] >" ,
@@ -28,7 +28,7 @@ scipy = "^1.7.0"
2828statannot = " ^0.2.3"
2929tqdm = " ^4.62.0"
3030joblib = " ^1.0.0"
31- scikit-learn = " ^0.24.2 "
31+ scikit-learn = " ^1.0 "
3232nilspodlib = " ^3.2.2"
3333openpyxl = " ^3.0.7"
3434XlsxWriter = " ^1.4.5"
Original file line number Diff line number Diff line change 4040 "utils" ,
4141]
4242
43- __version__ = "0.3.6 "
43+ __version__ = "0.3.7 "
4444
4545
4646def version () -> None :
You can’t perform that action at this time.
0 commit comments