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 MakieCore dependency completely #69

Merged
merged 4 commits into from
Aug 1, 2023
Merged

Remove MakieCore dependency completely #69

merged 4 commits into from
Aug 1, 2023

Conversation

DanielVandH
Copy link
Member

Merge this once MakieOrg/Makie.jl#3102 is merged and Makie v0.19.18 is registered. This will close #65 also.

Will need to also fix up the documentation accordingly.

@codecov
Copy link

codecov bot commented Jul 28, 2023

Codecov Report

Patch coverage: 97.10% and project coverage change: -0.02% ⚠️

Comparison is base (2832160) 94.11% compared to head (f798205) 94.09%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #69      +/-   ##
==========================================
- Coverage   94.11%   94.09%   -0.02%     
==========================================
  Files          74       73       -1     
  Lines        5470     5386      -84     
==========================================
- Hits         5148     5068      -80     
+ Misses        322      318       -4     
Files Changed Coverage Δ
src/DelaunayTriangulation.jl 100.00% <ø> (ø)
src/geometry_utils/intersections.jl 97.34% <96.07%> (-1.12%) ⬇️
src/data_structures/voronoi/voronoi.jl 92.85% <100.00%> (ø)

... and 1 file with indirect coverage changes

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

@DanielVandH DanielVandH marked this pull request as draft July 28, 2023 16:11
@DanielVandH DanielVandH marked this pull request as ready for review July 31, 2023 22:51
- Use better method for clipping the Voronoi tiles, including points at the corner
- Use new reference images for the new plots
@DanielVandH DanielVandH merged commit f9d12c5 into main Aug 1, 2023
7 of 8 checks passed
@DanielVandH DanielVandH deleted the remove-makie branch August 11, 2023 11:26
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.

Move MakieCore code into Makie.jl
1 participant