summaryrefslogtreecommitdiff
path: root/numpy/lib/index_tricks.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Rename fromflat to unravel_index. Add argwhere function. Change where ↵Travis Oliphant2006-05-171-6/+5
| | | | docstring to reflect truth.
* Fix crash for zero-size arrays.Travis Oliphant2006-05-121-4/+49
|
* trivial whitespace changesTim Leslie2006-03-231-5/+5
|
* change use of deprecated NewAxis to newaxisTim Leslie2006-03-181-2/+2
|
* remove unused importsTim Leslie2006-03-131-2/+1
|
* Run reindent.py (script distributed with Python) over the source to remove ↵cookedm2006-03-101-7/+6
| | | | extraneous whitespace
* Make r_ and c_ instances of subclasses of concatenator, with appropiate ↵cookedm2006-02-241-18/+29
| | | | docstrings.
* Add ndindex iterator to complement ndenumerate iterator.Travis Oliphant2006-01-271-1/+51
|
* Simplify the ndenumerate class by exposing coords and index from flat ↵Travis Oliphant2006-01-261-19/+2
| | | | iterator. Simple cosmetic changes to ffts.
* 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; ↵Travis Oliphant2006-01-151-3/+3
| | | | .dtypechar -> .dtype.char
* 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