[Numpy-discussion] Request for testing

Friedrich Romstedt friedrichromstedt at gmail.com
Mon Feb 22 15:42:56 EST 2010


I have several Pythons with several numpys on it:
(Ordered by version:)

1.

> python-2.4 isinf.py
True

Python 2.4.1 (#65, Mar 30 2005, 09:13:57) [MSC v.1310 32 bit (Intel)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import numpy
>>> numpy.__version__
'1.1.1'

2.

> python-2.5 isinf.py
True

Python 2.5.4 (r254:67916, Dec 23 2008, 15:10:54) [MSC v.1310 32 bit (Intel)] on
win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import numpy
>>> numpy.__version__
'1.4.0'

3.

> python-2.6 isinf.py
True

Python 2.6.3 (r263rc1:75186, Oct  2 2009, 20:40:30) [MSC v.1500 32 bit (Intel)]
on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> import numpy
>>> numpy.__version__
'1.3.0'

Friedrich



More information about the NumPy-Discussion mailing list