-
Notifications
You must be signed in to change notification settings - Fork 64
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
Observables 0.4 #455
Comments
Just realised that there is already a PR #456 |
I think this can be closed as the above PR is merged. |
Did you tag a new version? Please close it when a new version is tagged. |
Since in Observables 0.4 the function
In doing so, however, the compatibility with older releases of Observables is lost. |
Why not checking for the existence of function set_nosync(ob, val)
if isdefined(Observables, :setexcludinghandlers!)
Observables.setexcludinghandlers!(ob, val)
else
Observables.setexcludinghandlers(ob, val, x -> !(x isa SyncCallback))
end
end |
Just tag 0.9 to signal a breaking release, given that neither of these packages is in 1.0 and when observables went from 0.3 to 0.4 it signalled a breaking release as well. |
Bumping this, I am running into a compatibility issue here, would be great to get a new release, even with a clunky |
It's good practice to include such a compatibility version as minor change and then publish a breaking release without it. |
bump. this is causing compatibility issues with the new WGLMakie - any chance of an update soon? |
Hi, can you please tag a patch release that bumps observables compatibility to 0.4? There wasn't any major breaking change. However, with your current Project.toml it is not possible to use Atom and Makie in the same environment...
The text was updated successfully, but these errors were encountered: