What's Changed
Security updates
* Bump types-pillow from 9.0.4 to 9.0.6 by dependabot in https://github.com/wearepal/EthicML/pull/514
* Enable Auto-merge of dependabot prs by olliethomas in https://github.com/wearepal/EthicML/pull/528
* Bump mypy from 0.931 to 0.940 by dependabot in https://github.com/wearepal/EthicML/pull/524
* Auto merge dependabot by olliethomas in https://github.com/wearepal/EthicML/pull/529
* Bump ranzen from 1.1.3 to 1.1.4 by dependabot in https://github.com/wearepal/EthicML/pull/527
* add guard that ci workflow passes successfully by olliethomas in https://github.com/wearepal/EthicML/pull/530
* Bump ray from 1.10.0 to 1.11.0 by dependabot in https://github.com/wearepal/EthicML/pull/523
* Bump pytest from 7.0.1 to 7.1.0 by dependabot in https://github.com/wearepal/EthicML/pull/526
* Bump mypy from 0.940 to 0.941 by dependabot in https://github.com/wearepal/EthicML/pull/531
* Bump typed-argument-parser from 1.4 to 1.7.2 by dependabot in https://github.com/wearepal/EthicML/pull/544
Docs updates
* Use new docs theme which supports dark mode by thomkeh in https://github.com/wearepal/EthicML/pull/521
* Rearrange the docs a bit by thomkeh in https://github.com/wearepal/EthicML/pull/522
* add some docstrings, mostly with links to the docs of sklearn by olliethomas in https://github.com/wearepal/EthicML/pull/520
* add some more text to the cross validator docstrings by olliethomas in https://github.com/wearepal/EthicML/pull/532
* Create 404.md by olliethomas in https://github.com/wearepal/EthicML/pull/535
* Update 404.rst by olliethomas in https://github.com/wearepal/EthicML/pull/536
* Change how table of contents are displayed by thomkeh in https://github.com/wearepal/EthicML/pull/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 https://github.com/wearepal/EthicML/pull/537
* add a default arg for dir. Also, make most model inits be kwarg-only by olliethomas in https://github.com/wearepal/EthicML/pull/539
* add a property of Kamiran that returns the instance weights of the gr… by olliethomas in https://github.com/wearepal/EthicML/pull/542
Bugfixes
* Scaler should be used in evaluate models async by olliethomas in https://github.com/wearepal/EthicML/pull/540
**Full Changelog**: https://github.com/wearepal/EthicML/compare/v0.6.0...v0.7.0