Re: [Numpy-discussion] Where is matrixmultiply?

2006-07-30 Thread Robert Kern
Martin Wiechert wrote: > Hi all, > > is it just me, or is matrixmultiply missing from numpy1.0b? > import numpy numpy.version.version > '1.0b1' numpy.matrixmultiply > Traceback (most recent call last): > File "", line 1, in ? > AttributeError: 'module' object has no attribute 'ma

[Numpy-discussion] Where is matrixmultiply?

2006-07-30 Thread Martin Wiechert
Hi all, is it just me, or is matrixmultiply missing from numpy1.0b? >>> import numpy >>> numpy.version.version '1.0b1' >>> numpy.matrixmultiply Traceback (most recent call last): File "", line 1, in ? AttributeError: 'module' object has no attribute 'matrixmultiply' Thanks Martin. ---

Re: [Numpy-discussion] [SciPy-user] concatenate, r_ ...

2006-07-30 Thread Bill Baxter
> By the way, you seem puzzled by the behaviour of column_stack. I think > it fits well with the docstring. What was unexpected to me was its behavior when handling inputs that are not 1-d. The docstring doesn't say what will happen in that case. But my expectation is that it should associate.

Re: [Numpy-discussion] Error in running numpy installation

2006-07-30 Thread Robert Kern
Frank Weng wrote: > Hi, > > I downloaded the numpy-1.0b1.win32-py2.4.exe > . > > After run this file, I tried to run the command, python setup.py > install, to intall the numpy. But I got the following error messag