Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New version: ExplainableAI v0.9.0 #117088

Merged

Conversation

JuliaRegistrator
Copy link
Contributor

- ![Feature][badge-feature] Support selection of AD backends via DifferentiationInterface.jl. ([#167])
- ![BREAKING][badge-breaking] For gradient-based XAI methods, an AD backend must now be manually loaded. To keep using the default Zygote backend, this simply requires adding `using Zygote` to your code. ([#177]) 
- ![BREAKING][badge-breaking] `Gradient`, `InputTimesGradient` and `GradCAM` analyzers now have an additional `backend` field and type parameter. ([#167])
- ![BREAKING][badge-breaking] Update XAIBase interface to `v4`. This adds a field to the `Explanation` return type and removes the `add_batch_dim` keyword argument. Refer to the [XAIBase.jl changelog](https://github.com/Julia-XAI/XAIBase.jl/blob/main/CHANGELOG.md#version-v400) for more information. ([#174])

[#177]: https://github.com/Julia-XAI/ExplainableAI.jl/pull/177
[#174]: https://github.com/Julia-XAI/ExplainableAI.jl/pull/174
[#167]: https://github.com/Julia-XAI/ExplainableAI.jl/pull/167
[badge-breaking]: https://img.shields.io/badge/BREAKING-red.svg
[badge-deprecation]: https://img.shields.io/badge/deprecation-orange.svg
[badge-feature]: https://img.shields.io/badge/feature-green.svg

UUID: 4f1bc3e1-d60d-4ed0-9367-9bdff9846d3b
Repo: https://github.com/Julia-XAI/ExplainableAI.jl.git
Tree: 40ebb7152db307d0628526e2999a4c69f113b057

Registrator tree SHA: 17aec322677d9b81cdd6b9b9236b09a3f1374c6a
Copy link
Contributor

Hello, I am an automated registration bot. I help manage the registration process by checking your registration against a set of AutoMerge guidelines. If all these guidelines are met, this pull request will be merged automatically, completing your registration. It is strongly recommended to follow the guidelines, since otherwise the pull request needs to be manually reviewed and merged by a human.

1. AutoMerge Guidelines are all met! ✅

Your new version registration met all of the guidelines for auto-merging and is scheduled to be merged in the next round.

2. To pause or stop registration

If you want to prevent this pull request from being auto-merged, simply leave a comment. If you want to post a comment without blocking auto-merging, you must include the text [noblock] in your comment.

Tip: You can edit blocking comments to add [noblock] in order to unblock auto-merging.

@JuliaTagBot JuliaTagBot merged commit bce410b into master Oct 11, 2024
23 checks passed
@JuliaTagBot JuliaTagBot deleted the registrator-explainableai-4f1bc3e1-v0.9.0-abbdcdeeb5 branch October 11, 2024 14:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants