Bill Baxter <wbaxter <at> gmail.com> writes:

> 
> Yep, check the release notes:
> http://www.scipy.org/ReleaseNotes/NumPy_1.0
> search for 'take' on that page to find out what others have changed as well.
> --bb

Ok. Does axis=None then mean, that take(a, ind) operates on the flattened array?
This it at least what it seem to be. I noticed that the ufunc behaves
differently. a.take(ind) and a.take(ind, axis=0) behave the same, so the default
argument to axis is 0 rather than None.

Christian






-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/numpy-discussion

Reply via email to