-
Notifications
You must be signed in to change notification settings - Fork 4
Update MakieExt compat #15
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
Conversation
ancapdev
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you bump the version as well, and I'll merge and release
| Makie.needs_tick_update_observable(conversion::UnixTimeConversion) = nothing | ||
|
|
||
| Makie.MakieCore.should_dim_convert(::Type{UnixTime}) = true | ||
| Makie.should_dim_convert(::Type{UnixTime}) = true |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does this also work with 0.22?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, it prints a warning but still works
Done |
|
Hey I don't think this works on Makie 0.24. Here's what I tested. Envs: Works: Works: Doesn't work: The error is: Makie breaking release: https://github.com/MakieOrg/Makie.jl/releases/tag/v0.24.0 First line in the release notes is "Breaking Refactored plots to rely on the newly introduced ComputeGraph instead of Observables". However, Makie 0.24 still depends on Observables. So, I believe that they have moved on part of its internals from Observables to ComputeGraph, but not everything. Is this understanding is correct, maybe we should just hold off working on compat until Makie's internals are stabilized? |
|
Quite right, I don't know how I missed that, it should be fixed by #16. |
No description provided.