Skip to content

Commit

Permalink
XAIBase v3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adrhill committed Feb 19, 2024
1 parent bd65d33 commit 569675b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# XAIBase.jl
## Version `v3.0.0`
* ![BREAKING][badge-breaking] Remove heatmapping functionality.
Users are now required to manually load either
[VisionHeatmaps.jl](https://julia-xai.github.io/XAIDocs/VisionHeatmaps/stable/) or
[TextHeatmaps.jl](https://julia-xai.github.io/XAIDocs/TextHeatmaps/stable/). ([#16][pr-16])

## Version `v2.0.0`
* ![BREAKING][badge-breaking] Rename `AbstractNeuronSelector` to `AbstractOutputSelector` ([#14][pr-14])
* ![Feature][badge-feature] Export output selectors ([#15][pr-15])
Expand Down Expand Up @@ -35,6 +41,7 @@ This release makes VisionHeatmaps.jl and TextHeatmaps.jl strong dependencies of
![Documentation][badge-docs]
-->

[pr-16]: https://github.com/Julia-XAI/XAIBase.jl/pull/16
[pr-15]: https://github.com/Julia-XAI/XAIBase.jl/pull/15
[pr-14]: https://github.com/Julia-XAI/XAIBase.jl/pull/14
[pr-13]: https://github.com/Julia-XAI/XAIBase.jl/pull/13
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "XAIBase"
uuid = "9b48221d-a747-4c1b-9860-46a1d8ba24a7"
authors = ["Adrian Hill <gh@adrianhill.de>"]
version = "3.0.0-DEV"
version = "3.0.0"

[compat]
julia = "1.6"

2 comments on commit 569675b

@adrhill
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator register

Release notes:

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request created: JuliaRegistries/General/101191

Tagging

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v3.0.0 -m "<description of version>" 569675ba749e05c0072455c6774b5df44d9d5cd1
git push origin v3.0.0

Please sign in to comment.