1
0

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

- update to version 3.2.2:
  * Unit converters recognize subclasses
  * imsave accepts metadata and PIL options
  * cbook.normalize_kwargs
  * FontProperties accepts os.PathLike
  * Gouraud-shading alpha channel in PDF backend
  * Kerning adjustments now use correct values
  * bar3d lightsource shading
  * Shifting errorbars
  * Improvements in Logit scale ticker and formatter
  * rcParams for axes title location and color
  * 3-digit and 4-digit hex colors

OBS-URL: https://build.opensuse.org/request/show/816745
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=31
This commit is contained in:
Todd R
2020-06-24 02:42:20 +00:00
committed by Git OBS Bridge
parent c0be7dabfd
commit 82960d35ad
4 changed files with 21 additions and 4 deletions

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Wed Jun 24 02:32:47 UTC 2020 - Todd R <toddrme2178@gmail.com>
- update to version 3.2.2:
* Unit converters recognize subclasses
* imsave accepts metadata and PIL options
* cbook.normalize_kwargs
* FontProperties accepts os.PathLike
* Gouraud-shading alpha channel in PDF backend
* Kerning adjustments now use correct values
* bar3d lightsource shading
* Shifting errorbars
* Improvements in Logit scale ticker and formatter
* rcParams for axes title location and color
* 3-digit and 4-digit hex colors
-------------------------------------------------------------------
Thu Jun 4 12:59:00 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>