Skip to content

v4.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 27 Jul 13:38

XAIBase v4.0.0

Diff since v3.0.0

  • BREAKING Implementing new analyzers now requires a call_analyzer method instead of making the analyzer struct callable. This helps with type stability (#20)
  • BREAKING Add input field to Explanation struct (#20)
  • BREAKING Remove analyze keyword-argument add_batch_dim, which made the assumption of array inputs (#20)
  • Feature Remove type annotations that restricted analyze to AbstractArray inputs (#20)
  • Maintenance XAIBase is now fully type stable and tested with JET.jl (#20)
  • Maintenance Modularize tests (#17)

Merged pull requests:

Closed issues:

  • Relax type annotations to allow for non-array inputs (#18)
  • Move interface away from callable structs (#19)