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

- 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

OBS-URL: https://build.opensuse.org/request/show/1242793
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=106
This commit is contained in:
2025-02-05 15:58:28 +00:00
committed by Git OBS Bridge
parent a63143ec4b
commit 6e2cc37ecb
4 changed files with 24 additions and 5 deletions

View File

@@ -1,3 +1,22 @@
-------------------------------------------------------------------
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>