tag:github.com,2008:https://github.com/carloder/matplotlib/releases Release notes from matplotlib 2018-11-10T01:07:00Z tag:github.com,2008:Repository/163003909/v3.0.2 2018-11-10T01:07:00Z REL: v3.0.2 <p>This is the second bug-fix release for the v3.0 series.</p> <ul> <li>Un-breaks basemap which was broken by partially restoring<br> private APIs for cartopy.</li> <li>Fixes bug in warning code when used in an embedded context.</li> <li>Fixes crash when using Tk and closing the first open window before showing it</li> <li>Many documentation improvements.</li> <li>Restore a corner case on ColorBar tick usage.</li> <li>Change the default behavior of <code>matplotlib.use</code> to silently allow<br> more 'safe' switching after auto-discovery, but before starting an event loop.</li> <li>Improvements to bounding box calculations.</li> <li>Provide the correct length for RcParams instances.</li> </ul> tacaswell tag:github.com,2008:Repository/163003909/v3.0.1 2018-10-25T15:37:22Z REL: v3.0.1 <p>This is the first bug fix release for the 3.0 series which fixes<br> several</p> <ul> <li>Fix failure to import bug when used with backend-fallback on Python<br> 3.6.7 and 3.7.1</li> <li>Fixed a number of failure to import bugs around finding fonts</li> <li>Fix Qt4 backend</li> <li>Fix bug on OSX that recursively searched current directory for fonts</li> <li>Fix bouncing-rocket on OSX when doing backend fallback and not<br> selecting OSX</li> <li>Temporarily restore several private APIs to unbreak cartopy</li> <li>Make pyplot more tolerant of varying signatures in 3rd-party<br> sub-classe</li> <li>Improve datetime64 unit handling</li> <li>Fixed several poor interactions with tight_layout</li> </ul> tacaswell tag:github.com,2008:Repository/163003909/v3.0.0 2018-09-18T03:21:00Z REL: v3.0.0 <p>The first release of the Matplotlib 3.0 series</p> <p>This is the first version of Matplotlib to only support Python 3.</p> <p>Highlights of this release include:</p> <ul> <li>GUI backend is selected at run-time based on what toolkits are<br> installed. A GUI toolkit will not be selected on a headless<br> server.</li> <li>New cyclic color map <em>twilight</em></li> <li>Improvements to automatic layout of titles, ticks, and GridSpec</li> <li>Many bug fixes!</li> </ul> tacaswell tag:github.com,2008:Repository/163003909/v3.0.0rc2 2018-08-28T01:28:46Z REL: v3.0.0rc2 <p>This is the second release candidate for Matplotlib 3.0.</p> tacaswell tag:github.com,2008:Repository/163003909/v3.0.0rc1 2018-08-11T21:01:21Z REL: v3.0.0rc1 <p>This is the first release candidate for Matplotlib 3.0</p> tacaswell tag:github.com,2008:Repository/163003909/v2.2.3 2018-08-10T03:05:06Z REL: v2.2.3 <p>The third bug-fix release of the v2.2 LTS series</p> <p>In addition to documentation and example fixes this release<br> fixes several critical bugs:</p> <ul> <li>Fix import failure on BSD systems</li> <li>Fix import errors in Qt shims for PyQt5 5.11 and PyQt4 4.12</li> <li>Fix import errors if bz2 module is not in standard library</li> <li>Fix overflow in _path.h</li> <li>Fix infinite recursion in transform repr</li> <li>Fix bug with XKCD style</li> <li>Remove unsafe usage of Popen</li> </ul> tacaswell tag:github.com,2008:Repository/163003909/v2.2.2 2018-03-17T02:57:57Z REL: v2.2.2 LTS <p>The second bug-fix release of the v2.2 LTS series.</p> <p>This release fixes a number of critical bugs:</p> <ul> <li>restores matplotlib.verbose (fixing embedding in pycharm)</li> <li>preserve precision when color mapping small portions of data with<br> extreme outliers</li> <li>fixes saving long movies with ffmpeg</li> <li>fixes UnbourdLocal error in contour labeling</li> <li>fixes import failure on python 3.4.0 and 3.4.1</li> <li>fixes compile time failures with clang on 32bit platforms</li> <li>fixes an icon in the Tk backends</li> <li>fixes several issues with Tables</li> <li>fixes expanding offset boxes with tight_layout</li> <li>revert changes to the font caching to avoid a possible bug in<br> backports.lru_cache</li> <li>numerous docstring and documentation fixes</li> </ul> <p>We have reverted the deprecation of <code>font_manager.TempCache</code>.</p> <p>v2.2.1 did not actually restore matplotlib.verbose.</p> tacaswell tag:github.com,2008:Repository/163003909/v2.2.1 2018-03-16T21:49:32Z REL: v2.2.1 LTS <p>The first bug-fix release of the v2.2 LTS series.</p> <p>This release fixes a number of critical bugs:</p> <ul> <li>restores matplotlib.verbose (fixing embedding in pycharm)</li> <li>preserve precision when color mapping small portions of data with<br> extreme outliers</li> <li>fixes saving long movies with ffmpeg</li> <li>fixes UnbourdLocal error in contour labeling</li> <li>fixes import failure on python 3.4.0 and 3.4.1</li> <li>fixes compile time failures with clang on 32bit platforms</li> <li>fixes an icon in the Tk backends</li> <li>fixes several issues with Tables</li> <li>fixes expanding offset boxes with tight_layout</li> <li>revert changes to the font caching to avoid a possible bug in<br> backports.lru_cache</li> <li>numerous docstring and documentation fixes</li> </ul> <p>We have reverted the deprecation of <code>font_manager.TempCache</code>.</p> tacaswell tag:github.com,2008:Repository/163003909/v2.2.0 2018-03-05T05:07:40Z REL: v2.2.0 LTS <p>The first release of the v2.2 LTS series and the last version of<br> Matplotlib to support python2. There will be bug-fix release for this<br> series until 2020.</p> <p>This release includes new features including:</p> <ul> <li>An experimental constrained layout manager</li> <li>Color blind friendly color map (cividis) and color cycle<br> (tableau-colorblind10)</li> <li>native support for numpy.datetime64 types</li> <li>animated gif writing via pillow</li> <li>TkAgg now works with pypy</li> <li>cairo based backends for Qt, Tk, and WX</li> </ul> <p>There are several API changes in this release:</p> <ul> <li>To support the constrained layout Matplotlib has a new required<br> dependency (kiwisolver).</li> <li>The <code>matplotlib.finance</code> module has been removed, development has<br> moved to a stand-alone project.</li> </ul> tacaswell tag:github.com,2008:Repository/163003909/v2.2.0rc1 2018-02-12T03:35:52Z REL: v2.2.0rc1 <p>The first rc for Matplotlib 2.2.0</p> tacaswell