Releases: dfds-data/dfds-ds-toolbox
Releases Β· dfds-data/dfds-ds-toolbox
Upgrade to python 3.11 and upgrade package dependencies
This release updates to being compatible with python 3.11, and updates all package dependencies.
Moreover, pre-commit now uses Ruff for formatting, sorting and linting.
Finally, a lot of type hints have been added.
Breaking change:
RegFeatureSelector has been deprecated for a while, and due to package update incompabilities, this has now been entirely removed.
v0.10.2
What's Changed
Other Changes
- Update documentation for PyPI. by @KPLauritzen in #39
- Fix installation for pytest coverage by @KPLauritzen in #40
- include axes as optional argument by @pacanada in #41
Full Changelog: v0.10.1...v0.10.2
v0.10.1
release pipeline fixes
v0.10.0
What's Changed
Other Changes
- Change documentation to consistently use the right package name by @nybyhansen in #34
- Add python 3.10 to testing pipeline by @KPLauritzen in #35
- Move from setup.py to poetry. by @KPLauritzen in #36
New Contributors
- @nybyhansen made their first contribution in #34
Full Changelog: v0.9.2...v0.10.0
v0.9.2
v0.9.0
What's Changed
Breaking Changes π
- Remove confidence band in plot_regression_predicted_vs_actual by @KPLauritzen in #13
- Refactor plot_roc_curve to use arrays as input by @KPLauritzen in #14
Other Changes
- Create testing pipeline by @KPLauritzen in #3
- Build docs on ReadTheDocs by @KPLauritzen in #4
- Consistent plotting behaviour by @KPLauritzen in #9
- Deprecate RegFeatureSelector and the sub-methods it calls. by @KPLauritzen in #10
Full Changelog: v0.8.0...v0.9.0
v0.8.0
What's Changed
- Upload package in GH pipeline to testpypi by @KPLauritzen in #1
- Rename project to allow publishing on PyPI by @KPLauritzen in #2
New Contributors
- @KPLauritzen made their first contribution in #1
Full Changelog: https://github.com/dfds-data/dfds-ds-toolbox/commits/v0.8.0