Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove heatmapping functionality #16

Merged
merged 4 commits into from
Feb 19, 2024
Merged

Remove heatmapping functionality #16

merged 4 commits into from
Feb 19, 2024

Conversation

adrhill
Copy link
Member

@adrhill adrhill commented Feb 19, 2024

Move heatmap methods on Explanation type to VisionHeatmaps.jl and TextHeatmaps.jl via package extensions on XAIBase.

This makes things more modular and easier to maintain:

  • previously, changes to e.g. VisionHeatmaps.jl required a matching follow-up change to XAIBase
  • this removes the Images.jl ecosystem as a mandatory dependency for Julia-XAI methods, improving loading and testing times

This change is breaking: users are now required to manually load either VisionHeatmaps or TextHeatmaps.

Move heatmapping on `Explanation` type to VisionHeatmaps.jl and TextHeatmaps.jl via package extensions on XAIBase.
Copy link

codecov bot commented Feb 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (63d7f60) 97.80% compared to head (10ab7e8) 97.01%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #16      +/-   ##
==========================================
- Coverage   97.80%   97.01%   -0.79%     
==========================================
  Files           8        7       -1     
  Lines          91       67      -24     
==========================================
- Hits           89       65      -24     
  Misses          2        2              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@adrhill adrhill merged commit bd65d33 into main Feb 19, 2024
6 checks passed
@adrhill adrhill deleted the ah/remove_heatmaps branch February 19, 2024 16:42
adrhill referenced this pull request Feb 19, 2024
adrhill added a commit to Julia-XAI/TextHeatmaps.jl that referenced this pull request Feb 19, 2024
Continues work started in Julia-XAI/XAIBase.jl#16 and Julia-XAI/VisionHeatmaps.jl#7 by moving `heatmap` methods on `Explanation` type to TextHeatmaps.jl via package extensions on XAIBase.
adrhill added a commit to Julia-XAI/VisionHeatmaps.jl that referenced this pull request Feb 19, 2024
Continues work started in Julia-XAI/XAIBase.jl#16 by moving `heatmap` methods on `Explanation` type to VisionHeatmaps.jl via package extensions on XAIBase.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant