A Sunday 14 September 2008, Jarrod Millman escrigué:
> Hello,
>
> The 1.2.0rc2 is now available:
> http://svn.scipy.org/svn/numpy/tags/1.2.0rc2
>
> The source tarball is here:
> https://cirl.berkeley.edu/numpy/numpy-1.2.0rc2.tar.gz
>
> Here is the universal Mac binary:
> https://cirl.berkeley.edu/numpy/numpy-1.2.0rc2-py2.5-macosx10.5.dmg
>
> Here are the Window's binaries:
> http://www.ar.media.kyoto-u.ac.jp/members/david/archives/numpy/numpy-
>1.2.0rc2-win32-superpack-python2.4.exe
> http://www.ar.media.kyoto-u.ac.jp/members/david/archives/numpy/numpy-
>1.2.0rc2-win32-superpack-python2.5.exe
>
> Here are the release notes:
> http://scipy.org/scipy/numpy/milestone/1.2.0
>
> Please test this release ASAP and let us know if there are any
> problems.  If there are no show stoppers, this will become the
> 1.2.0 release.

Seems that there is a small glitch here:

======================================================================
ERROR: Failure: ImportError (No module named scipy)
----------------------------------------------------------------------
Traceback (most recent call last):
  
File 
"/usr/local/lib64/python2.5/site-packages/nose-0.10.3-py2.5.egg/nose/loader.py",
 
line 364, in loadTestsFromName
    addr.filename, addr.module)
  
File 
"/usr/local/lib64/python2.5/site-packages/nose-0.10.3-py2.5.egg/nose/importer.py",
 
line 39, in importFromPath
    return self.importFromDir(dir_path, fqname)
  
File 
"/usr/local/lib64/python2.5/site-packages/nose-0.10.3-py2.5.egg/nose/importer.py",
 
line 84, in importFromDir
    mod = load_module(part_fqname, fh, filename, desc)
  File "/usr/local/lib64/python2.5/site-packages/numpy/doc/__init__.py", 
line 10, in <module>
    __import__(__name__ + '.' + f)
  File "/usr/local/lib64/python2.5/site-packages/numpy/doc/example.py", 
line 27, in <module>
    import scipy as sp
ImportError: No module named scipy

----------------------------------------------------------------------
Ran 1727 tests in 12.617s

FAILED (KNOWNFAIL=1, errors=1)
Running unit tests for numpy
NumPy version 1.2.0.dev5825
NumPy is installed in /usr/local/lib64/python2.5/site-packages/numpy
Python version 2.5.2 (r252:60911, Aug  1 2008, 00:37:21) [GCC 4.3.1 
20080507 (prerelease) [gcc-4_3-branch revision 135036]]
nose version 0.10.3

Using OpenSUSE GNU/Linux 11.0 64-bit and Python 2.5.

I've been unable to run the tests with Python 2.6b3 (nose seems that 
does not work yet against Python 2.6).  However, I've run the complete 
test suite of PyTables Pro (using Python 2.6 now) against NumPy 1.2 and 
everthing went fine:

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
PyTables version:  2.1b2.devpro
HDF5 version:      1.8.1
NumPy version:     1.2.0.dev5825
Zlib version:      1.2.3
LZO version:       2.02 (Oct 17 2005)
BZIP2 version:     1.0.5 (10-Dec-2007)
Python version:    2.6b3 (r26b3:65922, Sep  8 2008, 18:38:56)
[GCC 4.3.1 20080507 (prerelease) [gcc-4_3-branch revision 135036]]
Platform:          linux2-x86_64
Byte-ordering:     little
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Performing the complete test suite!
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Skipping Numeric test suite.
Skipping numarray test suite.
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
[clip]
...........................................
----------------------------------------------------------------------
Ran 52443 tests in 11592.913s

OK

Also, it seems that NumPy 1.2 is relatively free of leaks or such a huge 
test suite would have exploded violently.  Good job!

-- 
Francesc Alted
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to