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

Replace with PyCall-based version? #8

Closed
stevengj opened this issue Aug 7, 2013 · 5 comments
Closed

Replace with PyCall-based version? #8

stevengj opened this issue Aug 7, 2013 · 5 comments

Comments

@stevengj
Copy link
Member

stevengj commented Aug 7, 2013

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?

@autozimu
Copy link
Collaborator

autozimu commented Aug 7, 2013

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?

@stevengj
Copy link
Member Author

stevengj commented Aug 7, 2013

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. ZMQ prefixes have been removed from symbols).

@stevengj
Copy link
Member Author

stevengj commented Aug 7, 2013

If you want, I'll make the new PyPlot repository by cloning this one and git rm-ing as needed; that way, the history is preserved.

@autozimu
Copy link
Collaborator

autozimu commented Aug 7, 2013

Both is fine for me.

@stevengj
Copy link
Member Author

stevengj commented Aug 8, 2013

I have the new PyPlot version ready. Can you transfer ownership of this repo to me (stevengj on github)?

See how to transfer a repo in the github docs.

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

No branches or pull requests

2 participants