Releases: matplotlib/matplotlib
REL: v3.10.6
REL: v3.10.5
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.
REL: v3.10.3
This is the third bugfix release of the 3.10.x series
REL: v3.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.
REL: v3.10.0
Highlights of this release include:
- Preliminary support for free-threaded CPython 3.13
- 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
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
Poly3DCollectioninitialization with list of lists
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
axlinewith extremely small slopes - Fix
axlinewith non-linear axis scales - Fix
minimumSizeHintwith 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
macosxbackend - Fix multiple hatch
edgecolorspassed tocontourf - Improve compatibility with
pytest8.2.0
Matplotlib v3.10.0rc1
This is the first release candidate for Matplotlib 3.10.0
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.
REL: 3.9.1
This is the first bugfix release of the 3.9.x series.
This release contains several bug-fixes and adjustments:
- Add GitHub artifact attestations for sdist and wheels
- Re-add
matplotlib.cm.get_cmap; note this function will still be removed at a later date - Allow duplicate backend entry points
- Fix
Axesautoscaling of thin bars at large locations - Fix
Axesautoscaling withaxhspan/axvspan - Fix
Axes3Dautoscaling ofLine3DCollection/Poly3DCollection - Fix
Axes3Dmouse interactivity with non-default roll angle - Fix box aspect ratios in
Axes3Dwith alternate vertical axis - Fix case handling of backends specified as
module://... - Fix crash with TkAgg on Windows with
tk.window_focus: True - Fix interactive update of SubFigures
- Fix interactivity when using the IPython console
- Fix pickling of AxesWidgets and SubFigures
- Fix scaling on GTK3Cairo / GTK4Cairo backends
- Fix text wrapping within SubFigures
- Promote
mpltypeSphinx role to a public extension; note this is only intended for development reasons