Releases: understandable-machine-intelligence-lab/Quantus
Releases · understandable-machine-intelligence-lab/Quantus
v0.1.5
What's Changed 🎉
- New metrics:
- Consistency and Sufficiency #112 by @dilyabareeva in #117
- Focus implementation by @FerranPares in #127
- Fix typing issue explanation_func.py by @annahedstroem in #120
- Issue #125 fixed, 1st attempt by @annahedstroem in #126
- Avoid empty prints when no deprecation warnings by @vedal in #128
- Minor fixes by @annahedstroem in #132, including:
New Contributors
-
@FerranPares made their first contribution in #127
Full Changelog: v0.1.4...v0.1.5
v0.1.4
In the spotlight 🎉
- New evaluation metrics: (In)fidelity and ROAD
- Updated to a more generous LGPL license model, allowing for commercial use
- Additional functionality for faithfulness metrics e.g., computing AUC scores
- Cleaning up perturb function and supporting multi-dimensional channels
- Smaller typos and bugs fixed :-)
What's Changed
- Issue #71 and minor bug fixes by @dilyabareeva in #81
- Merging flexible input size support by @leanderweber in #86
- Added a random uniform explanation method by @Wickstrom in #97
- Fix typos and verify targets by @rodrigobdz in #99
- added softmax_act param by @Wickstrom in #102
- fixed a few typos in the readme overview section by @sltzgs in #100
- Cleaning up Perturb Functions, Multidimensional Channel support by @leanderweber in #88
- Update LICENSE to LGPL by @annahedstroem in #109
- Update LICENSE to LGPL by @annahedstroem in #108
- Included auc or mean aggregation to faithfulness metrics. by @Wickstrom in #105
- Issues #55 #104, #106, #110 and #113: smaller bug fixes by @annahedstroem in #114
- Infidelity (Issue 72) & Road (Issue 76) by @dilyabareeva in #107
New Contributors
Full Changelog: v0.1.3...v0.1.4
v0.1.3
What's Changed
- WIP: 1d and non squared 2d input shapes by @dkrako in #74
- fixing image distortion on mobile screens by @sebastian-lapuschkin in #85
Fixed issues
Other commits
- post-merge fixes: impr. code coverage, formatting, docstrings, tytori…
- bug fixes: from self.last_result to self.last_results
- updated perturb_func for input_shift
- fixes: axiomatic metrics, warnings, features_in_step extension, defau…
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
- updating readme to reflect arxiv submission by @sebastian-lapuschkin in #63
- Readme: Fix minor typos by @rodrigobdz in #64
- minor typo corrections by @dkrako in #68
- add tqdm progress bar for faithfullness metrics by @dkrako in #69
New Contributors
- @rodrigobdz made their first contribution in #64
- @dkrako made their first contribution in #68
Fixes
- @annahedstroem Fixed PixelFlipping metric only flips first color channel (b0d6554)
- @annahedstroem updated a workflow guide to Contributing
- @annahedstroem added functionality to specify seed in randomisation tests
Full Changelog: v0.1.1...v0.1.2
PyPi package here: https://pypi.org/project/quantus/0.1.2/
v0.1.1
-
What's Changed
- Basic interfaces and functionality by @3-nan in #1
- Modular structure by @3-nan in #2
- Experimenting by @annahedstroem in #3
- Measures utils by @annahedstroem in #4
- Measures utils by @annahedstroem in #6
- restructure, update .gitignore by @annahedstroem in #7
- Measures utils by @annahedstroem in #10
- Localization tests by @3-nan in #5
- Measures utils by @annahedstroem in #11
- Randomization and Localization Metrics by @3-nan in #12
- Measures utils by @annahedstroem in #13
- Tutorials by @annahedstroem in #14
- Tutorials by @annahedstroem in #15
- Tutorials by @annahedstroem in #17
- Tutorials by @annahedstroem in #18
- Updated docstrings by @annahedstroem in #19
- small fixes by @annahedstroem in #20
- Fixes by @annahedstroem in #21
- Fixes by @annahedstroem in #22
- Fixes by @annahedstroem in #23
- updated warnings by @annahedstroem in #24
- Reformatter black, update README.md and helper funcs by @annahedstroem in #25
- Fixes by @annahedstroem in #26
- Tests by @annahedstroem in #27
- Bug fixes localisation and faithfulness code, including some helpers … by @annahedstroem in #29
- Fixes pytests by @annahedstroem in #30
- Fixes pytests by @annahedstroem in #31
- Fixes pytests by @annahedstroem in #32
- Fixes pytests by @annahedstroem in #33
- updates: fixes, pytests and code formatting by @annahedstroem in #34
- minor fixes faithfulness and randomisation scripts by @annahedstroem in #35
- Fixes pytests by @annahedstroem in #36
- pypi package deployment updates by @annahedstroem in #42
- Fixes pytests by @annahedstroem in #44
- Update python-package.yml by @annahedstroem in #45
- Edit reshape of mask in pointing game by @Wickstrom in #46
- Adding background transparency to Quantus logo by @sebastian-lapuschkin in #47
- TF2 for Quantus by @dilyabareeva in #50
- Merge library_agnostic with zennit_and_bugfix updates into main by @dleanderweberin #59
New Contributors
- @3-nan made their first contribution in #1
- @annahedstroem made their first contribution in #3
- @Wickstrom made their first contribution in #46
- @sebastian-lapuschkin made their first contribution in #47
- @dilyabareeva made their first contribution in #50
- @leanderweber made their first contribution in #59