TensorFlow.jl icon indicating copy to clipboard operation
TensorFlow.jl copied to clipboard

pycall api updates

Open stevengj opened this issue 5 years ago • 0 comments

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.

stevengj avatar Feb 28 '19 22:02 stevengj