[Matplotlib-users] [ANN]: Matplotlib 2.1.0rc1

Thomas Caswell tcaswell at gmail.com
Sat Sep 2 00:34:21 EDT 2017


Folks,

We are happy to announce 2.1.0rc1!

Wheels and and source on pypi and as a conda package via conda-forge.
Please try it out and report any issues!

See http://matplotlib.org/devdocs/users/whats_new.html for a draft of the
release notes.   This represents ~2 years of work and includes many new
features and bug fixes.

Please checkout our updated documentation (
http://matplotlib.org/devdocs/index.html), particularly the  examples (
http://matplotlib.org/devdocs/gallery/index.html ) and tutorials (
http://matplotlib.org/devdocs/tutorials/index.html) .  Re-organizing,
updating, and migrating the examples to sphinx-gallery was a huge effort
led by Nelle Varoquaux and  Chris Holdgraf.

A big thanks to the many (~280) people who contributed to this release.

Installation instructions (via pip into existing venv):

  pip install --upgrade --pre matplotlib

or (via conda into a new venv)

  conda create -n mpl_rc matplotlib ipython -c conda-forge/label/rc -c
conda-forge

or(via conda into an existing venv)

 conda install -c conda-forge/label/rc matplotlib -c conda-forge

Tom
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/matplotlib-users/attachments/20170902/e2b67d80/attachment.html>


More information about the Matplotlib-users mailing list