Re: [Numpy-discussion] NumPy 1.0.3 released

2007-05-24 Thread Jarrod Millman
On 5/24/07, Michael Williams <[EMAIL PROTECTED]> wrote: > In [3]: import scipy > /Users/mike/Library/Python/2.5/site-packages/scipy/misc/__init__.py:25: > DeprecationWarning: ScipyTest is now called NumpyTest; please update your code > test = ScipyTest().test > > In [4]: scipy.__version__ > Out[

Re: [Numpy-discussion] NumPy 1.0.3 released

2007-05-24 Thread Michael Williams
On Wed, May 23, 2007 at 05:31:50PM -0600, Travis Oliphant wrote: > I'm pleased to announce the release of NumPy 1.0.3 numpy 1.0.3 is causing a warning on scipy 0.5.2: In [1]: import numpy In [2]: numpy.__version__ Out[2]: '1.0.3' In [3]: import scipy /Users/mike/Library/Python/2.5/site-packages

Re: [Numpy-discussion] NumPy 1.0.3 released

2007-05-23 Thread Travis Oliphant
dmitrey wrote: > When I try to install numpy from sourses, either 1.0.2 or 1.0.3, I > always get > the debugged program raised the exception unhandled > ".../site-packages/numpy/core/multiarray.so: > undefined symbol: PyUnicodeUCS2_FromUnicode" > File: /usr/local/lib/python2.5/site-packages/numpy/

Re: [Numpy-discussion] NumPy 1.0.3 released

2007-05-23 Thread dmitrey
When I try to install numpy from sourses, either 1.0.2 or 1.0.3, I always get the debugged program raised the exception unhandled ".../site-packages/numpy/core/multiarray.so: undefined symbol: PyUnicodeUCS2_FromUnicode" File: /usr/local/lib/python2.5/site-packages/numpy/core/__init__.py. Line: 5

Re: [Numpy-discussion] NumPy 1.0.3 released

2007-05-23 Thread Albert Strasheim
On Wed, 23 May 2007, Travis Oliphant wrote: > I'm pleased to announce the release of NumPy 1.0.3 > > Hopefully, this release will work better with multiple interpreters as > well as having some significant bugs fixed. Great stuff. Could you (or someone) please take care of the last 4 active ti

[Numpy-discussion] NumPy 1.0.3 released

2007-05-23 Thread Travis Oliphant
I'm pleased to announce the release of NumPy 1.0.3 Hopefully, this release will work better with multiple interpreters as well as having some significant bugs fixed. Other changes include * x/y follows Python standard on mixed-sign division * iinfo added to provide information on integer data-