-
Notifications
You must be signed in to change notification settings - Fork 89
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
Replace with PyCall-based version? #8
Comments
That should be just fine. This package is intented as a temporary solution. It should be retired if better solution emerges. Should I add a deprecated message in the README or redirect to some new repo directly? |
Once a new repo is available (I'm waiting on JuliaLang/julia#3932) I can just update METADATA to point to the new repo. Hopefully I can get this done in the next few days. You might want to add a deprecation notice to the README, however. Note also that ZMQ.jl has changed its interface slightly (e.g. |
If you want, I'll make the new |
Both is fine for me. |
I have the new See how to transfer a repo in the github docs. |
I'd like to replace this with a version based on PyCall, which allows one to call the full Matplotlib interface directly, with no-copy passing of large arrays. (I have a prototype in the IJulia source, which integrates directly with the IJulia backend as well as with future pure-Julia graphics backends).
How would you feel about this?
The text was updated successfully, but these errors were encountered: