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

This commit is contained in:
2025-04-08 14:45:57 +02:00
parent dd564bb124
commit 3e6f241dd7
4 changed files with 89 additions and 12 deletions

View File

@@ -1,3 +1,56 @@
-------------------------------------------------------------------
Thu Apr 3 15:16:55 UTC 2025 - Antonio Larrosa <alarrosa@suse.com>
- Disable two more tests in SLFO that use Qt bindings.
-------------------------------------------------------------------
Mon Mar 24 12:24:37 UTC 2025 - Antonio Larrosa <alarrosa@suse.com>
- We're removing all python Qt bindings from SLE16, so don't build
the qt backend nor test it there.
-------------------------------------------------------------------
Fri Mar 21 08:55:15 UTC 2025 - Markéta Machová <mmachova@suse.com>
- Update to 3.10.1
* 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
used for initialization
* Fix title position for polar plots
* Add version gate to GTK4 calls when necessary
* Raise warning if both c and facecolors are used in scatter plot
- Drop merged matplotlib-pr29631-install-test-ipynb.patch
- Skip test failing with texlive 2025
-------------------------------------------------------------------
Sun Feb 16 20:07:11 UTC 2025 - Ben Greiner <code@bnavigator.de>
- Fix testfiles
* Move extra files tagged for tests to testdata package
* Add matplotlib-pr29631-install-test-ipynb.patch
gh#matplotlib/matplotlib#29631
-------------------------------------------------------------------
Mon Feb 3 11:21:46 UTC 2025 - Markéta Machová <mmachova@suse.com>
- update to 3.10.0
* Preliminary support for free-threaded CPython 3.13
* New more-accessible color cycle
* Dark-mode diverging colormaps
* Exception handling control
* InsetIndicator artist
* FillBetweenPolyCollection
* Fill between 3D lines
* 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
* Subfigures no longer provisional
* Subfigures are now added in row-major order
* Improve compatibility with pytest 8.2.0
-------------------------------------------------------------------
Thu Oct 24 19:04:27 UTC 2024 - Dirk Müller <dmueller@suse.com>