File tree 2 files changed +18
-1
lines changed
2 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1
1
# 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
+
2
13
## Version ` v0.7.0 `
3
14
This release moves the core interface (` Explanation ` , ` heatmap ` , ` analyze ` )
4
15
into a separate package called [ XAIBase.jl] ( https://github.com/Julia-XAI/XAIBase.jl ) .
@@ -195,8 +206,14 @@ Performance improvements:
195
206
![Maintenance][badge-maintenance]
196
207
![Documentation][badge-docs]
197
208
-->
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
198
214
[ pr-159 ] : https://github.com/Julia-XAI/ExplainableAI.jl/pull/159
199
215
[ pr-157 ] : https://github.com/Julia-XAI/ExplainableAI.jl/pull/157
216
+ [ pr-155 ] : https://github.com/Julia-XAI/ExplainableAI.jl/pull/155
200
217
[ pr-154 ] : https://github.com/Julia-XAI/ExplainableAI.jl/pull/154
201
218
[ pr-150 ] : https://github.com/Julia-XAI/ExplainableAI.jl/pull/150
202
219
[ pr-149 ] : https://github.com/Julia-XAI/ExplainableAI.jl/pull/149
Original file line number Diff line number Diff line change 1
1
name = " ExplainableAI"
2
2
uuid = " 4f1bc3e1-d60d-4ed0-9367-9bdff9846d3b"
3
3
authors = [
" Adrian Hill <[email protected] >" ]
4
- version = " 0.8.0-DEV "
4
+ version = " 0.8.0"
5
5
6
6
[deps ]
7
7
Distributions = " 31c24e10-a181-5473-b8eb-7969acd0382f"
You can’t perform that action at this time.
0 commit comments