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

Make XAIBase a direct dependency #8

Merged
merged 2 commits into from
Feb 19, 2024
Merged

Make XAIBase a direct dependency #8

merged 2 commits into from
Feb 19, 2024

Conversation

adrhill
Copy link
Member

@adrhill adrhill commented Feb 19, 2024

This undoes #7 and instead makes XAIBase a direct dependency of VisionHeatmaps.jl.

Since XAIBase is a very light-weight dependency (itself having no dependencies), this facilitates the usage of downstream packages like ExplainableAI.jl and RelevancePropagation.jl, which are based on XAIBase. Otherwise, an explicit import of XAIBase would be required.

Copy link

codecov bot commented Feb 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (40146ad) 100.00% compared to head (03e7068) 100.00%.

Additional details and impacted files
@@            Coverage Diff            @@
##              main        #8   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            4         4           
  Lines           62        60    -2     
=========================================
- Hits            62        60    -2     

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

@adrhill adrhill merged commit fa0bcee into main Feb 19, 2024
6 checks passed
@adrhill adrhill deleted the ah/strict-xai-dep branch February 19, 2024 23:21
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