Skip to content

v0.1.0b1

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 11 Jul 11:23
· 62 commits to main since this release
7d1324e

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 the notebook Poetry group.
  • Fixed missing type annotation for _quantize_kernel() in BaseDenseMML.

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