Releases: JuliaPy/PyCall.jl
Releases · JuliaPy/PyCall.jl
v1.91.0
Various fixes (#661, #668), add float(::PyObject)
(#660), extend Base.hasproperty
in Julia 1.2.
v1.90.0
In preparation for PyCall 2.0 (#629), this deprecates the old o[:foo] access in favor of o.foo (#517).
Old PyCall-using packages should switch over to the new style in order to eliminate zillions of deprecation warnings, and put PyCall 1.90 in their REQUIRE file.
v1.18.3
Bugfix for Python 3.7 with Date conversions (#540).
v1.18.0
1.0 compatibility (#516, #522), default to python3
on Unix (#512), pycall!
function (#492).