1
0

Accepting request 644950 from home:TheBlackCat:branches:devel:languages:python:numeric

- Update to version 3.0.1
  * Fix failure to import bug when on Python 3.6.7 and 3.7.1
  * Fixed a number of failure to import bugs around finding fonts
  * Fix Qt4 backend
  * Fix bug on OSX that recursively searched current directory for fonts
  * Fix bouncing-rocket on OSX when doing backend fallback and not
    selecting OSX
  * Temporarily restore several private APIs to unbreak cartopy
  * Make pyplot more tolerant of varying signatures in 3rd-party
    sub-classe
  * Improve datetime64 unit handling
  * Fixed several poor interactions with tight_layout

OBS-URL: https://build.opensuse.org/request/show/644950
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=7
This commit is contained in:
Todd R
2018-10-26 19:44:25 +00:00
committed by Git OBS Bridge
parent 368a527512
commit 9b9055bf94
4 changed files with 20 additions and 4 deletions

View File

@@ -1,3 +1,19 @@
-------------------------------------------------------------------
Fri Oct 26 19:34:07 UTC 2018 - Todd R <toddrme2178@gmail.com>
- Update to version 3.0.1
* Fix failure to import bug when on Python 3.6.7 and 3.7.1
* Fixed a number of failure to import bugs around finding fonts
* Fix Qt4 backend
* Fix bug on OSX that recursively searched current directory for fonts
* Fix bouncing-rocket on OSX when doing backend fallback and not
selecting OSX
* Temporarily restore several private APIs to unbreak cartopy
* Make pyplot more tolerant of varying signatures in 3rd-party
sub-classe
* Improve datetime64 unit handling
* Fixed several poor interactions with tight_layout
-------------------------------------------------------------------
Wed Sep 19 01:44:55 UTC 2018 - Todd R <toddrme2178@gmail.com>