v0.1.0b1
Pre-release
Pre-release
0.1.0b1 - 2024-07-11
Changes
- Changed linter from PyLint to Ruff.
- Loosened dependency requirements to allow for more compatibility with other packages.
- Reorganized poetry dependency groups.
Fixes
- Added missing
scikit-learn
dependency for thenotebook
Poetry group. - Fixed missing type annotation for
_quantize_kernel()
inBaseDenseMML
.
Miscellaneous Changes
- Bump GitHub actions' versions. (#1)
- Added a security policy, code of conduct, and contribution guidelines.
- Added new training tests to GitHub actions to ensure that the changes does not affect performance and results of the models.
- Configured dependabot to look out for dependency updates.
- Made devcontainer settings become VSCode workspace settings.
- Renamed and redid some GitHub actions.
New Contributors
- @dependabot made their first contribution in #1