Travis Oliphant schrieb:

> 
> Because of this.  I've removed the global_namespace functions (fft, 
> ifft, rand, and randn) from numpy.  They are *no longer* in the 
> top-level name-space.   If you want them, setup a startup-file 
> appropriately.
> 

Ok I'm glad that's settled; however, do I understand correctly (after
looking at the new numpy.matlib for the first time), that
numpy.matlib.rand() still doesn't accept tuples, and that the
tuple-accepting "full" version is not exposed in numpy.matlib?

If so, it would be perfect if numpy.matlib could be augmented by a
matrix analogue pointing to numpy.random.random() or whatever its full
name is. Then the situation for matrix users is actually quite nice,
just have to import everything from numpy.matlib.

Thanks,
Sven



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/numpy-discussion

Reply via email to