SHA256
1
0
forked from pool/python-numpy

Accepting request 386196 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/386196
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=49
This commit is contained in:
2016-04-11 07:12:48 +00:00
committed by Git OBS Bridge
parent 17dec2c552
commit e11fb1df02
7 changed files with 115 additions and 5 deletions

View File

@@ -1,3 +1,27 @@
-------------------------------------------------------------------
Mon Apr 4 16:15:27 UTC 2016 - toddrme2178@gmail.com
specfile:
* require setuptools
- update to version 1.11.0:
* Highlights
+ The datetime64 type is now timezone naive.
+ A dtype parameter has been added to randint.
+ Improved detection of two arrays possibly sharing memory.
+ Automatic bin size estimation for np.histogram.
+ Speed optimization of A @ A.T and dot(A, A.T).
+ New function np.moveaxis for reordering array axes.
* full changelog at https://github.com/numpy/numpy/blob/master/doc/release/1.11.0-notes.rst
-------------------------------------------------------------------
Wed Mar 30 14:18:43 UTC 2016 - stecue@gmail.com
- Add numpy-1.10.4-cblas.patch to build against system cblas.
Numpy assumes either libblas.so or libcblas.so to contain all CBLAS
and BLAS functions. However the cblas-devel in Leap and Tumbleweed
contains only the CBLAS interface and libblas.so is also needed.
-------------------------------------------------------------------
Fri Jan 8 09:37:38 UTC 2016 - toddrme2178@gmail.com
@@ -394,9 +418,11 @@ Wed Feb 4 17:10:04 CET 2009 - matejcik@suse.cz
- package taken directly from devel:languages:python repository,
original changelog follows:
-------------------------------------------------------------------
* Tue Dec 02 2008 - James Oakley <jfunk@funktronics.ca> - 1.2.1-1
- Update to 1.2.1
-------------------------------------------------------------------
* Mon Aug 11 2008 - James Oakley <jfunk@funktronics.ca> - 1.1.1-1
- Update to 1.1.1:
- Python 2.3.x fixes