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!
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