Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | DOC: wiki merge, twodim_base and a few loose ones. | rgommers | 2010-07-31 | 1 | -9/+8 |
| | |||||
* | more docstring updates from pydoc website (thanks to everyone who contributed!) | Jarrod Millman | 2010-02-17 | 1 | -7/+7 |
| | |||||
* | fixed a whole bunch of doctests | Paul Ivanov | 2009-12-28 | 1 | -3/+3 |
| | |||||
* | All non core regressions tests moved to their respective modules. | David Cournapeau | 2009-09-16 | 1 | -257/+2 |
| | |||||
* | add support for __array_prepare__ | Darren Dale | 2009-08-23 | 1 | -1/+17 |
| | |||||
* | Merge from doc wiki | Pauli Virtanen | 2009-06-19 | 1 | -16/+15 |
| | |||||
* | Merge from the doc wiki | Pauli Virtanen | 2009-03-24 | 1 | -120/+166 |
| | |||||
* | Import documentation from doc wiki (part 2, work-in-progress docstrings, but ↵ | Pauli Virtanen | 2008-10-28 | 1 | -22/+50 |
| | | | | they are still an improvement) | ||||
* | Merge from documentation editor. | Stefan van der Walt | 2008-08-05 | 1 | -311/+689 |
| | |||||
* | Use the implicit "import numpy as np" made available to all doctests instead | Alan McIntyre | 2008-07-05 | 1 | -37/+33 |
| | | | | | of explicit imports or dependency on the local scope where the doctest is defined.. | ||||
* | Use the implicit "import numpy as np" made available to all doctests instead ↵ | Alan McIntyre | 2008-07-03 | 1 | -3/+2 |
| | | | | | | | of an explicit import. Remove ">>>" from bartlett plotting example since it currently requires matplotlib. | ||||
* | ran reindent.py to clean up whitespace | Jarrod Millman | 2007-10-29 | 1 | -1/+1 |
| | |||||
* | Tile empty arrays. | Stefan van der Walt | 2007-07-10 | 1 | -2/+2 |
| | |||||
* | Fix docstring typo for vstack() | edschofield | 2007-05-24 | 1 | -1/+1 |
| | |||||
* | Fix doctests. | Stefan van der Walt | 2007-02-18 | 1 | -11/+15 |
| | |||||
* | Fix docstrings for loading with DocFileSuite. | Stefan van der Walt | 2007-02-18 | 1 | -23/+24 |
| | |||||
* | clean up unused imports and bad whitespace | Tim Leslie | 2007-01-09 | 1 | -1/+1 |
| | |||||
* | Whitespace cleanup. | Stefan van der Walt | 2007-01-08 | 1 | -7/+6 |
| | |||||
* | fix for #407 and add unit test for it | Tim Leslie | 2007-01-08 | 1 | -2/+2 |
| | |||||
* | Apply #368 | Travis Oliphant | 2006-11-02 | 1 | -4/+4 |
| | |||||
* | Add roll function from ticket #293 | Travis Oliphant | 2006-10-13 | 1 | -1/+1 |
| | |||||
* | Fix segfault in .imag for real array scalars. Be specific about infix ↵ | Travis Oliphant | 2006-10-10 | 1 | -1/+1 |
| | | | | multiplication. | ||||
* | Fix kron for multiple-dimensions. kron is defined so tile(b, s) is the same ↵ | Travis Oliphant | 2006-10-09 | 1 | -7/+16 |
| | | | | as kron(ones(s,b.dtype), b) | ||||
* | Fix kron to be N-dimensional. | Travis Oliphant | 2006-10-07 | 1 | -10/+13 |
| | |||||
* | Fix typo in tile. | Stefan van der Walt | 2006-10-07 | 1 | -1/+1 |
| | |||||
* | Add tests for tile and fix error. | Travis Oliphant | 2006-10-07 | 1 | -2/+2 |
| | |||||
* | Add tile to numpy and move repmat to matlib.py | Travis Oliphant | 2006-10-07 | 1 | -19/+54 |
| | |||||
* | Fix for #291 | Travis Oliphant | 2006-09-23 | 1 | -1/+1 |
| | |||||
* | Switch order of .put arguments to match the function call. Eliminate ↵ | Travis Oliphant | 2006-09-22 | 1 | -3/+3 |
| | | | | .putmask as a method and make it only a function. | ||||
* | Fix column-stack to not transpose 2-d inputs. Fix iscomplex for strings. ↵ | Travis Oliphant | 2006-09-14 | 1 | -5/+13 |
| | | | | Add deprecation warning for c_ | ||||
* | Clean-up some un-needed default axes. Fix default axes of ma.sum and ma.product | Travis Oliphant | 2006-08-29 | 1 | -2/+2 |
| | |||||
* | Add axis arguments to various functions so as not to rely on the defaults. | Travis Oliphant | 2006-08-29 | 1 | -14/+4 |
| | |||||
* | Restore un-needed axis arguments | Travis Oliphant | 2006-08-29 | 1 | -1/+1 |
| | |||||
* | Add axis argument to usages of take | Travis Oliphant | 2006-08-29 | 1 | -1/+1 |
| | |||||
* | Preserve matrices. Fix #142 | Travis Oliphant | 2006-06-13 | 1 | -2/+2 |
| | |||||
* | Check-in name-space changes so that numpy.oldnumeric is the compatibility ↵ | Travis Oliphant | 2006-06-12 | 1 | -1/+1 |
| | | | | module and numpy does not contain all of the names. | ||||
* | Remove deprecated names from ma and tests. | Travis Oliphant | 2006-06-02 | 1 | -2/+2 |
| | |||||
* | Add row_stack as alias to vstack to complement column_stack. | Travis Oliphant | 2006-05-25 | 1 | -1/+3 |
| | |||||
* | Fix kron so that the return type reflects the type of its arguments. Also, ↵ | Tim Hochberg | 2006-04-20 | 1 | -3/+23 |
| | | | | raise an exception if the arguments are not rank-2 since the other cases were some combination of ambiguous or broken. | ||||
* | Fix Ticket #52 | Travis Oliphant | 2006-04-12 | 1 | -0/+1 |
| | |||||
* | Simplify interfaces. Fix UCHAR bug. | Travis Oliphant | 2006-03-24 | 1 | -2/+2 |
| | |||||
* | clean up some imports | Tim Leslie | 2006-03-16 | 1 | -1/+2 |
| | |||||
* | Run reindent.py (script distributed with Python) over the source to remove ↵ | cookedm | 2006-03-10 | 1 | -16/+16 |
| | | | | extraneous whitespace | ||||
* | Added kron and repmat | Travis Oliphant | 2006-02-24 | 1 | -2/+35 |
| | |||||
* | Add ndmin to array constructors. | Travis Oliphant | 2006-01-24 | 1 | -12/+2 |
| | |||||
* | Moved .dtypedescr to .dtype; .dtype->.dtype.type; .dtypestr ->.dtype.str; ↵ | Travis Oliphant | 2006-01-15 | 1 | -2/+2 |
| | | | | .dtypechar -> .dtype.char | ||||
* | More documentation updates | edschofield | 2006-01-05 | 1 | -2/+2 |
| | |||||
* | Final commit before merge to trunk. | Travis Oliphant | 2006-01-04 | 1 | -2/+0 |
| | |||||
* | Fixed lib | Travis Oliphant | 2006-01-04 | 1 | -3/+3 |
| | |||||
* | Changed all references to scipy to numpy | Travis Oliphant | 2006-01-04 | 1 | -15/+15 |
| |