1
0

Accepting request 566559 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/566559
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-matplotlib?expand=0&rev=57
This commit is contained in:
2018-01-19 10:53:19 +00:00
committed by Git OBS Bridge
parent d1a04dc29b
commit ab88c4bccb
4 changed files with 35 additions and 6 deletions

View File

@ -1,3 +1,32 @@
-------------------------------------------------------------------
Wed Jan 17 07:16:06 UTC 2018 - thod_@gmx.de
- dependency changed to python-six >= 1.10
(see "site-packages/matplotlib/__init__.py", line 187)
-------------------------------------------------------------------
Sat Dec 16 23:02:44 UTC 2017 - arun@gmx.de
- update to version 2.1.1:
* The first and only planned bug-fix release for the 2.1 series.
* This release include many bug and documentation fixes. Highlights
are:
+ change default logscale behavior to clip
+ fixed webagg import errors
+ tweaks to polar ticks
+ fixed exception when guessing afm family names
+ update manifest to include all doc files
+ improve masked array handling in pcolormesh
+ fix segfault from reading invalid png
+ fix blocking_input
+ fix bug resulting in huge multi-page pdf files
+ make `show` in nbagg take args as other backends do
+ several fixes to OSX backend
+ restore positional arg handling on Figure.legend
+ fix bugs in interactive navigation
+ fix issues when panning with invalid limits
+ fix bug with fully masked arrays passed to imshow
-------------------------------------------------------------------
Thu Oct 26 17:37:41 UTC 2017 - toddrme2178@gmail.com