Skip to content

Commit 98dbf3b

Browse files
committed
ExplainableAI v0.6.3
1 parent 5dd3dfd commit 98dbf3b

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# ExplainableAI.jl
2+
## Version `v0.6.3`
3+
- ![Enhancement][badge-enhancement] Allow Gradient analyzers on non-Flux models ([#150][pr-150])
4+
- ![Bugfix][badge-bugfix] Fix typo in `BATCHDIM_MISSING` error ([#150][pr-150])
5+
26
## Version `v0.6.2`
37
This is first release of ExplainableAI.jl as part of the
48
[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.
9+
and the last minor release that includes LRP before it is moved to its own separate package.
610

711
- ![Feature][badge-feature] Add Concept Relevance Propagation analyzer `CRP` ([#146][pr-146], [#148][pr-148])
812
- ![Feature][badge-feature] Add option to process heatmaps batch-wise
@@ -176,6 +180,7 @@ Performance improvements:
176180
![Maintenance][badge-maintenance]
177181
![Documentation][badge-docs]
178182
-->
183+
[pr-150]: https://github.com/Julia-XAI/ExplainableAI.jl/pull/150
179184
[pr-149]: https://github.com/Julia-XAI/ExplainableAI.jl/pull/149
180185
[pr-148]: https://github.com/Julia-XAI/ExplainableAI.jl/pull/148
181186
[pr-147]: https://github.com/Julia-XAI/ExplainableAI.jl/pull/147

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ExplainableAI"
22
uuid = "4f1bc3e1-d60d-4ed0-9367-9bdff9846d3b"
3-
authors = ["Adrian Hill"]
4-
version = "0.6.2"
3+
authors = ["Adrian Hill <[email protected]>"]
4+
version = "0.6.3"
55

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

0 commit comments

Comments
 (0)