summaryrefslogtreecommitdiff
path: root/numpy/lib/index_tricks.py
Commit message (Expand)AuthorAgeFilesLines
...
* Run reindent.py (script distributed with Python) over the source to remove ex...cookedm2006-03-101-7/+6
* Make r_ and c_ instances of subclasses of concatenator, with appropiate docst...cookedm2006-02-241-18/+29
* Add ndindex iterator to complement ndenumerate iterator.Travis Oliphant2006-01-271-1/+51
* Simplify the ndenumerate class by exposing coords and index from flat iterato...Travis Oliphant2006-01-261-19/+2
* Add docstrings to index_tricks functions (r_, c_, ndenumerate, index_exp)cookedm2006-01-161-16/+42
* Moved .dtypedescr to .dtype; .dtype->.dtype.type; .dtypestr ->.dtype.str; .dt...Travis Oliphant2006-01-151-3/+3
* Fixed up segfault and error in r_Travis Oliphant2006-01-101-0/+13
* More numpy fixes...Travis Oliphant2006-01-041-4/+3
* Changed all references to scipy to numpyTravis Oliphant2006-01-041-1/+1
* Moving things..Travis Oliphant2006-01-041-0/+291