summaryrefslogtreecommitdiff
path: root/numpy/lib/index_tricks.py
Commit message (Collapse)AuthorAgeFilesLines
* ran reindent.py to clean up whitespaceJarrod Millman2007-10-291-2/+2
|
* Fix mgrid inconsistency ticket #467Travis Oliphant2007-03-291-1/+2
|
* Remove invalid part of r_ docstring.Stefan van der Walt2007-03-161-2/+0
|
* Fix doctests.Stefan van der Walt2007-02-181-10/+15
|
* Fix docstrings for loading with DocFileSuite.Stefan van der Walt2007-02-181-0/+2
|
* clean up unused imports and bad whitespaceTim Leslie2007-01-091-3/+0
|
* Whitespace cleanup.Stefan van der Walt2007-01-081-2/+2
|
* In ix_, do not modify shape of input array.Stefan van der Walt2006-10-231-1/+1
|
* Fix mgrid for count of 1Travis Oliphant2006-10-131-5/+7
|
* Don't copy arrays inside ix_Travis Oliphant2006-09-281-1/+1
|
* Don't deprecate c_. Use it as short-hand for a common caseTravis Oliphant2006-09-141-9/+7
|
* Fix transpose implementation to work with higher dimensional arrays as wellTravis Oliphant2006-09-141-7/+14
|
* Fix up r_ so you can specify the minimum number of dimensions to force ↵Travis Oliphant2006-09-141-7/+34
| | | | arrays to and allow alteration of the concatenation axis and whether or not to transpose 1d arrays
* Fix column-stack to not transpose 2-d inputs. Fix iscomplex for strings. ↵Travis Oliphant2006-09-141-9/+8
| | | | Add deprecation warning for c_
* Fix ticket #216. Also fix uses of DATA_RENEW so that object arrays will ↵Travis Oliphant2006-07-311-0/+2
| | | | raise an error instead of possibly memory-leak when reference counts aren't freed. Fix uses of longlong to Py_ssize_t and apppropriate FORMAT string.
* replace some bare except:'scookedm2006-07-101-1/+1
|
* Add boolean indexing capability mixed with slice objects.Travis Oliphant2006-06-211-0/+2
|
* Apply patch #137Travis Oliphant2006-06-121-14/+15
|
* Fix unravel_index docstring.Stefan van der Walt2006-06-061-1/+1
|
* Comment changes and change var and std to divide by N instead of N-1 Travis Oliphant2006-06-011-2/+3
|
* 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