Conversation
ancapdev
left a comment
There was a problem hiding this comment.
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.
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.