[Matplotlib-users] [ANN]: Matplotlib 2.1.0rc1
Thomas Caswell
tcaswell at gmail.com
Sat Sep 2 09:59:25 EDT 2017
Chris: Due to some issues with conda-forge's upload process, the RC got
pushed to the main channel, the windows and linux packages got manually
fixed, but the mac build were so backed up they went out ~10-14 hours later
and have not been fixed yet. I assume you are on a mac, if so just
installing from the conda-forge channel will work until it gets fixed!
Juan: There is also
https://github.com/conda-forge/conda-forge-enhancement-proposals/pull/3
and looking at
https://github.com/conda-forge/matplotlib-feedstock/tree/devel . I suspect
those questions would be better directed to the conda-forge mailing list /
gitter room.
Tom
On Sat, Sep 2, 2017 at 4:45 AM Juan Nunez-Iglesias <jni.soma at gmail.com>
wrote:
> > Axes3D now has a voxels method, for visualizing boolean 3d data. Uses
> could include plotting a sparse 3D heat map, or visualizing a volumetric
> model.
>
> 🎉🎉🎉
>
> I have wanted this since forever.
>
> Thank you to all the contributors and of course to Tom.
>
> Incidentally, if there is a guide for producing conda-forge pre-releases,
> I would avidly read it! Google finds this unconclusive thread:
> https://github.com/conda-forge/conda-forge.github.io/issues/147
>
> Juan.
>
> On 2 Sep 2017, 9:00 AM +0300, Christopher Short <short.chrisd at gmail.com>,
> wrote:
>
> And apologies - I neglected to thank you and the rest of the
> team/contributors.
>
> Fantastic work.
>
>
> And from the download list:
>
> The following packages will be downloaded:
>
> package | build
> ---------------------------|-----------------
>
> matplotlib-2.0.0 | np111py36_1 6.6 MB
> conda-forge/label/rc
>
>
> cheers
> Chris
>
> On 2 Sep 2017, at 1:55 pm, Christopher Short <short.chrisd at gmail.com>
> wrote:
>
> Tom
>
> Is the conda package formula correct?
>
> The following packages will be DOWNGRADED:
>
> matplotlib: 2.0.2-np112py36_0 conda-forge -->
> 2.0.0-np111py36_1 conda-forge/label/rc
>
> Or am I misreading?
>
> thanks
> Chris
>
>
>
>
> On 2 Sep 2017, at 12:34 pm, Thomas Caswell <tcaswell at gmail.com> wrote:
>
> 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
>
> _______________________________________________
> Matplotlib-users mailing list
> Matplotlib-users at python.org
> https://mail.python.org/mailman/listinfo/matplotlib-users
>
>
>
> _______________________________________________
> Matplotlib-users mailing list
> Matplotlib-users at python.org
> https://mail.python.org/mailman/listinfo/matplotlib-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/matplotlib-users/attachments/20170902/f107138e/attachment-0001.html>
More information about the Matplotlib-users
mailing list