1
0

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

update to latest version

OBS-URL: https://build.opensuse.org/request/show/1063912
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=73
This commit is contained in:
2023-02-10 22:03:18 +00:00
committed by Git OBS Bridge
parent 260f612dbb
commit 902d91fcc2
4 changed files with 29 additions and 14 deletions

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Wed Feb 8 18:31:43 UTC 2023 - Arun Persaud <arun@gmx.de>
- update to version 3.6.3:
* Fix Artist removal from axes_grid1 Axes classes
* Fix inset_locator in subfigures
* Fix scatter on masked arrays with units
* Fix colorbar ticks with log norm contours
* Fix deprecation warnings in GTK4 backend
* Fix using relative paths in HTMLWriter
* Improve failure message from rcParams string validation for tuple
inputs
* Improve performance of QtAgg backends
* No longer modify pil_kwargs argument to imsave and savefig
-------------------------------------------------------------------
Thu Dec 22 15:40:39 UTC 2022 - Ben Greiner <code@bnavigator.de>