This repository has been archived by the owner on Aug 27, 2024. It is now read-only.
v0.7.0
What's Changed
Security updates
- Bump types-pillow from 9.0.4 to 9.0.6 by @dependabot in #514
- Enable Auto-merge of dependabot prs by @olliethomas in #528
- Bump mypy from 0.931 to 0.940 by @dependabot in #524
- Auto merge dependabot by @olliethomas in #529
- Bump ranzen from 1.1.3 to 1.1.4 by @dependabot in #527
- add guard that ci workflow passes successfully by @olliethomas in #530
- Bump ray from 1.10.0 to 1.11.0 by @dependabot in #523
- Bump pytest from 7.0.1 to 7.1.0 by @dependabot in #526
- Bump mypy from 0.940 to 0.941 by @dependabot in #531
- Bump typed-argument-parser from 1.4 to 1.7.2 by @dependabot in #544
Docs updates
- Use new docs theme which supports dark mode by @thomkeh in #521
- Rearrange the docs a bit by @thomkeh in #522
- add some docstrings, mostly with links to the docs of sklearn by @olliethomas in #520
- add some more text to the cross validator docstrings by @olliethomas in #532
- Create 404.md by @olliethomas in #535
- Update 404.rst by @olliethomas in #536
- Change how table of contents are displayed by @thomkeh in #545
Minor API changes
- remove Postprocess from evaluate_models as its not used. Store hyperparams in results table. Append Hyperparams to K&C name. by @olliethomas in #537
- add a default arg for dir. Also, make most model inits be kwarg-only by @olliethomas in #539
- add a property of Kamiran that returns the instance weights of the gr… by @olliethomas in #542
Bugfixes
- Scaler should be used in evaluate models async by @olliethomas in #540
Full Changelog: v0.6.0...v0.7.0