Skip to content

Commit 75954c8

Browse files
committed
ExplainableAI v0.7.0
1 parent 54d9b12 commit 75954c8

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,19 @@
11
# ExplainableAI.jl
2+
## Version `v0.7.0`
3+
This release moves the core interface (`Explanation`, `heatmap`, `analyze`)
4+
into a separate package called [XAIBase.jl](https://github.com/Julia-XAI/XAIBase.jl).
5+
Developers can make use of the [XAIBase.jl interface](https://julia-xai.github.io/XAIDocs/XAIBase/)
6+
to quickly implement or prototype new methods without having to write boilerplate code.
7+
8+
As announced with version `v0.6.2`, this is first release without LRP, which has been moved to a separate package called [RelevancePropagation.jl](https://github.com/Julia-XAI/RelevancePropagation.jl). This separation is enabled by the new common XAIBase.jl interface.
9+
10+
- ![BREAKING][badge-breaking] Move core interface into XAIBase.jl package ([#154][pr-154]).
11+
- Renamed `Explanation` field `neuron_selection` to `output_selection`
12+
- Added `Explanation` field `heatmap` for heatmapping presets
13+
- ![BREAKING][badge-breaking] Move LRP into RelevancePropagation.jl ([#157][pr-157])
14+
- ![BREAKING][badge-breaking] Remove ImageNet preprocessing utilities ([#159][pr-159])
15+
- ![Documentation][badge-docs] Partially move documentation into the [Julia-XAI ecosystem documentation](https://github.com/Julia-XAI/XAIDocs)
16+
217
## Version `v0.6.3`
318
- ![Enhancement][badge-enhancement] Allow Gradient analyzers on non-Flux models ([#150][pr-150])
419
- ![Bugfix][badge-bugfix] Fix typo in `BATCHDIM_MISSING` error ([#150][pr-150])
@@ -180,6 +195,9 @@ Performance improvements:
180195
![Maintenance][badge-maintenance]
181196
![Documentation][badge-docs]
182197
-->
198+
[pr-159]: https://github.com/Julia-XAI/ExplainableAI.jl/pull/159
199+
[pr-157]: https://github.com/Julia-XAI/ExplainableAI.jl/pull/157
200+
[pr-154]: https://github.com/Julia-XAI/ExplainableAI.jl/pull/154
183201
[pr-150]: https://github.com/Julia-XAI/ExplainableAI.jl/pull/150
184202
[pr-149]: https://github.com/Julia-XAI/ExplainableAI.jl/pull/149
185203
[pr-148]: https://github.com/Julia-XAI/ExplainableAI.jl/pull/148

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 = "1.0.0-DEV"
4+
version = "0.7.0"
55

66
[deps]
77
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"

0 commit comments

Comments
 (0)