Skip to content

v0.3.2

Compare
Choose a tag to compare
@tuvelofstrom tuvelofstrom released this 14 Apr 01:12
· 529 commits to main since this release

v0.3.2 - 2024-04-14

Full changelog

Features

  • Added Fairness experiments and plotting for the XAI 2024 paper. Added a Fairness tag for the weblinks.
  • Added multi-class experiments and plotting for upcoming submissions. Added a Multi-class tag for weblinks.
  • Some improvements were made to the multi-class functionality. The updates included updating the VennAbers class to a more robust handling of multi-class (with or without Mondrian bins).

Fixes

  • Updated the requirement for crepes to v0.6.2, to address known issues with some versions of python.
  • The pythonpath for pytest was added to pyprojects.toml to avoid module not found error when running pytest locally.