Skip to content

Latest commit

 

History

History
74 lines (64 loc) · 3.54 KB

CHANGELOG.md

File metadata and controls

74 lines (64 loc) · 3.54 KB

XAIBase.jl

Version v4.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
  • 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)

Version v3.0.0

Version v2.0.0

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

Version v1.3.0

  • Feature Add feature selectors (#12)
  • Documentation Add documentation (#11)

Version v1.2.0

  • Feature Add API for direct heatmapping (#9)

Version v1.1.1

  • Bugfix Fix keyword argument add_batch_dim (#8)

Version v1.1.0

This release makes VisionHeatmaps.jl and TextHeatmaps.jl strong dependencies of XAIBase (#4)

  • Feature Add heatmap preset field to Explanation struct (#5, #6)
  • Feature Add heatmapping preset for CAM methods (5658de9)

Version v1.0.0

  • Initial release