Sync from SUSE:SLFO:Main python-matplotlib revision 7629cc37e31c3bb7897e5c045e72cd63

This commit is contained in:
2024-12-18 16:17:34 +01:00
parent 7ed582da26
commit dd564bb124
4 changed files with 29 additions and 4 deletions

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Thu Oct 24 19:04:27 UTC 2024 - Dirk Müller <dmueller@suse.com>
- update to 3.9.2:
* Be more resilient to I/O failures when writing font cache
* Fix nondeterministic behavior with subplot spacing and
constrained layout
* Fix sticky edge tolerance relative to data range
* Improve formatting of image values in cases of singular norms
* Re-add matplotlib.cm.get_cmap; note this function will still
be removed at a later date
* Allow duplicate backend entry points
* Fix Axes autoscaling of thin bars at large locations
* Fix Axes autoscaling with axhspan / axvspan
* Fix Axes3D autoscaling of Line3DCollection / Poly3DCollection
* Fix Axes3D mouse interactivity with non-default roll angle
* Fix box aspect ratios in Axes3D with alternate vertical axis
* Fix case handling of backends specified as module://...
* Fix crash with TkAgg on Windows with tk.window_focus: True
* Fix interactive update of SubFigures
* Fix interactivity when using the IPython console
* Fix pickling of AxesWidgets and SubFigures
* Fix scaling on GTK3Cairo / GTK4Cairo backends
* Fix text wrapping within SubFigures
-------------------------------------------------------------------
Wed Oct 23 08:30:59 UTC 2024 - Daniel Garcia <daniel.garcia@suse.com>