SHA256
1
0
forked from pool/python-numpy

Accepting request 861568 from home:mcalabkova:branches:devel:languages:python:Factory

- Update to 1.19.5
  * Fix memory leak of buffer-info cache due to relaxed strides
  * Set deprecated fields to null in PyArray_InitArrFuncs
  * fix np.timedelta64('nat').__format__ throwing an exception
  * more bugfixes
- Rebase numpy-buildfix.patch

OBS-URL: https://build.opensuse.org/request/show/861568
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=80
This commit is contained in:
2021-01-08 12:31:29 +00:00
committed by Git OBS Bridge
parent 2647c1b9cc
commit d36528b0ab
5 changed files with 28 additions and 15 deletions

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Jan 8 09:51:04 UTC 2021 - Markéta Machová <mmachova@suse.com>
- Update to 1.19.5
* Fix memory leak of buffer-info cache due to relaxed strides
* Set deprecated fields to null in PyArray_InitArrFuncs
* fix np.timedelta64('nat').__format__ throwing an exception
* more bugfixes
- Rebase numpy-buildfix.patch
-------------------------------------------------------------------
Sat Nov 28 16:08:40 UTC 2020 - Benjamin Greiner <code@bnavigator.de>