1
0

Accepting request 1169124 from home:bnavigator:numpy

- Update to 3.8.4
  * Enable building against numpy 2.0; released wheels are built
    against numpy 2
  * Add a draw during show for macos backend
  * Fix color sequence data for Set2 and Set3
  * gtk: Ensure pending draws are done before GTK draw
  * Update "Created with" url in hand.svg
  * Avoid modifying user input to Axes.bar
  * fix quiver3d incorrect arrow colors

OBS-URL: https://build.opensuse.org/request/show/1169124
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-matplotlib?expand=0&rev=96
This commit is contained in:
2024-04-19 22:20:46 +00:00
committed by Git OBS Bridge
parent 04c9c600be
commit aa1cbd1964
4 changed files with 19 additions and 6 deletions

View File

@@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Apr 18 20:52:01 UTC 2024 - Ben Greiner <code@bnavigator.de>
- Update to 3.8.4
* Enable building against numpy 2.0; released wheels are built
against numpy 2
* Add a draw during show for macos backend
* Fix color sequence data for Set2 and Set3
* gtk: Ensure pending draws are done before GTK draw
* Update "Created with" url in hand.svg
* Avoid modifying user input to Axes.bar
* fix quiver3d incorrect arrow colors
-------------------------------------------------------------------
Sat Mar 23 12:09:06 UTC 2024 - Dirk Müller <dmueller@suse.com>