From quantum.analyst at gmail.com Fri Jun 19 03:46:12 2020 From: quantum.analyst at gmail.com (Elliott Sales de Andrade) Date: Fri, 19 Jun 2020 03:46:12 -0400 Subject: [Matplotlib-announce] [ANN] Matplotlib 3.2.2 release Message-ID: <679417de-d510-61d5-fd87-bc8a9729e230@gmail.com> Hi all, Matplotlib 3.2.2 was released yesterday. ??? 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 As a reminder, this was signed by my GPG key. The fingerprint is: 23CA B59E 3332 F94D 26BE F037 8D86 E7FA E5EB 0C10 and it is also used to sign this message. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 870 bytes Desc: OpenPGP digital signature URL: From quantum.analyst at gmail.com Fri Jun 19 19:58:39 2020 From: quantum.analyst at gmail.com (Elliott Sales de Andrade) Date: Fri, 19 Jun 2020 19:58:39 -0400 Subject: [Matplotlib-announce] [ANN] Matplotlib 3.3.0 release candidate 1 Message-ID: Hi all, We are pleased to announce the issue of the first release candidate for 3.3.0. Please test widely so that we may correct any bugs before the final release. Pre-built wheels are available for most major platforms, and can be installed using `pip install matplotlib==3.3.0rc1`. Other packages may also be available already; please check with your preferred source. The 3.3.0 release represents the work of 150 authors over 992 pull requests, and we thank them for their contributions. Some highlights of this release include: * Adds provisional API for composing semantic axes layouts from text or nested lists. For a detailed tutorial, see https://matplotlib.org/3.3.0/tutorials/provisional/mosaic.html * Adds Turbo colormap, a spectral map (purple-blue-green-yellow-orange-red) with a bright center and darker endpoints, and is a smoother alternative to jet. See https://ai.googleblog.com/2019/08/turbo-improved-rainbow-colormap-for.html * Adds axline, a method for drawing infinite lines. * Axes3D supports minor ticks, view navigation buttons, and an improved aspect ratio. * Dates now use a modern epoch, enabling improved precision for recent dates. * Tick formatters now accept str or function inputs. * The pcolor and pcolormesh methods now accept shading='nearest' and 'auto'. * The alignment of titles and Axis labels can now be controlled more precisely. * The text color for legend labels can now be set, either as a whole, or individually based on the corresponding item. * Improved support for metadata when saving SVG or PDF. * Improved interactive tools and toolbar in various backends. For further details, please see the What's new in Matplotlib 3.3.0 page: https://matplotlib.org/3.3.0/users/whats_new.html and the milestone on GitHub: https://github.com/matplotlib/matplotlib/milestone/48?closed=1 For packagers, this release contains some changes to dependencies: * Pillow is now required. * jQuery and jQuery-UI are no longer used, nor downloaded as part of the build. * Compiled extensions are built with LTO if the compiler supports it. This release is signed by my GPG key. The fingerprint is: 23CA B59E 3332 F94D 26BE F037 8D86 E7FA E5EB 0C10 and it is also used to sign this message. -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 870 bytes Desc: OpenPGP digital signature URL: