Skip to content

Commit 59a10b3

Browse files
committed
ExplainableAI v0.8.0
1 parent d20df21 commit 59a10b3

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11
# ExplainableAI.jl
2+
## Version `v0.8.0`
3+
This release removes the automatic reexport of heatmapping functionality.
4+
Users are now required to manually load
5+
[VisionHeatmaps.jl][VisionHeatmaps] and/or [TextHeatmaps.jl][TextHeatmaps].
6+
7+
This reduces the maintenance burden for new heatmapping features
8+
and the amount of dependencies for users who don't need heatmapping functionality.
9+
10+
* ![BREAKING][badge-breaking] Removed reexport of heatmapping functionality by updating XAIBase dependency to `v3.0.0` ([#162][pr-162]).
11+
* ![Feature][badge-feature] Added `GradCAM` analyzer ([#155][pr-155]). Try it with [VisionHeatmaps.jl][VisionHeatmaps]'s new `heatmap_overlay` feature.
12+
213
## Version `v0.7.0`
314
This release moves the core interface (`Explanation`, `heatmap`, `analyze`)
415
into a separate package called [XAIBase.jl](https://github.com/Julia-XAI/XAIBase.jl).
@@ -195,8 +206,14 @@ Performance improvements:
195206
![Maintenance][badge-maintenance]
196207
![Documentation][badge-docs]
197208
-->
209+
210+
[VisionHeatmaps]: https://julia-xai.github.io/XAIDocs/VisionHeatmaps/stable/
211+
[TextHeatmaps]: https://julia-xai.github.io/XAIDocs/TextHeatmaps/stable/
212+
213+
[pr-162]: https://github.com/Julia-XAI/ExplainableAI.jl/pull/162
198214
[pr-159]: https://github.com/Julia-XAI/ExplainableAI.jl/pull/159
199215
[pr-157]: https://github.com/Julia-XAI/ExplainableAI.jl/pull/157
216+
[pr-155]: https://github.com/Julia-XAI/ExplainableAI.jl/pull/155
200217
[pr-154]: https://github.com/Julia-XAI/ExplainableAI.jl/pull/154
201218
[pr-150]: https://github.com/Julia-XAI/ExplainableAI.jl/pull/150
202219
[pr-149]: https://github.com/Julia-XAI/ExplainableAI.jl/pull/149

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.8.0-DEV"
4+
version = "0.8.0"
55

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

0 commit comments

Comments
 (0)