1
0

Accepting request 516044 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/516044
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=54
This commit is contained in:
2017-08-13 12:58:58 +00:00
committed by Git OBS Bridge
parent 946bb729f5
commit 287ecc9cb6
5 changed files with 98 additions and 42 deletions

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Thu Aug 10 16:01:33 UTC 2017 - toddrme2178@gmail.com
- Update to version 2.0.2
Critical bug fixes for 2.0.1
* fixed Qt4 support
* fixed LogFormatter
* fixed hatched artists in legends
* fixed segfault with large images
- Update to version 2.0.1
Bug fix release for 2.0.x series
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.
- Disable backends on releases that don't support them.
-------------------------------------------------------------------
Thu Jul 13 20:06:48 UTC 2017 - stefan.bruens@rwth-aachen.de