All Versions
29
Latest Version
Avg Release Cycle
114 days
Latest Release
28 days ago

Changelog History
Page 1

  • v3.11.0.rc2 Changes

    May 13, 2026

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

    🚀 This release candidate fixes some problems with downstream packages, removes some missed deprecations, and corrects some additional minor bugs.

  • v3.11.0.rc1 Changes

    April 24, 2026

    🚀 This is the first release candidate for Matplotlib 3.11.0.

  • v3.10.9 Changes

    April 23, 2026

    🚀 This is a micro 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 Changes

    November 13, 2025

    🛠 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 Changes

    October 08, 2025

    🛠 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 Changes

    August 29, 2025

    🛠 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 Changes

    July 31, 2025

    🛠 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 Changes

    May 09, 2025

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

  • v3.10.1 Changes

    February 27, 2025

    🛠 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 Changes

    December 14, 2024

    🚀 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