Skip to content

Commit

Permalink
XAIBase v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adrhill committed Dec 6, 2023
1 parent adb9f72 commit 3953c66
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# XAIBase.jl
## Version `v1.2.0`
* ![Feature][badge-feature] Add API for direct heatmapping ([#9][pr-9])

## Version `v1.1.1`
* ![Bugfix][badge-bugfix] Fix keyword argument `add_batch_dim` ([#8][pr-8])

Expand All @@ -22,6 +25,7 @@ This release makes VisionHeatmaps.jl and TextHeatmaps.jl strong dependencies of
![Documentation][badge-docs]
-->

[pr-9]: https://github.com/Julia-XAI/XAIBase.jl/pull/9
[pr-8]: https://github.com/Julia-XAI/XAIBase.jl/pull/8
[pr-6]: https://github.com/Julia-XAI/XAIBase.jl/pull/6
[pr-5]: https://github.com/Julia-XAI/XAIBase.jl/pull/5
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 = "1.1.1"
version = "1.2.0"

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

2 comments on commit 3953c66

@adrhill
Copy link
Member Author

@adrhill adrhill commented on 3953c66 Dec 6, 2023

Choose a reason for hiding this comment

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

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

Tip: Release Notes

Did you know you can add release notes too? Just add markdown formatted text underneath the comment after the text
"Release notes:" and it will be added to the registry PR, and if TagBot is installed it will also be added to the
release that TagBot creates. i.e.

@JuliaRegistrator register

Release notes:

## Breaking changes

- blah

To add them here just re-invoke and the PR will be updated.

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 v1.2.0 -m "<description of version>" 3953c66eb3fdbc95006f031a0b62a16ff6ac2e8f
git push origin v1.2.0

Please sign in to comment.