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 TextHeatmaps and VisionHeatmaps strong dependencies #4

Merged
merged 3 commits into from
Nov 17, 2023
Merged

Conversation

adrhill
Copy link
Member

@adrhill adrhill commented Nov 17, 2023

...instead of previous weak dependencies.

Instead of dispatching everything on heatmap, now

  • heatmap calls VisionHeatmaps.jl
  • textheatmap calls TextHeatmaps.jl

This PR therefore requires a breaking release.


Edit: breaking changes undone in #6

and call TextHeatmaps using explicit `textheatmap` instead of dispatching on `heatmap`.
Copy link

codecov bot commented Nov 17, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (cfa1c70) 98.18% compared to head (3641cc2) 98.00%.

❗ Current head 3641cc2 differs from pull request most recent head 9f64679. Consider uploading reports for the commit 9f64679 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##             main       #4      +/-   ##
==========================================
- Coverage   98.18%   98.00%   -0.19%     
==========================================
  Files           7        5       -2     
  Lines          55       50       -5     
==========================================
- Hits           54       49       -5     
  Misses          1        1              

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

@adrhill adrhill merged commit 9beb3e4 into main Nov 17, 2023
3 checks passed
@adrhill adrhill deleted the ah/deps branch November 17, 2023 15:29
adrhill added a commit that referenced this pull request Nov 17, 2023
@adrhill adrhill mentioned this pull request Nov 17, 2023
adrhill added a commit that referenced this pull request Nov 17, 2023
* Avoid new `Explanation` field from PR #5 being breaking

* Undo separation between `heatmap` and `textheatmap` from PR #4
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