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

pycall/pyplot api updates #8

Closed
stevengj opened this issue Feb 28, 2019 · 1 comment
Closed

pycall/pyplot api updates #8

stevengj opened this issue Feb 28, 2019 · 1 comment

Comments

@stevengj
Copy link
Member

PyCall 1.90.0 and PyPlot 2.8.0 are now released, which change o[:foo] and o["foo"] to o.foo and o."foo", respectively, for python objects o; see also JuliaPy/PyCall.jl#629.

The old getindex methods still work but are deprecated, so you'll want to put out a new release that uses the new methods and REQUIREs the new versions to avoid having zillions of deprecation messages.

@malmaud
Copy link
Contributor

malmaud commented Mar 2, 2019

Closed in #9

@malmaud malmaud closed this as completed Mar 2, 2019
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