Skip to content

Commit

Permalink
ExplainableAI v0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
adrhill committed Oct 17, 2023
1 parent 5dd3dfd commit 98dbf3b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# ExplainableAI.jl
## Version `v0.6.3`
- ![Enhancement][badge-enhancement] Allow Gradient analyzers on non-Flux models ([#150][pr-150])
- ![Bugfix][badge-bugfix] Fix typo in `BATCHDIM_MISSING` error ([#150][pr-150])

## Version `v0.6.2`
This is first release of ExplainableAI.jl as part of the
[Julia-XAI](https://github.com/Julia-XAI) organization ([#149][pr-149])
and the last release that includes LRP before it is moved to its own separate package.
and the last minor release that includes LRP before it is moved to its own separate package.

- ![Feature][badge-feature] Add Concept Relevance Propagation analyzer `CRP` ([#146][pr-146], [#148][pr-148])
- ![Feature][badge-feature] Add option to process heatmaps batch-wise
Expand Down Expand Up @@ -176,6 +180,7 @@ Performance improvements:
![Maintenance][badge-maintenance]
![Documentation][badge-docs]
-->
[pr-150]: https://github.com/Julia-XAI/ExplainableAI.jl/pull/150
[pr-149]: https://github.com/Julia-XAI/ExplainableAI.jl/pull/149
[pr-148]: https://github.com/Julia-XAI/ExplainableAI.jl/pull/148
[pr-147]: https://github.com/Julia-XAI/ExplainableAI.jl/pull/147
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ExplainableAI"
uuid = "4f1bc3e1-d60d-4ed0-9367-9bdff9846d3b"
authors = ["Adrian Hill"]
version = "0.6.2"
authors = ["Adrian Hill <[email protected]>"]
version = "0.6.3"

[deps]
ColorSchemes = "35d6a980-a343-548e-a6ea-1d62b119f2f4"
Expand Down

2 comments on commit 98dbf3b

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

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 v0.6.3 -m "<description of version>" 98dbf3b0e13fd06107f566523669fee7f7154410
git push origin v0.6.3

Please sign in to comment.