1
0

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

update to latest version

OBS-URL: https://build.opensuse.org/request/show/893327
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=51
This commit is contained in:
2021-05-16 20:34:16 +00:00
committed by Git OBS Bridge
parent 5cad0a59db
commit cf1a0fc5d0
4 changed files with 27 additions and 4 deletions

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Fri May 14 01:34:50 UTC 2021 - Arun Persaud <arun@gmx.de>
- update to version 3.4.2:
* Generate wheels usable on older PyPy7.3.{0,1}
* Fix compatibility with Python 3.10
* Add subplot_mosaic Axes in the order the user gave them to us
* Correctly handle 'none' facecolors in do_3d_projection
* Ensure that Matplotlib is importable even if there's no HOME
* Fix CenteredNorm with halfrange
* Fix bar_label for bars with NaN values
* Fix clip paths when zoomed such that they are outside the figure
* Fix creation of RangeSlider with valinit
* Fix handling of "d" glyph in backend_ps, fixing EPS output
* Fix handling of datetime coordinates in pcolormesh with Pandas
* Fix processing of some errorbar arguments
* Fix removal of shared polar Axes
* Fix resetting grid visibility
* Fix subfigure indexing error and tight bbox
* Fix textbox cursor color
* Fix TkAgg event loop error on window close
* Ignore errors for sip with no setapi (Qt4Agg import errors)
-------------------------------------------------------------------
Fri May 7 11:10:08 UTC 2021 - Ben Greiner <code@bnavigator.de>