v0.8.0
ExplainableAI v0.8.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.
Removed reexport of heatmapping functionality by updating XAIBase dependency (#162).
Added
GradCAM
analyzer (#155). Try it with VisionHeatmaps.jl's newheatmap_overlay
feature.
Merged pull requests:
- Add GradCAM analyzer (#155) (@JeanAnNess)
- Bump codecov/codecov-action from 3 to 4 (#161) (@dependabot[bot])
- Update XAIBase to v3.0.0 and document
heatmap_overlay
(#162) (@adrhill)