All Versions
16
Latest Version
Avg Release Cycle
53 days
Latest Release
1056 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v3.3.3 Changes
November 12, 2020๐ This is the third bugfix release of the 3.3.x series.
๐ This release contains several critical bug-fixes:
- ๐ Fix calls to
Axis.grid
with argumentvisible=True
. - ๐ Fix fully masked
imshow
. - ๐ Fix inconsistent color mapping in scatter for 3D plots.
- ๐ Fix notebook/nbAgg figures when used with ipywidgets in the same cell.
- ๐ Fix notebook/nbAgg/WebAgg on older (e.g., Firefox ESR) browsers.
- ๐ Fix pcolormesh with
datetime
coordinates. - ๐ Fix performance regression with
datetime
s. - ๐ Fix singular ticks with small log ranges.
- ๐ Fix timers/animations on wx and notebook backends.
- โ Remove certifi as a hard runtime dependency.
- ๐ Fix calls to
-
v3.3.2 Changes
September 15, 2020๐ This is the second bugfix release of the 3.3.x series.
๐ This release contains several critical bug-fixes:
- ๐ fix
Axis
scale on twinnedAxes
- ๐ fix auto-close of
Figure
s in nbagg - ๐ fix automatic title placement if
Axes
is off theFigure
- ๐ fix autoranging of log scales with barstacked histogram
- ๐ fix extra redraws when using
Button
orTextBox
widgets - ๐ fix imshow with
LogNorm
and large vmin/vmax ranges - ๐ fix plotting Pandas
DataFrame
with stringMultiIndex
- ๐ fix
scatter
withmarker=''
- ๐ fix
scatter3d
color/linewidth re-projection - ๐ fix state of mode buttons in TkAgg backends
- include license files in built distribution
- โฌ๏ธ reduce Visual C++ runtime requirements on Windows
- ๐ fix
-
v3.3.1 Changes
August 14, 2020๐ This is the first bugfix release of the 3.3.x series.
๐ This release contains several critical bug-fixes:
- ๐ fix docstring import issues when running Python with optimization
- ๐ fix
hist
with categorical data, such as with Pandas - ๐ fix install on BSD systems
- ๐ fix nbagg compatibility with Chrome 84+
- ๐ fix ordering of scatter marker size in 3D plots
- ๐ fix performance regression when plotting
Path
s - ๐ fix reading from URL in
imread
- ๐ fix several regressions with new date epoch handling
- ๐ fix some bad constrained and tight layout interactions with colorbars
- ๐ fix use of customized toolbars in TkAgg and WXAgg backends
-
v3.3.0 Changes
July 16, 2020๐ Highlights of this release include:
- Provisional API for composing semantic axes layouts from text or nested lists
- ๐ New Axes.sharex, Axes.sharey methods
- Turbo colormap
- ๐ colors.BoundaryNorm supports extend keyword argument
- Text color for legend labels
- Pcolor and Pcolormesh now accept shading='nearest' and 'auto'
- ๐ Allow tick formatters to be set with str or function inputs
- ๐ New Axes.axline method
- Dates use a modern epoch
- ๐ Improved font weight detection
- Axes3D no longer distorts the 3D plot to match the 2D aspect ratio
- More consistent toolbar behavior across backends
- ๐ Toolbar icons are now styled for dark themes
- Cursor text now uses a number of significant digits matching pointing precision
- Functions to compute a Path's size
- ๐พ savefig() gained a backend keyword argument
- ๐ Saving SVG now supports adding metadata
- ๐ Saving PDF metadata via PGF now consistent with PDF backend
- ๐ป NbAgg and WebAgg no longer use jQuery & jQuery UI
๐ For the full details please see the What's New and API changes in the documentation.
-
v3.3.0.rc1
June 18, 2020 -
v3.2.2 Changes
June 17, 2020๐ This is the second bugfix release of the 3.2.x series.
๐ This release contains several critical bug-fixes:
- ๐ support fractional HiDPI scaling with Qt backends
- ๐ support new Python and fix syntax errors in legacy Python
- ๐ support new Qt 5 and fix support for Qt 4
- ๐ fix animation writer fallback
- ๐ fix figure resizing
- ๐ fix handling of large arcs
- ๐ fix issues with tight layout
- ๐ fix saving figures after closing windows or under certain size conditions
- ๐ fix scatter when specifying a single color
- ๐ fix several memory leaks
- ๐ fix unexpected autoscaling behavior
- ๐ fix various issues with usetex
- ๐ various minor bug and documentation fixes
-
v3.2.1 Changes
March 18, 2020๐ This is the first bugfix release of the 3.2.x series.
๐ This release contains several critical bug-fixes:
- ๐ fix
Quiver.set_UVC
calls with scalar inputs - ๐ fix
bezier.get_parallels
failure from floating point rounding errors - ๐ fix markers specified as tuples (polygons, stars, or asterisks)
- ๐ fix saving PNGs to file objects in some places
- ๐ fix saving figures using the nbAgg/notebook backend
- ๐ fix saving with tight layout using the PGF backend
- ๐ fix setting custom datapath in rcParams (note: it is still deprecated)
- ๐ fix various issues running setup.py in non-CI environments
- ๐ fix xpdf distiller
- ๐ various minor bug and documentation fixes
- ๐ fix
-
v3.2.0
March 03, 2020 -
v3.2.0.rc3
February 02, 2020 -
v3.2.0.rc2
November 05, 2019