Ryan May wrote: >Hi, > >As far as I can tell, the new Numpy 1.0.2 broke scipy.io.loadmat. > > Yes, it was the one place that scipy used the fact that field selection of a 0-d array returned a scalar. This has been changed in NumPy 1.0.2 to return a 0-d array.
The fix is in SciPy SVN. Just get the mio.py file from SVN and drop it in to your distribution and things should work fine. Or wait until a SciPy release is made. -Travis _______________________________________________ Numpy-discussion mailing list [email protected] http://projects.scipy.org/mailman/listinfo/numpy-discussion
