Sync from SUSE:SLFO:Main python-matplotlib revision 2f13b359a664614746c839922c23f032

This commit is contained in:
2025-06-27 15:44:23 +02:00
parent 3e6f241dd7
commit 898f207e02
4 changed files with 59 additions and 27 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Mon Jun 9 15:35:10 UTC 2025 - Ben Greiner <code@bnavigator.de>
- Update to 3.10.3
* Two Bugfix releases. No notable changes beyond the GitHub
statistics of merged PRs.
(https://matplotlib.org/stable/users/github_stats.html#github-stats)
- Remove wxPython backend from Ring1
- Clarify Qt Support
-------------------------------------------------------------------
Mon Jun 2 07:48:07 UTC 2025 - Dirk Müller <dmueller@suse.com>
- switch to generate Qt6 bindings as Qt5 is going EOL
-------------------------------------------------------------------
Thu Apr 3 15:16:55 UTC 2025 - Antonio Larrosa <alarrosa@suse.com>
@@ -16,7 +31,7 @@ Fri Mar 21 08:55:15 UTC 2025 - Markéta Machová <mmachova@suse.com>
* Respect array alpha with interpolation_stage='rgba'
* Remove md5 usage to prevent issues on FIPS enabled systems
* Fix pyplot.matshow figure handling
* Fix modifying Axes' position also alters the original Bbox object
* Fix modifying Axes' position also alters the original Bbox object
used for initialization
* Fix title position for polar plots
* Add version gate to GTK4 calls when necessary
@@ -43,7 +58,7 @@ Mon Feb 3 11:21:46 UTC 2025 - Markéta Machová <mmachova@suse.com>
* InsetIndicator artist
* FillBetweenPolyCollection
* Fill between 3D lines
* Data in 3D plots can now be dynamically clipped to the axes
* Data in 3D plots can now be dynamically clipped to the axes
view limits
* Rotating 3d plots with the mouse
* Increased Figure limits with Agg renderer