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:
parent
6e2acbbf14
commit
6d3d2856f1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6c208a3b1d2929aa039946d277fdb64af6a6d6c799d0e4cee5b1f52d661db1be
|
||||
size 1910286
|
3
numpy-1.5.1.tar.bz2
Normal file
3
numpy-1.5.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:001ebf9188aff8ec0f3d48baaa6c2b2276304a78f58cdafcf1db0bd4ece8e642
|
||||
size 1912127
|
@ -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
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package python-numpy (Version 1.5.0)
|
||||
# spec file for package python-numpy (Version 1.5.1)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -21,7 +21,7 @@ Name: python-numpy
|
||||
Summary: NumPy: array processing for numbers, strings, records and objects
|
||||
License: BSD
|
||||
Group: Development/Libraries/Python
|
||||
Version: 1.5.0
|
||||
Version: 1.5.1
|
||||
Release: 1
|
||||
Url: http://sourceforge.net/projects/numpy
|
||||
Provides: numpy = %version-%release
|
||||
|
Loading…
x
Reference in New Issue
Block a user