From tcaswell at gmail.com Thu Aug 9 23:12:20 2018 From: tcaswell at gmail.com (Thomas Caswell) Date: Thu, 9 Aug 2018 23:12:20 -0400 Subject: [Matplotlib-devel] Matplotlib 2.2.3 is tagged Message-ID: Folks, I (finally) tagged 2.2.3 tonight. Will hopefully push to pypi tomorrow. REL: v2.2.3 The third bug-fix release of the v2.2 LTS series In addition to documentation and example fixes this release fixes several critical bugs: - Fix import failure on BSD systems - Fix import errors in Qt shims for PyQt5 5.11 and PyQt4 4.12 - Fix import errors if bz2 module is not in standard library - Fix overflow in _path.h - Fix infinite recursion in transform repr - Fix bug with XKCD style - Remove unsafe usage of Popen There is still 1 PR open for 3.0rc1. Thank you to everyone who worked on this release! Tom -- Thomas Caswell tcaswell at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From tcaswell at gmail.com Thu Aug 9 23:54:39 2018 From: tcaswell at gmail.com (Thomas Caswell) Date: Thu, 9 Aug 2018 23:54:39 -0400 Subject: [Matplotlib-devel] extra branch Message-ID: Folks, There is a funny branch (fn-verify-02348234) on the main repo now which is part of the groupreg process for the #matplotlib irc channels. Once that process is done I will delete it. Tom -- Thomas Caswell tcaswell at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From tcaswell at gmail.com Sat Aug 11 16:18:07 2018 From: tcaswell at gmail.com (Thomas Caswell) Date: Sat, 11 Aug 2018 16:18:07 -0400 Subject: [Matplotlib-devel] force-pushed to docs repo Message-ID: Folks, I made a mistake deploying the 2.2.3 docs and force-pushed a correction. More generally, we should consider squashing that repo down to a handful of commits to see it will reduce the over-all size Tom -- Thomas Caswell tcaswell at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From tcaswell at gmail.com Sat Aug 11 16:20:42 2018 From: tcaswell at gmail.com (Thomas Caswell) Date: Sat, 11 Aug 2018 16:20:42 -0400 Subject: [Matplotlib-devel] [REL] Matplotlib 2.2.3 Message-ID: Folks, Happy to announce we have tagged and release Matplotlib 2.2.3. This is the third bug-fix release of the v2.2 LTS series. Wheels and the tarball are on pypi and conda-forge is As a reminder the v2.2 LTS series is the last feature version of Matplotlib to support python 2.7 and will get bug fixes until 2020. Future feature releases will be python 3 only. In addition to documentation and example fixes this release fixes several critical bugs: - Fix import failure on BSD systems - Fix import errors in Qt shims for PyQt5 5.11 and PyQt4 4.12 - Fix import errors if bz2 module is not in standard library - Fix overflow in _path.h - Fix infinite recursion in transform repr - Fix bug with XKCD style - Remove unsafe usage of Popen A big thank you to everyone who worked on this release! Tom -- Thomas Caswell tcaswell at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From tcaswell at gmail.com Sat Aug 11 17:18:59 2018 From: tcaswell at gmail.com (Thomas Caswell) Date: Sat, 11 Aug 2018 17:18:59 -0400 Subject: [Matplotlib-devel] REL: Matplotlib v3.0.0rc1 Message-ID: Folks, Just tagged 3.0rc1. Not on pypi yet. See https://matplotlib.org/devdocs/users/whats_new.html and https://matplotlib.org/devdocs/api/api_changes.html for drafts of what the release notes will look like. This release will be python 3.5+ only. Big thank you to everyone (~130) who has commits in this release! Tom -- Thomas Caswell tcaswell at gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: From anntzer.lee at gmail.com Wed Aug 15 16:27:12 2018 From: anntzer.lee at gmail.com (Antony Lee) Date: Wed, 15 Aug 2018 22:27:12 +0200 Subject: [Matplotlib-devel] mplcursors 0.2 release Message-ID: Dear all, I am please to announce the release of mplcursors 0.2. # Description mplcursors provides interactive data selection cursors for Matplotlib. Features include a callback system allowing full customization of the actions when data selection is triggered, and the ability to add a data selection cursor to any preexisting program using Matplotlib by just setting the MPLCURSORS environment variable, without changes to the source code. # Changelog from mplcursors 0.1 to mplcursors 0.2 - Updated dependency to matplotlib 2.1 (2.0 gives more information about orientation of bar plots; 2.1 improves the handling of step plots). - Setting `MPLCURSORS` hooks `Figure.draw` (once per figure only) instead of `plt.show`, thus supporting figures created after the first call to `plt.show`. - Automatic positioning and alignment of annotation text. - Selections on images now have an index as well. - Selections created on `scatter` plots, `errorbar` plots, and `polar` plots can now be moved. - `PathCollection`\s not created by `plt.scatter` are now picked as paths, not as collections of points. - `Patch`\es now pick on their borders, not their interior. - Improved picking of `Container`\s. - In hover mode, annotations can still be removed by right-clicking. Enjoy, Antony Lee -------------- next part -------------- An HTML attachment was scrubbed... URL: From jklymak at uvic.ca Mon Aug 20 12:31:48 2018 From: jklymak at uvic.ca (Jody Klymak) Date: Mon, 20 Aug 2018 09:31:48 -0700 Subject: [Matplotlib-devel] weekly meeting Message-ID: Hi all Weekly meeting at 15:00 EDT (19:00 GMT). Agenda: https://paper.dropbox.com/doc/Matplotlib-meeting-agenda--AKrI8FRcjTvqPlskb24jOZH1Ag-aAmENlkgepgsMeDZtlsYu If you can?t make the meeting but think we should look at something, don?t be shy about adding to agenda (provide detail if not obvious from a link to PR/issue). We will use the older google hangouts link: https://hangouts.google.com/hangouts/_/calendar/NzloazhqaHZsa3M4am44ZHM0cmkxZTZxNGdAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ.bb6q6do0fci19u582r7mjv6o2o?authuser=0 If anyone needs to test their link between now and then happy to help - just shoot me a line on gitter? Cheers, Jody From tcaswell at gmail.com Tue Aug 28 10:00:27 2018 From: tcaswell at gmail.com (Thomas Caswell) Date: Tue, 28 Aug 2018 10:00:27 -0400 Subject: [Matplotlib-devel] [REL] Matplotlib 3.0.0rc2 Message-ID: Folks, Matplotlib 3.0.0RC2 is tagged and up on pypi with wheels for all 3 platforms (conda-forge is in-process). This release requires python 3.5+. You can install the rc via: pip install --upgrade pip pip install --upgrade --pre matplotlib Please test it out and report any regressions! For a preview of the release notes and API changes see https://matplotlib.org/devdocs/users/whats_new.html https://matplotlib.org/devdocs/api/api_changes.html Almost 130 people contributed code to this release, a big thank you to everyone! https://matplotlib.org/devdocs/users/github_stats.html Tom -------------- next part -------------- An HTML attachment was scrubbed... URL: