Skip to content

v3.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 11 Oct 13:16
· 1 commit to main since this release

RelevancePropagation v3.0.0

Diff since v2.0.2

  • 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 (#19)
  • Feature Add option to skip normalization of output layer relevance (#22)

Merged pull requests:

  • Update CI workflows (#18) (@adrhill)
  • Update XAIBase dependency to v4, drop support for Julia <1.10 (#19) (@adrhill)
  • Test benchmarks with PkgJogger (#20) (@adrhill)
  • Add ExplicitImports.jl tests (#21) (@adrhill)
  • Add option to skip normalization of output layer relevance (#22) (@adrhill)