Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: matplotlib/matplotlib

Tags

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.2

Toggle v3.10.2's commit message

Verified

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

This is the second 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.

v3.10.0

Toggle v3.10.0's commit message

Verified

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

Highlights of this release include:

- Preliminary support for free-threaded CPython 3.13
- Standard getters/setters for axis inversion state
- New more-accessible color cycle
- Dark-mode diverging colormaps
- Exception handling control
- InsetIndicator artist
- FillBetweenPolyCollection
- Fill between 3D lines
- Data in 3D plots can now be dynamically clipped to the axes view limits
- Rotating 3d plots with the mouse
- Increased Figure limits with Agg renderer
- Subfigures no longer provisional
- Subfigures are now added in row-major order

v3.9.4

Toggle v3.9.4's commit message

Verified

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

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

This release contains two bug-fixes:

- Fix toolbar icons in GTK backend
- Fix `Poly3DCollection` initialization with list of lists

v3.9.3

Toggle v3.9.3's commit message

Verified

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

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

This release contains several bug-fixes and adjustments:

- Fix `axline` with extremely small slopes
- Fix `axline` with non-linear axis scales
- Fix `minimumSizeHint` with Qt backend
- Fix config directory usage when it's behind a symlink
- Fix draggable legend when blitting is enabled
- Fix high CPU utilization in the `macosx` backend
- Fix multiple hatch `edgecolors` passed to `contourf`
- Improve compatibility with `pytest` 8.2.0

v3.10.0rc1

Toggle v3.10.0rc1's commit message

Verified

This tag was signed with the committer’s verified signature.
ksunden Kyle Sunden
Matplotlib v3.10.0rc1

v3.9.2

Toggle v3.9.2's commit message

Verified

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

This is the second bugfix release of the 3.9.x series.

This release contains several bug-fixes and adjustments:

- Be more resilient to I/O failures when writing font cache
- Fix nondeterministic behavior with subplot spacing and constrained layout
- Fix sticky edge tolerance relative to data range
- Improve formatting of image values in cases of singular norms

Windows wheels now bundle the MSVC runtime DLL statically to avoid
inconsistencies with other wheels and random crashes depending on import
order.

v3.9.1.post1

Toggle v3.9.1.post1's commit message

Verified

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

This is a post-release of v3.9.1 intended to fix errors in released
wheels on Windows.

See #28551 for details.

v3.9.1.post0

Toggle v3.9.1.post0's commit message

Verified

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

This is a post-release of v3.9.1 intended to fix errors in released
wheels on Windows.

See #28551 for details.