Skip to content

Tags: jurta/PyPlot.jl

Tags

v2.9.0

Toggle v2.9.0's commit message
## PyPlot v2.9.0

[Diff since v2.8.2](JuliaPy/PyPlot.jl@v2.8.2...v2.9.0)


**Closed issues:**
- no method matching getproperty(::PyPlot.LazyPyModule, ::String) (JuliaPy#437)
- PyPlot crashing (JuliaPy#440)
- Error with bbox=tight option for savefig (JuliaPy#452)
- Julia 1.20 and PyPlot.svg(true) (JuliaPy#455)
- Projection option for add_subplot (JuliaPy#458)
- PyPlot keeps trying to install matplotlib even if it's already installed (Windows 10) (JuliaPy#461)
- view_init not defined (JuliaPy#464)
- Matplotlib Qt backend not working in Windows 10 for default python distribution (JuliaPy#467)
- error when passing string marker argument to plot (JuliaPy#468)
- libstdc++.so.6: version `GLIBCXX_3.4.26' not found (JuliaPy#469)
- Need `%matplotlib inline` twice when running via Python (JuliaPy#472)

**Merged pull requests:**
- Including view_init and voxels to the list of exported functions for 3D plots (JuliaPy#465) (@mancolric)
- Install TagBot as a GitHub Action (JuliaPy#466) (@JuliaTagBot)
- implement property interface to LazyPyModule (JuliaPy#473) (@stevengj)

v2.8.2

Toggle v2.8.2's commit message

Verified

This tag was signed with the committer’s verified signature.
JuliaTagBot Julia TagBot
See github.com/JuliaPy/PyPlot.jl/releases/tag/v2.8.2 for release notes

v2.8.1

Toggle v2.8.1's commit message
don't default to tk on macos (closes JuliaPy#410)

v2.8.0

Toggle v2.8.0's commit message
WIP: Use property (JuliaPy#420)

* Use property

* Define property methods for wrapper objects

* updated requirements to PyPlot 1.90, dropped Compat since we now require julia 0.7, fixed getproperty in plot3d

* eliminate unnecessary PyObject(f) calls

* rm more obsolete compatibility code

* rm 0.6 testing

* need newer PyCall to import Base.hasproperty in Julia 1.2

v2.7.0

Toggle v2.7.0's commit message
fix exports for Julia 1.0

v2.6.3

Toggle v2.6.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
use finalizer(function, object)

v2.6.2

Toggle v2.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
re-enable travis (JuliaPy#379)

* re-enable travis

* fix Base.showable in Julia 0.6

* debugging output in Pkg.test

* fixes for matplotlib 1.3, remove Base64 dependency

* agg backend on 1.3 doesn't seem to support ps output properly

* viridis is not available in matplotlib 1.3

v2.6.1

Toggle v2.6.1's commit message
fix 0.7 depwarns (JuliaPy#368)

* update array constructors to 0.7

* replace linspace with range

* fix other 0.7 depwarns in tests

* switch to use Compat.Test

v2.6.0

Toggle v2.6.0's commit message
silence 0.7 try-without-catch deprecation

v2.5.0

Toggle v2.5.0's commit message
rm julia 0.5 from appveyor