SHA256
1
0
forked from pool/python-numpy

Accepting request 686967 from home:mcepl:branches:devel:languages:python:numeric

- Update to 1.16.2:
  - Primarily focused on fixing on Windows-related bugs
  - regression fix correcting signed zeros produced by divmod

OBS-URL: https://build.opensuse.org/request/show/686967
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=19
This commit is contained in:
2019-03-20 14:10:04 +00:00
committed by Git OBS Bridge
parent d50624b717
commit 23b173f379
6 changed files with 18 additions and 8 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Mar 12 21:03:43 CET 2019 - Matej Cepl <mcepl@suse.com>
- Update to 1.16.2:
- Primarily focused on fixing on Windows-related bugs
- regression fix correcting signed zeros produced by divmod
-------------------------------------------------------------------
Fri Mar 1 21:42:38 CET 2019 - Matej Cepl <mcepl@suse.com>