1
0

Accepting request 651236 from home:apersaud:branches:devel:languages:python:numeric

update without running spec-cleaner, so hopefully everything should be OK

- update to version 3.0.2:
  * Un-breaks basemap which was broken by partially restoring private
    APIs for cartopy.
  * Fixes bug in warning code when used in an embedded context.
  * Fixes crash when using Tk and closing the first open window before
    showing it
  * Many documentation improvements.
  * Restore a corner case on ColorBar tick usage.
  * Change the default behavior of `matplotlib.use` to silently allow
    more 'safe' switching after auto-discovery, but before starting an
    event loop.
  * Improvements to bounding box calculations.
  * Provide the correct length for RcParams instances.

OBS-URL: https://build.opensuse.org/request/show/651236
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=9
This commit is contained in:
Tomáš Chvátal
2018-11-23 08:27:47 +00:00
committed by Git OBS Bridge
parent 9b9055bf94
commit 513d506e34
4 changed files with 26 additions and 9 deletions

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon Nov 12 05:54:05 UTC 2018 - Arun Persaud <arun@gmx.de>
- update to version 3.0.2:
* Un-breaks basemap which was broken by partially restoring private
APIs for cartopy.
* Fixes bug in warning code when used in an embedded context.
* Fixes crash when using Tk and closing the first open window before
showing it
* Many documentation improvements.
* Restore a corner case on ColorBar tick usage.
* Change the default behavior of `matplotlib.use` to silently allow
more 'safe' switching after auto-discovery, but before starting an
event loop.
* Improvements to bounding box calculations.
* Provide the correct length for RcParams instances.
-------------------------------------------------------------------
Fri Oct 26 19:34:07 UTC 2018 - Todd R <toddrme2178@gmail.com>