Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Improve ndindex execution speed. | Stefan van der Walt | 2012-09-02 | 1 | -41/+8 | |
| | ||||||
* | add the warp parameter to fill_diagonal for people that could want the old ↵ | Frederic | 2012-06-11 | 1 | -4/+33 | |
| | | | | behavior. | |||||
* | fix the wrapping problem of fill_diagonal with tall matrix. | Frederic | 2012-06-11 | 1 | -1/+4 | |
| | ||||||
* | STY: Fix up some two line old-style exceptions. | Charles Harris | 2011-04-05 | 1 | -2/+2 | |
| | ||||||
* | STY: Update exception style, easy ones. | Charles Harris | 2011-04-05 | 1 | -3/+3 | |
| | ||||||
* | API: Rename 'coords' to 'multi-index' in ravel_coords and iterator API | Mark Wiebe | 2011-03-14 | 1 | -2/+2 | |
| | ||||||
* | BUG: Fix python3k import problem. | Charles Harris | 2011-02-11 | 1 | -1/+1 | |
| | ||||||
* | ENH: index_tricks: Implement unravel_index and ravel_coords functions in C | Mark Wiebe | 2011-02-10 | 1 | -63/+3 | |
| | ||||||
* | BUG: lib: clean up ancient-Python era stuff from IndexExpression (#1196) | Pauli Virtanen | 2010-10-11 | 1 | -10/+1 | |
| | ||||||
* | 3K: BUG: fix unravel_index integer division | Pauli Virtanen | 2010-02-21 | 1 | -1/+1 | |
| | ||||||
* | fixed a whole bunch of doctests | Paul Ivanov | 2009-12-28 | 1 | -4/+5 | |
| | ||||||
* | Docstring update: lib | Pauli Virtanen | 2009-10-02 | 1 | -55/+121 | |
| | ||||||
* | Rename matrx to matrixlib. | David Cournapeau | 2009-09-18 | 1 | -1/+1 | |
| | | | | | I forgot to commit the name change suggested by Stefan. You need to clean build/install directory when updating to this version. | |||||
* | Move matrix class into its own module. | David Cournapeau | 2009-09-16 | 1 | -1/+1 | |
| | ||||||
* | Improvement to fill_diagonal suggested by Anand Patil. | Stefan van der Walt | 2009-07-08 | 1 | -1/+1 | |
| | ||||||
* | Fix versioning and inclusion to ref. guide in docs for #1132 | Pauli Virtanen | 2009-07-04 | 1 | -8/+21 | |
| | ||||||
* | Fix diag_indices_from and add test. | Stefan van der Walt | 2009-07-04 | 1 | -10/+11 | |
| | ||||||
* | Add indexing functions by Fernando Perez. | Stefan van der Walt | 2009-07-04 | 1 | -2/+155 | |
| | ||||||
* | Merge from doc wiki | Pauli Virtanen | 2009-06-19 | 1 | -27/+191 | |
| | ||||||
* | Merge from the doc wiki | Pauli Virtanen | 2009-03-24 | 1 | -6/+14 | |
| | ||||||
* | More add_newdocs entries, and make add_newdoc capable of adding docs also to ↵ | Pauli Virtanen | 2009-02-14 | 1 | -0/+2 | |
| | | | | normal Python objects. | |||||
* | Import documentation from doc wiki (part 2, work-in-progress docstrings, but ↵ | Pauli Virtanen | 2008-10-28 | 1 | -10/+9 | |
| | | | | they are still an improvement) | |||||
* | Removed unused imports. | Alan McIntyre | 2008-09-18 | 1 | -1/+1 | |
| | ||||||
* | Merge from documentation editor. | Stefan van der Walt | 2008-08-05 | 1 | -11/+42 | |
| | ||||||
* | Fix doctests to run properly under new execution context. | Alan McIntyre | 2008-07-13 | 1 | -4/+4 | |
| | ||||||
* | Make doctests pass under new execution context. | Alan McIntyre | 2008-07-09 | 1 | -6/+6 | |
| | ||||||
* | Merge documentation changes from wiki. | Stefan van der Walt | 2008-05-19 | 1 | -41/+41 | |
| | ||||||
* | ran reindent in preparation for the 1.1 release | Jarrod Millman | 2008-04-20 | 1 | -1/+1 | |
| | ||||||
* | Fixed #728 scalar coercion problem with mixed types and r_ | Travis Oliphant | 2008-04-11 | 1 | -9/+13 | |
| | ||||||
* | Convert some internal classes in index_tricks.py to CamelCase | cookedm | 2007-12-26 | 1 | -16/+18 | |
| | ||||||
* | 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 | |
| |