| Commit message (Expand) | Author | Age | Files | Lines |
* | DOC: correct signature and description of ndarray.getfield. | Ralf Gommers | 2011-03-29 | 1 | -35/+20 |
* | DOC: Slight improvements to the Python nditer exposure | Mark Wiebe | 2011-03-17 | 1 | -19/+66 |
* | API: Rename 'niter' to 'nop' in the nditer | Mark Wiebe | 2011-03-17 | 1 | -1/+1 |
* | DOC: Fill in more of the nditer docs | Mark Wiebe | 2011-03-16 | 1 | -29/+100 |
* | DOC: document nditer and its methods. Some blanks left to fill in. | Ralf Gommers | 2011-03-16 | 1 | -0/+188 |
* | ENH: Add 'subok' parameter to PyArray_NewLikeArray, np.empty_like, np.zeros_l... | Mark Wiebe | 2011-03-15 | 1 | -1/+5 |
* | API: Rename 'coords' to 'multi-index' in ravel_coords and iterator API | Mark Wiebe | 2011-03-14 | 1 | -13/+13 |
* | DOC: Add info about iterator, new functions, and C API additions to release n... | Mark Wiebe | 2011-03-13 | 1 | -2/+2 |
* | DOC: Revert part of previous commit, moving umath docs did not work. | rgommers | 2011-03-07 | 1 | -0/+247 |
* | DOC: add a few more wiki edits, and move umath docs to correct place. | rgommers | 2011-03-07 | 1 | -247/+0 |
* | DOC: merge wiki edit for einsum docstring. | rgommers | 2011-03-03 | 1 | -46/+47 |
* | DOC: commit some more fixes from the doc wiki. | rgommers | 2011-03-03 | 1 | -1/+44 |
* | DOC: merge wiki edits for numpy.core. | rgommers | 2011-03-02 | 1 | -39/+71 |
* | DOC: merge more doc wiki edits. | rgommers | 2011-03-02 | 1 | -2/+12 |
* | ENH: core: Allow user to pass in output array for dot() | Luis Pedro Coelho | 2011-02-12 | 1 | -1/+9 |
* | STY: index_tricks: Improve comments and documentation strings | Mark Wiebe | 2011-02-10 | 1 | -12/+16 |
* | ENH: index_tricks: Implement unravel_index and ravel_coords functions in C | Mark Wiebe | 2011-02-10 | 1 | -0/+94 |
* | DOC: Note version minlength was added to bincount. | Charles Harris | 2011-02-04 | 1 | -0/+1 |
* | ENH: einsum: Add alternative einsum parameter method | Mark Wiebe | 2011-02-01 | 1 | -0/+30 |
* | ENH: einsum: Disable broadcasting by default, allow spaces in subscripts string | Mark Wiebe | 2011-02-01 | 1 | -9/+12 |
* | Merge branch 'new_iterator' - new iterator, ufunc update, restore 1.5 ABI | Mark Wiebe | 2011-01-28 | 1 | -3/+444 |
|\ |
|
| * | ENH: core: Add dtype= and order= parameters to zeros_like, ones_like, and emp... | Mark Wiebe | 2011-01-28 | 1 | -0/+52 |
| * | WRN: iter: Fix half-float warnings, other small tweaks | Mark Wiebe | 2011-01-27 | 1 | -3/+3 |
| * | ENH: ufunc: Add new iterator version of generalized ufuncs | Mark Wiebe | 2011-01-27 | 1 | -1/+1 |
| * | ENH: core: Make NumPy trunk ABI-compatible with 1.5 | Mark Wiebe | 2011-01-27 | 1 | -1/+12 |
| * | DOC: core: Document the new einsum function | Mark Wiebe | 2011-01-24 | 1 | -0/+145 |
| * | ENH: iter: Switch the iterator to use PyArray_ResultType | Mark Wiebe | 2011-01-18 | 1 | -2/+2 |
| * | ENH: core: Add functions PyArray_CanCastArrayTo and PyArray_ResultType | Mark Wiebe | 2011-01-18 | 1 | -3/+99 |
| * | ENH: core: Add PyArray_MinScalarType and expose it to Python | Mark Wiebe | 2011-01-18 | 1 | -0/+37 |
| * | ENH: core: Start converting ufunc to new iterator, add PyArray_PromoteTypes | Mark Wiebe | 2011-01-18 | 1 | -0/+40 |
| * | ENH: core: Change PyArray_CopyAnyInto and PyArray_MoveAnyInto to use the new ... | Mark Wiebe | 2011-01-17 | 1 | -0/+31 |
| * | ENH: core: Switch nonzero to use the iterator as an example, add count_nonzer... | Mark Wiebe | 2011-01-16 | 1 | -0/+29 |
* | | ENH: Add minlength keyword to bincount. Patch from ticket #1595. | David Warde-Farley | 2011-01-10 | 1 | -3/+8 |
|/ |
|
* | DOC: Made problems with arange floating-point steps more clearly spelled out. | Mark Wiebe | 2010-11-20 | 1 | -1/+6 |
* | BUG: core: Enabled keyword argument for 'order' parameter where it was missin... | Mark Wiebe | 2010-10-27 | 1 | -2/+3 |
* | BUG: DOC: fix invalid vdot documentation | Pauli Virtanen | 2010-10-14 | 1 | -14/+9 |
* | DOC: wiki merge, matrlixlib and some ndarray methods. | rgommers | 2010-07-31 | 1 | -15/+17 |
* | DOC: wiki merge, add itemset method doc. | rgommers | 2010-07-31 | 1 | -13/+59 |
* | BUG: core: make set_string_function(None) to restore the functions to what th... | Pauli Virtanen | 2010-07-18 | 1 | -47/+1 |
* | ENH: Remove order keyword from ndarray.resize. This is pretty much | Charles Harris | 2010-04-25 | 1 | -18/+2 |
* | updated documentation from pydoc website (thanks to everyone who contributed!) | Jarrod Millman | 2010-02-17 | 1 | -0/+6 |
* | fixed a whole bunch of doctests | Paul Ivanov | 2009-12-28 | 1 | -5/+5 |
* | 3K: add_newdocs: use absolute import | Pauli Virtanen | 2009-12-06 | 1 | -1/+1 |
* | Fix documentation of array. | Charles Harris | 2009-11-28 | 1 | -1/+1 |
* | Fix misformatted see also section | Pauli Virtanen | 2009-11-14 | 1 | -6/+3 |
* | second set of checkins from doc editor | Jarrod Millman | 2009-11-13 | 1 | -67/+577 |
* | Move some docstrings to add_newdocs | Pauli Virtanen | 2009-10-03 | 1 | -0/+154 |
* | Make doc build to work again | Pauli Virtanen | 2009-10-02 | 1 | -3/+3 |
* | Docstring update: add_newdocs.py | Pauli Virtanen | 2009-10-02 | 1 | -304/+1172 |
* | Docstring updates, part 1 | Pauli Virtanen | 2009-10-02 | 1 | -3/+42 |