SHA256
1
0
forked from pool/python-numpy

Accepting request 1030219 from home:bnavigator:branches:devel:languages:python:numeric

- Update to 1.23.4
  * NumPy 1.23.4 is a maintenance release that fixes bugs
    discovered after the 1.23.3 release and keeps the build
    infrastructure current. The main improvements are fixes for
    some annotation corner cases, a fix for a long time
    nested_iters memory leak, and a fix of complex vector dot for
    very large arrays. The Python versions supported for this
    release are 3.8-3.11.

OBS-URL: https://build.opensuse.org/request/show/1030219
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=109
This commit is contained in:
2022-10-20 18:06:15 +00:00
committed by Git OBS Bridge
parent d95e460342
commit 812da66f8e
4 changed files with 17 additions and 10 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Thu Oct 20 13:48:08 UTC 2022 - Ben Greiner <code@bnavigator.de>
- Update to 1.23.4
* NumPy 1.23.4 is a maintenance release that fixes bugs
discovered after the 1.23.3 release and keeps the build
infrastructure current. The main improvements are fixes for
some annotation corner cases, a fix for a long time
nested_iters memory leak, and a fix of complex vector dot for
very large arrays. The Python versions supported for this
release are 3.8-3.11.
-------------------------------------------------------------------
Tue Oct 11 08:27:00 UTC 2022 - Ben Greiner <code@bnavigator.de>