Skip to content

v0.9.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 11 Oct 15:02
· 6 commits to master since this release

ExplainableAI v0.9.0

Diff since v0.8.1

  • Feature Support selection of AD backends via DifferentiationInterface.jl. (#167)
  • 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 Gradient, InputTimesGradient and GradCAM analyzers now have an additional backend field and type parameter. (#167)
  • 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 for more information. (#174)

Merged pull requests:

Closed issues:

  • Use AbstractDifferentiation.jl (#7)
  • Allow selection of AD backends via DifferentiationInterface (#165)
  • Update benchmarks (#168)
  • Incomplete starter code (#169)
  • Update benchmarks and test them with PkgJogger (#171)