File tree Expand file tree Collapse file tree 2 files changed +18
-1
lines changed
Expand file tree Collapse file tree 2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 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 `
314This release moves the core interface (` Explanation ` , ` heatmap ` , ` analyze ` )
415into 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
Original file line number Diff line number Diff line change 11name = " ExplainableAI"
22uuid = " 4f1bc3e1-d60d-4ed0-9367-9bdff9846d3b"
33authors = [" Adrian Hill <gh@adrianhill.de>" ]
4- version = " 0.8.0-DEV "
4+ version = " 0.8.0"
55
66[deps ]
77Distributions = " 31c24e10-a181-5473-b8eb-7969acd0382f"
You can’t perform that action at this time.
0 commit comments