File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 1
1
# XAIBase.jl
2
+ ## Version ` v3.0.0 `
3
+ * ![ BREAKING] [ badge-breaking ] Remove heatmapping functionality.
4
+ Users are now required to manually load either
5
+ [ VisionHeatmaps.jl] ( https://julia-xai.github.io/XAIDocs/VisionHeatmaps/stable/ ) or
6
+ [ TextHeatmaps.jl] ( https://julia-xai.github.io/XAIDocs/TextHeatmaps/stable/ ) . ([ #16 ] [ pr-16 ] )
7
+
2
8
## Version ` v2.0.0 `
3
9
* ![ BREAKING] [ badge-breaking ] Rename ` AbstractNeuronSelector ` to ` AbstractOutputSelector ` ([ #14 ] [ pr-14 ] )
4
10
* ![ Feature] [ badge-feature ] Export output selectors ([ #15 ] [ pr-15 ] )
@@ -35,6 +41,7 @@ This release makes VisionHeatmaps.jl and TextHeatmaps.jl strong dependencies of
35
41
![Documentation][badge-docs]
36
42
-->
37
43
44
+ [ pr-16 ] : https://github.com/Julia-XAI/XAIBase.jl/pull/16
38
45
[ pr-15 ] : https://github.com/Julia-XAI/XAIBase.jl/pull/15
39
46
[ pr-14 ] : https://github.com/Julia-XAI/XAIBase.jl/pull/14
40
47
[ pr-13 ] : https://github.com/Julia-XAI/XAIBase.jl/pull/13
Original file line number Diff line number Diff line change 1
1
name = " XAIBase"
2
2
uuid = " 9b48221d-a747-4c1b-9860-46a1d8ba24a7"
3
3
authors = [
" Adrian Hill <[email protected] >" ]
4
- version = " 3.0.0-DEV "
4
+ version = " 3.0.0"
5
5
6
6
[compat ]
7
7
julia = " 1.6"
You can’t perform that action at this time.
0 commit comments