Skip to content

Commit 569675b

Browse files
committed
XAIBase v3.0.0
1 parent bd65d33 commit 569675b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
# 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+
28
## Version `v2.0.0`
39
* ![BREAKING][badge-breaking] Rename `AbstractNeuronSelector` to `AbstractOutputSelector` ([#14][pr-14])
410
* ![Feature][badge-feature] Export output selectors ([#15][pr-15])
@@ -35,6 +41,7 @@ This release makes VisionHeatmaps.jl and TextHeatmaps.jl strong dependencies of
3541
![Documentation][badge-docs]
3642
-->
3743

44+
[pr-16]: https://github.com/Julia-XAI/XAIBase.jl/pull/16
3845
[pr-15]: https://github.com/Julia-XAI/XAIBase.jl/pull/15
3946
[pr-14]: https://github.com/Julia-XAI/XAIBase.jl/pull/14
4047
[pr-13]: https://github.com/Julia-XAI/XAIBase.jl/pull/13

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "XAIBase"
22
uuid = "9b48221d-a747-4c1b-9860-46a1d8ba24a7"
33
authors = ["Adrian Hill <[email protected]>"]
4-
version = "3.0.0-DEV"
4+
version = "3.0.0"
55

66
[compat]
77
julia = "1.6"

0 commit comments

Comments
 (0)