Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

pycall api updates #16

Open
stevengj opened this issue Feb 28, 2019 · 0 comments
Open

pycall api updates #16

stevengj opened this issue Feb 28, 2019 · 0 comments

Comments

@stevengj
Copy link

PyCall 1.90.0 is 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 PyCall 1.90.0 to avoid having zillions of deprecation messages.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant