From tcaswell at gmail.com Tue May 31 00:01:52 2016 From: tcaswell at gmail.com (Thomas Caswell) Date: Tue, 31 May 2016 04:01:52 +0000 Subject: [Matplotlib-announce] matplotlib v2.0.0b1 Message-ID: Folks, We tagged the first beta for v2.0.0 tonight. Please check out the new defaults! This is tagged as a beta because we anticipate a longer than normal release cycle. The style changes are substantial and we want to make sure that we have not crippled any common use cases. The target for the final release around scipy. A build of the docs is available at http://matplotlib.org/2.0.0b1 Preview conda packages are available via conda install -c conda-forge/label/rc -c conda-forge matplotlib pre-release packages should be on pypi tomorrow. Brief release notes: This previews the new default style and many bug-fixes. A full list of the style changes will be collected for the final release. In addition to the style change this release includes: - overhaul of font handling/text rendering to be faster and clearer - many new rcParams - Agg based OSX backend - optionally deterministic SVGs - complete re-write of image handling code - simplified color conversion - specify colors in the global property cycle via `'C0'`, `'C1'`... `'C9'` - use the global property cycle more places (bar, stem, scatter) There is a 'classic' style sheet which reproduces the 1.Y defaults: import matplotlib.style as mstyle mstyle.use('classic') A big thank you to everyone who worked on this release. Tom -------------- next part -------------- An HTML attachment was scrubbed... URL: From matthew.brett at gmail.com Tue May 31 16:06:13 2016 From: matthew.brett at gmail.com (Matthew Brett) Date: Tue, 31 May 2016 13:06:13 -0700 Subject: [Matplotlib-announce] matplotlib v2.0.0b1 In-Reply-To: References: Message-ID: On Mon, May 30, 2016 at 9:01 PM, Thomas Caswell wrote: > Folks, > > We tagged the first beta for v2.0.0 tonight. Please check out the new > defaults! > > This is tagged as a beta because we anticipate a longer than normal release > cycle. The style changes are substantial and we want to make sure that we > have not crippled any common use cases. The target for the final release > around scipy. You should now be able to get this release on OSX or Linux with: python -m pip install --upgrade pip # upgrade pip to latest pip install --pre matplotlib Cheers, Matthew From tcaswell at gmail.com Tue May 31 19:59:50 2016 From: tcaswell at gmail.com (Thomas Caswell) Date: Tue, 31 May 2016 23:59:50 +0000 Subject: [Matplotlib-announce] [Matplotlib-users] matplotlib v2.0.0b1 In-Reply-To: References: Message-ID: python -m pip install --upgrade pip # upgrade pip to latest pip install --pre matplotlib Should now work on all platforms. Tom On Tue, May 31, 2016 at 6:31 PM Skip Montanaro wrote: > > A build of the docs is available at http://matplotlib.org/2.0.0b1 > > Thanks. Is there a "What's New" page in the docs? Or maybe an upgrade > guide which identifies incompatibilities with 1.5? > > Skip Montanaro > who still remembers John Hunter's interview presentation at TradeLink, > lo these many years ago... > -------------- next part -------------- An HTML attachment was scrubbed... URL: