You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
PyCall 1.90.0 is now released, which change
o[:foo]
ando["foo"]
too.foo
ando."foo"
, respectively, for python objectso
; 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.The text was updated successfully, but these errors were encountered: