Skip to content
This repository has been archived by the owner on Aug 27, 2024. It is now read-only.

Releases: wearepal/EthicML

v1.0.0-beta.1

18 Aug 19:39
Compare
Choose a tag to compare
v1.0.0-beta.1 Pre-release
Pre-release

What's Changed

Breaking Changes 🛠

  • Requires now Python 3.8+
  • Enable run_metrics() to compute min and max in addition to diff and ratio by @thomkeh in #736

Other Changes

Full Changelog: v1.0.0-alpha.4...v1.0.0-beta.1

v0.7.3

21 Jul 18:21
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.2...v0.7.3

v1.0.0-alpha.4

28 Jun 10:40
Compare
Choose a tag to compare
v1.0.0-alpha.4 Pre-release
Pre-release

What's Changed

Breaking Changes 🛠

  • Requires now Python 3.8+

Other Changes

  • Change dependencies for building docs by @thomkeh in #688
  • Change the return type of run_metrics() by @thomkeh in #693
  • When constructing a datatuple check for overlapping columns by @thomkeh in #692
  • Sort out which files get passed to the preprocessing models by @thomkeh in #694
  • Use official pandas type stubs by @thomkeh in #695
  • Fix usage of nan_to_num by @thomkeh in #698

Full Changelog: v1.0.0-alpha.3...v1.0.0-alpha.4

v0.7.2

28 Jun 10:19
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.1...v0.7.2

v1.0.0-alpha.3

13 Jun 21:06
Compare
Choose a tag to compare
v1.0.0-alpha.3 Pre-release
Pre-release

What's Changed

Breaking Changes 🛠

Other Changes

Full Changelog: v1.0.0-alpha.2...v1.0.0-alpha.3

v1.0.0-alpha.2

06 Jun 17:45
Compare
Choose a tag to compare
v1.0.0-alpha.2 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.0-alpha.1...v1.0.0-alpha.2

v1.0.0-alpha.1

28 May 16:30
Compare
Choose a tag to compare
v1.0.0-alpha.1 Pre-release
Pre-release

What's Changed

Full Changelog: v1.0.0-alpha.0...v1.0.0-alpha.1

v1.0.0-alpha.0

27 May 15:22
Compare
Choose a tag to compare
v1.0.0-alpha.0 Pre-release
Pre-release

What's Changed

Full Changelog: v0.7.1...v1.0.0-alpha.0

v0.7.1

18 Mar 16:12
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.7.1

v0.7.0

17 Mar 18:41
Compare
Choose a tag to compare

What's Changed

Security updates

Docs updates

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

Full Changelog: v0.6.0...v0.7.0