Skip to content

Releases: Julia-XAI/XAIBase.jl

v4.0.0

27 Jul 13:38
Compare
Choose a tag to compare

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)

v3.0.0

19 Feb 17:04
Compare
Choose a tag to compare

XAIBase v3.0.0

Diff since v2.0.0

Merged pull requests:

v2.0.0

14 Feb 17:06
Compare
Choose a tag to compare

XAIBase v2.0.0

Diff since v1.3.0

  • BREAKING Rename AbstractNeuronSelector to AbstractOutputSelector (#14)
  • Feature Export output selectors (#15)
  • Documentation Add example implementations of XAI methods (#13)
  • Documentation Improve documentation of output and feature selectors (#15)

Merged pull requests:

  • Docs: add example implementations of XAI methods (#13) (@adrhill)
  • Rename AbstractNeuronSelector to AbstractOutputSelector (#14) (@adrhill)
  • Export output selectors and improve docs (#15) (@adrhill)

v1.3.0

26 Jan 21:21
Compare
Choose a tag to compare

XAIBase v1.3.0

Diff since v1.2.0

Merged pull requests:

Closed issues:

  • Add common interface for feature selection (#10)

v1.2.0

06 Dec 19:06
Compare
Choose a tag to compare

XAIBase v1.2.0

Diff since v1.1.1

Merged pull requests:

v1.1.1

17 Nov 17:52
Compare
Choose a tag to compare

XAIBase v1.1.1

Diff since v1.1.0

Merged pull requests:

  • Fix keyword argument add_batch_dim (#8) (@adrhill)

v1.1.0

17 Nov 16:38
Compare
Choose a tag to compare

XAIBase v1.1.0

Diff since v1.0.0

Merged pull requests:

  • Add VisionHeatmaps package extension (#2) (@adrhill)
  • Make TextHeatmaps and VisionHeatmaps strong dependencies (#4) (@adrhill)
  • Add heatmap preset field to Explanation struct (#5) (@adrhill)
  • Avoid breaking changes (#6) (@adrhill)

Closed issues:

  • Add Explanation field for heatmapping preset (#3)

v1.0.0

16 Oct 16:57
Compare
Choose a tag to compare

XAIBase v1.0.0