Skip to content

Releases: understandable-machine-intelligence-lab/Quantus

v0.5.3

05 Dec 11:42
Compare
Choose a tag to compare

What's Changed

  • Bugfix: Added explain_func_kwargs to SmoothMPRT and zennit tests by @annahedstroem in #318
  • Improvement: Add warning of deprecated argument (handle elegantly) by @annahedstroem in #319

Full Changelog: v0.5.2...v0.5.3

v0.5.2

01 Dec 14:26
ac36e91
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.1...v0.5.2

v0.5.1

27 Nov 11:16
c33f403
Compare
Choose a tag to compare

What's Changed

  • Bug fixes for the EfficientMPRT metric and expand quantus.evaluate func by @annahedstroem in #314
  • Update pandas version control (to work smoothly with Colab environment) and add back print warn message for Model Parameter Randomisation Test by @annahedstroem in #315

Full Changelog: v0.5.0...v0.5.1

v0.5.0

24 Nov 14:46
ea2890e
Compare
Choose a tag to compare

What's Changed

In this release, we introduce two new metrics, SmoothMPRT and EfficientMPRT, which are variants of the Model Parameter Randomisation Test (MPRT). These implementations are from the paper "Sanity Checks Revisited: An Exploration to Repair the Model Parameter Randomisation Test " by Hedström et al., 2023 published at NeurIPS XAIA.

Full Changelog: v0.4.5...v0.5.0

v0.4.5

17 Nov 11:09
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.4...v0.4.5

v0.4.4

26 Oct 16:25
1de69e6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.3...v0.4.4

v0.4.3

10 Aug 10:58
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.2...v0.4.3

v0.4.2

09 Aug 15:04
Compare
Choose a tag to compare

What's Changed

  • More exposure to quantum functionality including model and utils
  • Create transparency with respect to the metric’s data and model applicability by @annahedstroem in #279
  • Update evaluation.py by @annahedstroem in #282
  • Fixed issue in max_sensitivity.py by @annahedstroem in #289

Full Changelog: v0.4.1...v0.4.2

v0.4.1

27 Jun 11:09
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0

09 May 20:54
42c7054
Compare
Choose a tag to compare

What's Changed

  • Fix warn_perturbation_caused_no_change by @p-wojciechowski in #250
  • Packaging by @annahedstroem in #256
    • Add 3.10 and 3.11 Python support
    • Clean-up requirements_test.txt
    • Update torch, tensorflow versions and fixing protobuf incompatibility
    • Check that optional dependencies packages in setup.py are the same as in requirements_test.txt
    • Clean-up setup.py, including adding required and removing unnecessary imports
    • Clean-up pytests
  • Setuptools-bug fixed, extra_requires not correctly identified by @annahedstroem in #258
  • Updated python publish script by @annahedstroem in #259
  • Python package bug by @annahedstroem in #260
  • Updated setup.py with absolute path by @annahedstroem in #262
  • Add reqs via MANIFEST.ini by @annahedstroem in #263

Full Changelog: v0.3.5...v0.4.0