From tcaswell at gmail.com Tue May 2 22:13:44 2017 From: tcaswell at gmail.com (Thomas Caswell) Date: Wed, 03 May 2017 02:13:44 +0000 Subject: [Matplotlib-announce] [REL] Matplotlib v2.0.1 Message-ID: Folks, Happy to announce the only slightly delayed release of 2.0.1, the first bug fix release for 2.0.x series. Source and wheels are an pypi and conda packages are available from the conda forge channel pip install --upgrade matplotlib or conda install matplotlib -c conda-forge This release includes bug fixes, documentation updates and one major change. API - Do not clip the linewidth used for dash pattern scaling. This is an API change, but is a major improvement. - Deprecate 'vega' color names in favor of 'tab'. Bug Fixes - Hatching color follows edge color again. - Fixes a critical bug with masked images. - Improved high-dpi support for Qt5. - Log ticking no never skip minor ticks - Do not skip points surrounded by nan/inf in vector outputs. Supported versions of Python - 2.7, 3.4, 3.5, 3.6 - Patches to improve compatibility with pypy Many thanks to everyone who helped with this release! Thanks to Mathew Brett and Christoph Gohlke for building the wheels. Tom -------------- next part -------------- An HTML attachment was scrubbed... URL: From t3kcit at gmail.com Wed May 3 21:32:02 2017 From: t3kcit at gmail.com (Andy) Date: Wed, 3 May 2017 21:32:02 -0400 Subject: [Matplotlib-announce] [REL] Matplotlib v2.0.1 In-Reply-To: References: Message-ID: Congratulations! That's awesome (though I now have to change the vega name everywhere ;) Will the changelog go on https://matplotlib.org/users/whats_new.html or do you not do changelogs for bugfix releases? Andy on 05/02/2017 10:13 PM, Thomas Caswell wrote: > Folks, > > Happy to announce the only slightly delayed release of 2.0.1, the > first bug fix release for 2.0.x series. Source and wheels are an pypi > and conda packages are available from the conda forge channel > > pip install --upgrade matplotlib > > or > > conda install matplotlib -c conda-forge > > > This release includes bug fixes, documentation updates and one major > change. > > API > > - Do not clip the linewidth used for dash pattern scaling. This is > an API change, but is a major improvement. > - Deprecate 'vega' color names in favor of 'tab'. > > Bug Fixes > > - Hatching color follows edge color again. > - Fixes a critical bug with masked images. > - Improved high-dpi support for Qt5. > - Log ticking no never skip minor ticks > - Do not skip points surrounded by nan/inf in vector outputs. > > Supported versions of Python > > - 2.7, 3.4, 3.5, 3.6 > - Patches to improve compatibility with pypy > > Many thanks to everyone who helped with this release! > > Thanks to Mathew Brett and Christoph Gohlke for building the wheels. > > Tom > > > > _______________________________________________ > Matplotlib-announce mailing list > Matplotlib-announce at python.org > https://mail.python.org/mailman/listinfo/matplotlib-announce -------------- next part -------------- An HTML attachment was scrubbed... URL: From tcaswell at gmail.com Wed May 10 17:14:06 2017 From: tcaswell at gmail.com (Thomas Caswell) Date: Wed, 10 May 2017 21:14:06 +0000 Subject: [Matplotlib-announce] [ANN] Matplotlib v2.0.2 Message-ID: Folks, Happy to announce Matplotlib 2.0.2 which fixes a number of critical bugs in 2.0.1. Wheels and source are available on pypi and conda packages from the conda-forge channel pip install --upgrade matplotlib conda install matplotlib -c conda-forge Tom -------------- next part -------------- An HTML attachment was scrubbed... URL: