Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ran reindent.py to clean up whitespace | Jarrod Millman | 2007-10-29 | 1 | -2/+2 |
| | |||||
* | Fix mgrid inconsistency ticket #467 | Travis Oliphant | 2007-03-29 | 1 | -1/+2 |
| | |||||
* | Remove invalid part of r_ docstring. | Stefan van der Walt | 2007-03-16 | 1 | -2/+0 |
| | |||||
* | Fix doctests. | Stefan van der Walt | 2007-02-18 | 1 | -10/+15 |
| | |||||
* | Fix docstrings for loading with DocFileSuite. | Stefan van der Walt | 2007-02-18 | 1 | -0/+2 |
| | |||||
* | clean up unused imports and bad whitespace | Tim Leslie | 2007-01-09 | 1 | -3/+0 |
| | |||||
* | Whitespace cleanup. | Stefan van der Walt | 2007-01-08 | 1 | -2/+2 |
| | |||||
* | In ix_, do not modify shape of input array. | Stefan van der Walt | 2006-10-23 | 1 | -1/+1 |
| | |||||
* | Fix mgrid for count of 1 | Travis Oliphant | 2006-10-13 | 1 | -5/+7 |
| | |||||
* | Don't copy arrays inside ix_ | Travis Oliphant | 2006-09-28 | 1 | -1/+1 |
| | |||||
* | Don't deprecate c_. Use it as short-hand for a common case | Travis Oliphant | 2006-09-14 | 1 | -9/+7 |
| | |||||
* | Fix transpose implementation to work with higher dimensional arrays as well | Travis Oliphant | 2006-09-14 | 1 | -7/+14 |
| | |||||
* | Fix up r_ so you can specify the minimum number of dimensions to force ↵ | Travis Oliphant | 2006-09-14 | 1 | -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 Oliphant | 2006-09-14 | 1 | -9/+8 |
| | | | | Add deprecation warning for c_ | ||||
* | Fix ticket #216. Also fix uses of DATA_RENEW so that object arrays will ↵ | Travis Oliphant | 2006-07-31 | 1 | -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:'s | cookedm | 2006-07-10 | 1 | -1/+1 |
| | |||||
* | Add boolean indexing capability mixed with slice objects. | Travis Oliphant | 2006-06-21 | 1 | -0/+2 |
| | |||||
* | Apply patch #137 | Travis Oliphant | 2006-06-12 | 1 | -14/+15 |
| | |||||
* | Fix unravel_index docstring. | Stefan van der Walt | 2006-06-06 | 1 | -1/+1 |
| | |||||
* | Comment changes and change var and std to divide by N instead of N-1 | Travis Oliphant | 2006-06-01 | 1 | -2/+3 |
| | |||||
* | Rename fromflat to unravel_index. Add argwhere function. Change where ↵ | Travis Oliphant | 2006-05-17 | 1 | -6/+5 |
| | | | | docstring to reflect truth. | ||||
* | Fix crash for zero-size arrays. | Travis Oliphant | 2006-05-12 | 1 | -4/+49 |
| | |||||
* | trivial whitespace changes | Tim Leslie | 2006-03-23 | 1 | -5/+5 |
| | |||||
* | change use of deprecated NewAxis to newaxis | Tim Leslie | 2006-03-18 | 1 | -2/+2 |
| | |||||
* | remove unused imports | Tim Leslie | 2006-03-13 | 1 | -2/+1 |
| | |||||
* | Run reindent.py (script distributed with Python) over the source to remove ↵ | cookedm | 2006-03-10 | 1 | -7/+6 |
| | | | | extraneous whitespace | ||||
* | Make r_ and c_ instances of subclasses of concatenator, with appropiate ↵ | cookedm | 2006-02-24 | 1 | -18/+29 |
| | | | | docstrings. | ||||
* | Add ndindex iterator to complement ndenumerate iterator. | Travis Oliphant | 2006-01-27 | 1 | -1/+51 |
| | |||||
* | Simplify the ndenumerate class by exposing coords and index from flat ↵ | Travis Oliphant | 2006-01-26 | 1 | -19/+2 |
| | | | | iterator. Simple cosmetic changes to ffts. | ||||
* | Add docstrings to index_tricks functions (r_, c_, ndenumerate, index_exp) | cookedm | 2006-01-16 | 1 | -16/+42 |
| | |||||
* | Moved .dtypedescr to .dtype; .dtype->.dtype.type; .dtypestr ->.dtype.str; ↵ | Travis Oliphant | 2006-01-15 | 1 | -3/+3 |
| | | | | .dtypechar -> .dtype.char | ||||
* | Fixed up segfault and error in r_ | Travis Oliphant | 2006-01-10 | 1 | -0/+13 |
| | |||||
* | More numpy fixes... | Travis Oliphant | 2006-01-04 | 1 | -4/+3 |
| | |||||
* | Changed all references to scipy to numpy | Travis Oliphant | 2006-01-04 | 1 | -1/+1 |
| | |||||
* | Moving things.. | Travis Oliphant | 2006-01-04 | 1 | -0/+291 |