Skip to content

Commit 3e058a0

Browse files
committed
ExplainableAI v0.6.2
1 parent 6812dfe commit 3e058a0

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
# ExplainableAI.jl
2+
## Version `v0.6.2`
3+
This is first release of ExplainableAI.jl as part of the
4+
[Julia-XAI](https://github.com/Julia-XAI) organization ([#149][pr-149])
5+
and the last release that includes LRP before it is moved to its own separate package.
6+
7+
- ![Feature][badge-feature] Add Concept Relevance Propagation analyzer `CRP` ([#146][pr-146], [#148][pr-148])
8+
- ![Feature][badge-feature] Add option to process heatmaps batch-wise
9+
using keyword argument `process_batch=true` ([#146][pr-146], [#148][pr-148])
10+
- ![Bugfix][badge-bugfix] Remove `FlatRule` on dense layers
11+
from `EpsilonPlusFlat` and `EpsilonAlpha2Beta1Flat` composite presets ([#147][pr-147])
12+
213
## Version `v0.6.1`
314
This release brings GPU support to all analyzers.
415
- ![Feature][badge-feature] Support LRP on GPUs ([#142][pr-142], [#140][pr-140])
@@ -165,6 +176,10 @@ Performance improvements:
165176
![Maintenance][badge-maintenance]
166177
![Documentation][badge-docs]
167178
-->
179+
[pr-149]: https://github.com/Julia-XAI/ExplainableAI.jl/pull/149
180+
[pr-148]: https://github.com/Julia-XAI/ExplainableAI.jl/pull/148
181+
[pr-147]: https://github.com/Julia-XAI/ExplainableAI.jl/pull/147
182+
[pr-146]: https://github.com/Julia-XAI/ExplainableAI.jl/pull/146
168183
[pr-145]: https://github.com/Julia-XAI/ExplainableAI.jl/pull/145
169184
[pr-144]: https://github.com/Julia-XAI/ExplainableAI.jl/pull/144
170185
[pr-142]: https://github.com/Julia-XAI/ExplainableAI.jl/pull/142

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"]
4-
version = "0.6.1"
4+
version = "0.6.2"
55

66
[deps]
77
ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ___
88
Explainable AI in Julia.
99

1010
This package implements interpretability methods for black box models,
11-
with a focus on local explanations and attribution maps.
11+
with a focus on local explanations and attribution maps in input space.
1212
It is similar to [Captum][captum-repo] and [Zennit][zennit-repo] for PyTorch
1313
and [iNNvestigate][innvestigate-repo] for Keras models.
1414

0 commit comments

Comments
 (0)