[REL] Matplotlib v2.0.1

Folks,

Happy to announce the only slightly delayed release of 2.0.1, the first bug
fix release for 2.0.x series. Source and wheels are an pypi and conda
packages are available from the conda forge channel

   pip install --upgrade matplotlib

or

   conda install matplotlib -c conda-forge

This release includes bug fixes, documentation updates and one major change.

API

- Do not clip the linewidth used for dash pattern scaling. This is
   an API change, but is a major improvement.
- Deprecate 'vega' color names in favor of 'tab'.

Bug Fixes

- Hatching color follows edge color again.
- Fixes a critical bug with masked images.
- Improved high-dpi support for Qt5.
- Log ticking no never skip minor ticks
- Do not skip points surrounded by nan/inf in vector outputs.

Supported versions of Python

- 2.7, 3.4, 3.5, 3.6
- Patches to improve compatibility with pypy

Many thanks to everyone who helped with this release!

Thanks to Mathew Brett and Christoph Gohlke for building the wheels.

Tom
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/matplotlib-devel/attachments/20170503/1689f1ee/attachment.html>

Folks,

Happy to announce the only slightly delayed release of 2.0.1, the first bug
fix release for 2.0.x series. Source and wheels are an pypi and conda
packages are available from the conda forge channel

   pip install --upgrade matplotlib

or

   conda install matplotlib -c conda-forge

This release includes bug fixes, documentation updates and one major change.

API

- Do not clip the linewidth used for dash pattern scaling. This is
   an API change, but is a major improvement.
- Deprecate 'vega' color names in favor of 'tab'.

Bug Fixes

- Hatching color follows edge color again.
- Fixes a critical bug with masked images.
- Improved high-dpi support for Qt5.
- Log ticking no never skip minor ticks
- Do not skip points surrounded by nan/inf in vector outputs.

Supported versions of Python

- 2.7, 3.4, 3.5, 3.6
- Patches to improve compatibility with pypy

Many thanks to everyone who helped with this release!

Thanks to Mathew Brett and Christoph Gohlke for building the wheels.

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

https://github.com/matplotlib/matplotlib/issues/8563

This has already been fixed on 2.0.x (
Fix AttributeError: 'QPixmap' object has no attribute 'setDevicePixelRatio' by cgohlke · Pull Request #8559 · matplotlib/matplotlib · GitHub).

A 2.0.2 release will be coming shortly, going to give it a few days to see
if there is anything else that should be fixed asap.

Sorry about this (I put the broken code in).

Tom

···

On Wed, May 3, 2017 at 10:09 AM Neal Becker <ndbecker2 at gmail.com> wrote:

mpl2.0.1 seems to have broken Qt4Agg · Issue #8563 · matplotlib/matplotlib · GitHub

_______________________________________________
Matplotlib-users mailing list
Matplotlib-users at python.org
Matplotlib-users Info Page

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/matplotlib-users/attachments/20170503/db86ba31/attachment.html&gt;

as I think has been noticed, the hatch colour in the legend is still broken.

···

On 03/05/17 04:59, Thomas Caswell wrote:

Folks,

Happy to announce the only slightly delayed release of 2.0.1, the first
bug fix release for 2.0.x series. Source and wheels are an pypi and
conda packages are available from the conda forge channel

    pip install --upgrade matplotlib

or

    conda install matplotlib -c conda-forge

This release includes bug fixes, documentation updates and one major change.

API

  - Do not clip the linewidth used for dash pattern scaling. This is
    an API change, but is a major improvement.
  - Deprecate 'vega' color names in favor of 'tab'.

Bug Fixes

  - Hatching color follows edge color again.
  - Fixes a critical bug with masked images.
  - Improved high-dpi support for Qt5.
  - Log ticking no never skip minor ticks
  - Do not skip points surrounded by nan/inf in vector outputs.

Supported versions of Python

  - 2.7, 3.4, 3.5, 3.6
  - Patches to improve compatibility with pypy

Many thanks to everyone who helped with this release!

Thanks to Mathew Brett and Christoph Gohlke for building the wheels.

Tom

_______________________________________________
Matplotlib-users mailing list
Matplotlib-users at python.org
Matplotlib-users Info Page

Congratulations!
That's awesome (though I now have to change the vega name everywhere :wink:

Will the changelog go on https://matplotlib.org/users/whats_new.html or
do you not do changelogs for bugfix releases?

Andy

···

on 05/02/2017 10:13 PM, Thomas Caswell wrote:

Folks,

Happy to announce the only slightly delayed release of 2.0.1, the
first bug fix release for 2.0.x series. Source and wheels are an pypi
and conda packages are available from the conda forge channel

   pip install --upgrade matplotlib

or

   conda install matplotlib -c conda-forge

This release includes bug fixes, documentation updates and one major
change.

API

- Do not clip the linewidth used for dash pattern scaling. This is
   an API change, but is a major improvement.
- Deprecate 'vega' color names in favor of 'tab'.

Bug Fixes

- Hatching color follows edge color again.
- Fixes a critical bug with masked images.
- Improved high-dpi support for Qt5.
- Log ticking no never skip minor ticks
- Do not skip points surrounded by nan/inf in vector outputs.

Supported versions of Python

- 2.7, 3.4, 3.5, 3.6
- Patches to improve compatibility with pypy

Many thanks to everyone who helped with this release!

Thanks to Mathew Brett and Christoph Gohlke for building the wheels.

Tom

_______________________________________________
Matplotlib-announce mailing list
Matplotlib-announce at python.org
Matplotlib-announce Info Page

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/matplotlib-announce/attachments/20170503/39727795/attachment.html&gt;