Skip to content

v0.8.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 21 Feb 15:00
· 1 commit to master since this release

ExplainableAI v0.8.0

Diff since v0.7.0

This release removes the automatic reexport of heatmapping functionality.
Users are now required to manually load VisionHeatmaps.jl and/or TextHeatmaps.jl.

This reduces the maintenance burden for new heatmapping features and the amount of dependencies for users who don't require heatmapping functionality.

  • BREAKING Removed reexport of heatmapping functionality by updating XAIBase dependency (#162).
  • Feature Added GradCAM analyzer (#155). Try it with VisionHeatmaps.jl's new heatmap_overlay feature.

Merged pull requests: