Releases: JuliaPy/PyCall.jl
v1.17.1
v1.17.0
v1.16.1
v1.16.0
v1.15.0
v1.14.0
v1.13.0
v1.12.0
This release adds support for binary operators like +
on Python objects and (in 0.6) in-place updating operators like .+=
(mapping to Python __iadd__
methods), it generalizes the append!
function to work on non-list
objects, and fixes some build problems on Windows. 0.4 support is dropped in this release.
v1.12.0
This release adds support for binary operators like +
on Python objects and (in 0.6) in-place updating operators like .+=
(mapping to Python __iadd__
methods), it generalizes the append!
function to work on non-list
objects, and fixes some build problems on Windows. 0.4 support is dropped in this release.
v1.11.1: deprecations and environment
This fixes another deprecation warning (JuliaPy/PyPlot.jl#283) and improves robustness against user PYTHONPATH
environment variables when using Conda (JuliaPy/PyPlot#286).