You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-3Lines changed: 11 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,14 @@
1
1
# ExplainableAI.jl
2
+
2
3
## 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
+
6
12
7
13
## Version `v0.8.0`
8
14
This release removes the automatic reexport of heatmapping functionality.
0 commit comments