the "new" documentation http://stackoverflow.com/questions/1589706/iterating-over-arbitrary-dimension-of-numpy-array
second answer, 1st answer is what I usually use search term "[numpy] iterate over axis" Josef On Fri, Apr 26, 2013 at 9:37 AM, Jason Grout <[email protected]> wrote: > On 4/26/13 6:33 AM, Robert Kern wrote: >> In any case, whether you put the documentation in the rollaxis() >> docstring or in one of the indexing/iteration sections, or >> (preferably) both, I strongly encourage you to do that first and see >> how it goes before adding a new alias. > > +1 (for what it's worth) to being conservative with API changes as a > first resort. > > Jason > > _______________________________________________ > NumPy-Discussion mailing list > [email protected] > http://mail.scipy.org/mailman/listinfo/numpy-discussion _______________________________________________ NumPy-Discussion mailing list [email protected] http://mail.scipy.org/mailman/listinfo/numpy-discussion
