Accepting request 1255001 from home:mcalabkova:branches:devel:languages:python:numeric

- 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

OBS-URL: https://build.opensuse.org/request/show/1255001
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=110
This commit is contained in:
2025-03-21 13:10:14 +00:00
committed by Git OBS Bridge
parent 1e5d739c62
commit 36878ca7e8
5 changed files with 19 additions and 22 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
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
-------------------------------------------------------------------
Sun Feb 16 20:07:11 UTC 2025 - Ben Greiner <code@bnavigator.de>