On 07/01/2011 04:46 PM, Ralf Gommers wrote:
Hi,
I am pleased to announce the availability (only a little later than
planned) of the second release candidate of NumPy 1.6.1. This is a
bugfix release, list of fixed bugs:
#1834 einsum fails for specific shapes
#1837 einsum throws nan or freezes python for specific array shapes
#1838 object <-> structured type arrays regression
#1851 regression for SWIG based code in 1.6.0
#1863 Buggy results when operating on array copied with astype()
#1870 Fix corner case of object array assignment
#1843 Py3k: fix error with recarray
#1885 nditer: Error in detecting double reduction loop
#1874 f2py: fix --include_paths bug
#1749 Fix ctypes.load_library()
If no new problems are reported, the final release will be in one
week. Sources and binaries can be found at
https://sourceforge.net/projects/numpy/files/NumPy/1.6.1rc2/
Enjoy,
Ralf
_______________________________________________
NumPy-Discussion mailing list
[email protected]
http://mail.scipy.org/mailman/listinfo/numpy-discussion
I finally got around to testing these:
I have no errors for my Windows 7 32-bit installs of Python 2.6, 2.7,
3.1 and 3.2
I have no errors for my Linux Fedora 14 64-bit system with Python2.4,
Python2.5, Python2.6, Python2.7 and Python3.1
With Linux Fedora 14 64-bit system with Python3.2 provides two warnings
that are due to the test but not numpy (ticket 1385
http://projects.scipy.org/scipy/ticket/1385):
test_mmap (test_io.TestSaveLoad) ...
/usr/local/lib/python3.2/site-packages/numpy/lib/format.py:575:
ResourceWarning: unclosed file <_io.BufferedReader name='/tmp/tmpk9cum0'>
mode=mode, offset=offset)
ok
test_lapack (test_build.TestF77Mismatch) ...
/usr/local/lib/python3.2/subprocess.py:460: ResourceWarning: unclosed
file <_io.BufferedReader name=3>
return Popen(*popenargs, **kwargs).wait()
/usr/local/lib/python3.2/subprocess.py:460: ResourceWarning: unclosed
file <_io.BufferedReader name=8>
return Popen(*popenargs, **kwargs).wait()
ok
With the special debug version of Python2.7, I still get the unicode
related error of ticket 1578
http://projects.scipy.org/numpy/ticket/1578
Bruce
_______________________________________________
NumPy-Discussion mailing list
[email protected]
http://mail.scipy.org/mailman/listinfo/numpy-discussion