Skip to content

Commit

Permalink
XAIBase v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adrhill committed Feb 14, 2024
1 parent 34b05ef commit ab158ae
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
# XAIBase.jl
## Version `v2.0.0`
* ![BREAKING][badge-breaking] Rename `AbstractNeuronSelector` to `AbstractOutputSelector` ([#14][pr-14])
* ![Feature][badge-feature] Export output selectors ([#15][pr-15])
* ![Documentation][badge-docs] Add example implementations of XAI methods ([#13][pr-13])
* ![Documentation][badge-docs] Improved documentation of output and feature selectors ([#15][pr-15])

## Version `v1.3.0`
* ![Feature][badge-feature] Add feature selectors ([#12][pr-12])
* ![Documentation][badge-docs] Add documentation ([#11][pr-11])
Expand Down Expand Up @@ -29,6 +35,9 @@ This release makes VisionHeatmaps.jl and TextHeatmaps.jl strong dependencies of
![Documentation][badge-docs]
-->

[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
[pr-12]: https://github.com/Julia-XAI/XAIBase.jl/pull/12
[pr-11]: https://github.com/Julia-XAI/XAIBase.jl/pull/11
[pr-9]: https://github.com/Julia-XAI/XAIBase.jl/pull/9
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 = "2.0.0-DEV"
version = "2.0.0"

[deps]
TextHeatmaps = "2dd6718a-6083-4824-b9f7-90e4a57f72d2"
Expand Down

2 comments on commit ab158ae

@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:

  • BREAKING Rename AbstractNeuronSelector to AbstractOutputSelector (#14)
  • Feature Export output selectors (#15)
  • Documentation Add example implementations of XAI methods (#13)
  • Documentation Improve documentation of output and feature selectors (#15)

@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/100869

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 v2.0.0 -m "<description of version>" ab158ae3a2a65c2d15c1d23206f2d02b0c031c28
git push origin v2.0.0

Please sign in to comment.