Releases: JuliaPy/PyPlot.jl
Releases · JuliaPy/PyPlot.jl
v2.8.1
Fix a deprecation, and no longer try tkagg backend by default on MacOS (#410).
v2.8.0
Switch to new getproperty interface in PyCall 1.90
v2.7.0
Fixes for upcoming PyCall release, fix axes
export in Julia 1.0, export hist
function again now that this no longer exists in 1.0.
v2.6.2
fix showable
vs. mimewritable
in Julia 0.6
v2.6.1
fix more 0.7 deprecations
v2.6.0
silence 0.7 try-without-catch deprecation
v2.5.0
Various fixes, drop Julia 0.5 support.
v2.4.0
Lazy loading of mplot3d for systems where that package is not installed. Various other small fixes.
v2.3.2
Fix display detection in Julia 0.6 REPL (#281). (Closes #292.)