Skip to content
This repository has been archived by the owner on Oct 23, 2022. It is now read-only.

Support Makie’s modern interface – removed explicit references to AbstractPlotting and MakieLayout #214

Merged
merged 4 commits into from
Jul 4, 2021

Conversation

galran
Copy link
Collaborator

@galran galran commented Jul 2, 2021

Remove explicit references to the AbstractPlotting and Makie Layout modules inside makie as they are removed since Makie version 0.13.

I check the changes against Makie 0.13.4 and 0.14.2.
Compilation wise it was fine but i did notice some weird changes in Makie's scaling of objects. Rays with scale factor of 0.2 appear bigger then everything in the scene. Will need to handle it when we upgrade to a newer Makie.

Ran Gal added 3 commits July 2, 2021 13:36
…tting and Makie Layout modules inside makie as they are removed since Makie version 0.13.

Still need to change the samples but I want to check it agains the new makie version to see the effect.
@codecov-commenter
Copy link

codecov-commenter commented Jul 3, 2021

Codecov Report

Merging #214 (0fdfb89) into main (da018bc) will decrease coverage by 0.02%.
The diff coverage is 18.27%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #214      +/-   ##
==========================================
- Coverage   56.58%   56.55%   -0.03%     
==========================================
  Files          67       67              
  Lines        6366     6372       +6     
==========================================
+ Hits         3602     3604       +2     
- Misses       2764     2768       +4     
Impacted Files Coverage Δ
src/NotebooksUtils/NotebooksUtils.jl 0.00% <0.00%> (ø)
src/Vis/Emitters.jl 0.00% <0.00%> (ø)
src/Vis/Visualization.jl 6.11% <18.84%> (ø)
src/OpticSim.jl 90.90% <100.00%> (+2.02%) ⬆️
src/Vis/Vis.jl 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update da018bc...0fdfb89. Read the comment docs.

@BrianGun BrianGun merged commit 83171f3 into main Jul 4, 2021
@BrianGun BrianGun deleted the galran/CheckMakieCompatibility branch July 4, 2021 21:09
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants