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[
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
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/
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
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
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-