Skip to content

Commit 351042d

Browse files
committed
ExplainableAI v0.9.0
1 parent d6854dc commit 351042d

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
11
# ExplainableAI.jl
2+
23
## Version `v0.9.0`
3-
- ![Feature][badge-feature] Support selection of AD backend via DifferentiationInterface.jl ([#167])
4-
- `Gradient`, `InputTimesGradient` and `GradCAM` analyzers now have an additional `backend` field and type parameter
5-
- ![Maintenance][badge-maintenance] Update XAIBase interface to v4 ([#166])
4+
- ![Feature][badge-feature] Support selection of AD backends via DifferentiationInterface.jl. ([#167])
5+
- ![BREAKING][badge-breaking] For gradient-based XAI methods, an AD backend must now be manually loaded.
6+
To keep using the default Zygote backend, this simply requires adding `using Zygote` to your code. ([#177])
7+
- ![BREAKING][badge-breaking] `Gradient`, `InputTimesGradient` and `GradCAM` analyzers now have an additional `backend` field and type parameter. ([#167])
8+
- ![BREAKING][badge-breaking] Update XAIBase interface to `v4`.
9+
This adds a field to the `Explanation` return type and removes the `add_batch_dim` keyword argument.
10+
Refer to the [XAIBase.jl changelog](https://github.com/Julia-XAI/XAIBase.jl/blob/main/CHANGELOG.md#version-v400) for more information. ([#174])
11+
612

713
## Version `v0.8.0`
814
This release removes the automatic reexport of heatmapping functionality.
@@ -215,6 +221,8 @@ Performance improvements:
215221
[VisionHeatmaps]: https://julia-xai.github.io/XAIDocs/VisionHeatmaps/stable/
216222
[TextHeatmaps]: https://julia-xai.github.io/XAIDocs/TextHeatmaps/stable/
217223

224+
[#177]: https://github.com/Julia-XAI/ExplainableAI.jl/pull/177
225+
[#174]: https://github.com/Julia-XAI/ExplainableAI.jl/pull/174
218226
[#167]: https://github.com/Julia-XAI/ExplainableAI.jl/pull/167
219227
[#166]: https://github.com/Julia-XAI/ExplainableAI.jl/pull/166
220228
[#162]: https://github.com/Julia-XAI/ExplainableAI.jl/pull/162

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ExplainableAI"
22
uuid = "4f1bc3e1-d60d-4ed0-9367-9bdff9846d3b"
33
authors = ["Adrian Hill <[email protected]>"]
4-
version = "0.9.0-DEV"
4+
version = "0.9.0"
55

66
[deps]
77
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"

0 commit comments

Comments
 (0)