Tags: matplotlib/matplotlib
Tags
REL: v3.11.1 This is the first bugfix release of the 3.11.x series. This release contains several bug-fixes and adjustments: - Fix tight layout of multiple subplots with `sharey=True` - Fix `NoNorm` cursor formatting for `uint8` images - Fix occasional misalignment in reported mouse position (also fix a bug with canvas height) - Fix clipped Axis labels on 3D plots with tight layout - Fix inverted Axis on 3D plots - Fix restoring 'auto' aspect in 3D axes after switching from 'equal' - Fix missing glyphs when subsetting Type 1 fonts in PDF - Fix oversized embedding of Type 42 fonts in PDF/PostScript files As well as several documentation and typing improvements and corrections.
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
REL: v3.11.0rc2 This is the second release candidate for the meso release 3.11.0.
REL: v3.11.0rc1 This is the first release candidate for the meso release 3.11.0.
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
PreviousNext