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

Removed deprecated keyword from plotting #50

Merged
merged 3 commits into from
Apr 4, 2024
Merged

Conversation

andrewwinters5000
Copy link
Member

@andrewwinters5000 andrewwinters5000 commented Apr 2, 2024

The keyword resolution has been deprecated in Makie and we now use the new suggested keyword size for all the Figure creation. Once this is merged I will release a new version.

Copy link

codecov bot commented Apr 2, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 98.85%. Comparing base (c55aa26) to head (c8fd6f8).

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #50   +/-   ##
=======================================
  Coverage   98.85%   98.85%           
=======================================
  Files          20       20           
  Lines        1838     1838           
=======================================
  Hits         1817     1817           
  Misses         21       21           
Flag Coverage Δ
unittests 98.85% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@coveralls
Copy link

coveralls commented Apr 2, 2024

Coverage Status

coverage: 98.857%. remained the same
when pulling c8fd6f8 on arw-patch
into c55aa26 on main.

@ranocha
Copy link
Member

ranocha commented Apr 3, 2024

Thanks. Do we need to update

CairoMakie = "0.6, 0.7, 0.8"

as well?

@andrewwinters5000
Copy link
Member Author

Thanks. Do we need to update

CairoMakie = "0.6, 0.7, 0.8"

as well?

Good catch, yes we should update this. I will check the Makie page to see for which version this deprecation happened.

@andrewwinters5000
Copy link
Member Author

andrewwinters5000 commented Apr 3, 2024

So the deprecation happened with the release of Makie 0.20. I have yet to work out if this places a limit on the front end for GLMakie (for users) or CairoMakie (for testing).

Copy link
Member

@ranocha ranocha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! We should finally use package extensions managing the compatibility correctly. But that should be done in another PR.

@andrewwinters5000
Copy link
Member Author

Thanks! We should finally use package extensions managing the compatibility correctly. But that should be done in another PR.

Okay, this is related to creating a Downgrade.yml, right?

@andrewwinters5000 andrewwinters5000 merged commit c7f497f into main Apr 4, 2024
10 checks passed
@andrewwinters5000 andrewwinters5000 deleted the arw-patch branch April 4, 2024 04:51
@ranocha
Copy link
Member

ranocha commented Apr 4, 2024

It's related to it but independent of it. We use a proper package extension in Trixi.jl for the Makie plotting stuff

@andrewwinters5000
Copy link
Member Author

@ranocha
Copy link
Member

ranocha commented Apr 5, 2024

Yes 👍

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.

3 participants