Skip to content

Tags: matplotlib/matplotlib

Tags

v3.11.0

Toggle v3.11.0's commit message

Verified

This tag was signed with the committer’s verified signature.
QuLogic Elliott Sales de Andrade
REL: v3.11.0

The largest change within this release is a complete overhaul of text
and font processing. Through the use of libraqm [1], HarfBuzz [2],
SheenBidi [3], and an updated release of FreeType [4], all text should
now support modern font features, enabling full internationalization
in all languages. Not all features of these libraries are supported
yet, but we expect this work to enable further improvements in an
easier manner.

Outside of text handling, there are several improvements to 3D Axes,
performance, new accessible colour sequences, flexible figure
management, and more. See the release notes for more information [5].

[1] https://github.com/HOST-Oman/libraqm/
[2] https://harfbuzz.github.io/
[3] https://github.com/Tehreer/SheenBidi
[4] https://freetype.org/
[5] https://matplotlib.org/3.11.0/release/prev_whats_new/whats_new_3.11.0.html

v3.11.0rc2

Toggle v3.11.0rc2's commit message

Verified

This tag was signed with the committer’s verified signature.
QuLogic Elliott Sales de Andrade
REL: v3.11.0rc2

This is the second release candidate for the meso release 3.11.0.

v3.11.0rc1

Toggle v3.11.0rc1's commit message

Verified

This tag was signed with the committer’s verified signature.
QuLogic Elliott Sales de Andrade
REL: v3.11.0rc1

This is the first release candidate for the meso release 3.11.0.

v3.10.9

Toggle v3.10.9's commit message

Verified

This tag was signed with the committer’s verified signature.
ksunden Kyle Sunden
REL: v3.10.9

This is a patch release of the v3.10.x series.
Highlights of this release include:

- Various minor bug and doc fixes
- Security hardening validation of cyclers - Removing eval usage
- Security hardening in Latex and PS calls - Removing shell escapes

v3.10.8

Toggle v3.10.8's commit message

Verified

This tag was signed with the committer’s verified signature.
ksunden Kyle Sunden
REL: v3.10.8

This is a bugfix release in the 3.10.x series.

The primary highlights of this release are:

- Properly allow freethreaded mode in the MacOS backend
- Better error handling for MacOS backend

v3.10.7

Toggle v3.10.7's commit message

Verified

This tag was signed with the committer’s verified signature.
ksunden Kyle Sunden
REL: v3.10.7

This is the latest bugfix release in the 3.10.x series.

The most important update in this release is that the minimum version
of `pyparsing` has been updated to version 3.0.

v3.10.6

Toggle v3.10.6's commit message

Verified

This tag was signed with the committer’s verified signature.
ksunden Kyle Sunden
REL: v3.10.6

This is a bugfix release in the 3.10.x series.

Highlights from this release include:

- Fix regression of hi-dpi support for Qt
- Fix race condition in TexManager.make_dvi & make_png
- Various documentation and other bugfixes

v3.10.5

Toggle v3.10.5's commit message

Verified

This tag was signed with the committer’s verified signature.
ksunden Kyle Sunden
REL: v3.10.4

This is the fourth bugfix release of the 3.10.x series.

Included in this release is distributed wheels for Python 3.14
(including freethreaded) and Windows ARM.

There are also several smaller bugfixes.

v3.10.3

Toggle v3.10.3's commit message

Verified

This tag was signed with the committer’s verified signature.
ksunden Kyle Sunden
REL: v3.10.3

This is the third bugfix release of the 3.10.x series

v3.10.1

Toggle v3.10.1's commit message

Verified

This tag was signed with the committer’s verified signature.
ksunden Kyle Sunden
REL 3.10.1

This is the first bugfix release of the 3.10.x series.

This release contains several bug-fixes and adjustments:

- Respect array alpha with interpolation_stage='rgba' in _Imagebase::_make_image
- Remove md5 usage to prevent issues on FIPS enabled systems
- Fix pyplot.matshow figure handling
- Fix modifying Axes' position also alters the original Bbox object used for initialization
- Fix title position for polar plots
- Add version gate to GTK4 calls when necessary
- Raise warning if both c and facecolors are used in scatter plot

As well as several documentation improvements and corrections.