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

Releases: wearepal/EthicML

v1.3.0

11 Nov 13:13
Compare
Choose a tag to compare

What's Changed

Breaking Changes 🛠

  • Raise minimum Python version to 3.10 by @tmke8 in #974

Exciting New Features 🎉

Other Changes

  • Fix that cursed file again by @tmke8 in #971
  • Make the other mask also bool by @tmke8 in #973
  • Remove all from __future__ import annotations by @tmke8 in #975
  • Clean up the CI by @tmke8 in #981
  • Restore the use of python-type-stubs by @tmke8 in #983
  • Convert a lot of if-elif cascades into match statements by @tmke8 in #984
  • Replace darglint with pydoclint by @tmke8 in #985
  • Make zip strict and avoid boolean traps by @tmke8 in #986
  • Try to make mypy happy by @tmke8 in #993
  • Use ints for the labels in the tests by @tmke8 in #994
  • Normalize strings with black by @tmke8 in #995

Full Changelog: v1.2.3...v1.3.0

v1.2.3

29 Sep 15:37
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.2...v1.2.3

v1.2.2

20 Sep 13:57
Compare
Choose a tag to compare

What's Changed

Bugfixes

Other Changes

Full Changelog: v1.2.1...v1.2.2

v1.2.1

13 May 18:00
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

Other Changes

Full Changelog: v1.2.0...v1.2.1

v1.2.0

28 Mar 14:53
Compare
Choose a tag to compare

What's Changed

Exciting New Features 🎉

  • Raise highest supported Python version to 3.11 by @tmke8 in #879

Other Changes

Full Changelog: v1.1.0...v1.2.0

v1.1.0

16 Jan 10:53
Compare
Choose a tag to compare

What's Changed

Other Changes

Full Changelog: v1.0.2...v1.1.0

v1.0.2

16 Dec 14:50
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.0.2

v1.0.1

09 Oct 13:46
Compare
Choose a tag to compare

What's Changed

Documentation improvements ✍️

Other Changes

Full Changelog: v1.0.0...v1.0.1

v1.0.0

28 Sep 13:41
Compare
Choose a tag to compare

What's Changed

Breaking Changes 🛠

Exciting New Features 🎉

  • Use sets of enums instead of flags for metrics aggregation by @thomkeh in #752

Other Changes

Full Changelog: v0.7.1...v1.0.0

v1.0.0-beta.2

02 Sep 15:31
Compare
Choose a tag to compare
v1.0.0-beta.2 Pre-release
Pre-release

What's Changed

Breaking Changes 🛠

Exciting New Features 🎉

  • Use sets of enums instead of flags for metrics aggregation by @thomkeh in #752

Other Changes

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