SHA256
1
0
forked from pool/python-numpy

Accepting request 706141 from home:TheBlackCat:branches:devel:languages:python:numeric

- update to version 1.16.3
  * The NumPy 1.16.4 release fixes bugs reported against the 1.16.3 release, and
    also backports several enhancements from master that seem appropriate for a
    release series that is the last to support Python 2.7.
  + New deprecations
    * Writeable flag of C-API wrapped arrays
  + Compatibility notes
    * Potential changes to the random stream

OBS-URL: https://build.opensuse.org/request/show/706141
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:numeric/python-numpy?expand=0&rev=27
This commit is contained in:
Tomáš Chvátal
2019-05-30 07:46:38 +00:00
committed by Git OBS Bridge
parent 5e1238720c
commit c9bf903fb6
4 changed files with 17 additions and 5 deletions

View File

@@ -1,3 +1,15 @@
-------------------------------------------------------------------
Tue May 28 20:37:45 UTC 2019 - Todd R <toddrme2178@gmail.com>
- update to version 1.16.3
* The NumPy 1.16.4 release fixes bugs reported against the 1.16.3 release, and
also backports several enhancements from master that seem appropriate for a
release series that is the last to support Python 2.7.
+ New deprecations
* Writeable flag of C-API wrapped arrays
+ Compatibility notes
* Potential changes to the random stream
-------------------------------------------------------------------
Thu May 16 06:07:59 UTC 2019 - Adrian Schröter <adrian@suse.de>