SHA256
1
0
forked from pool/python-numpy

Accepting request 60094 from devel:languages:python

Accepted submit request 60094 from user matejcik

OBS-URL: https://build.opensuse.org/request/show/60094
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=10
This commit is contained in:
2011-02-04 19:12:03 +00:00
committed by Git OBS Bridge
parent 6e2acbbf14
commit 6d3d2856f1
4 changed files with 23 additions and 5 deletions

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Mon Jan 23 15:07:08 UTC 2011 - toddrme2178@gmail.com
- update to 1.5.1
Numpy 1.5.1 is a bug-fix release with no new
features compared to 1.5.0.
Relevant bugs fixed:
* linalg: lstsq should always return real residual
* lib: fix negative indices in s_ and index_exp
* core: fix uint64 -> Python int cast
* core: richcompare should return Py_NotImplemented when undefined
* lib: close file handles after use in numpy.lib.npyio.*
* core: ensure PEP 3118 buffers can be released in exception handler
* core: fix clongdouble cast to Python complex()
* core: fix detection for ``isfinite`` routine
-------------------------------------------------------------------
Mon Sep 6 08:32:07 UTC 2010 - coolo@novell.com