| Commit message (Expand) | Author | Age | Files | Lines |
* | DEP: change default behavior of correlate(), old behavior was deprecated in | rgommers | 2010-08-14 | 1 | -24/+13 |
* | DOC: wiki merge, core/numeric.py | rgommers | 2010-07-31 | 1 | -22/+26 |
* | BUG: fix base_repr for py3k. strings can not be indexed with floats anymore. | rgommers | 2010-07-31 | 1 | -1/+1 |
* | BUG: New implementation of base_repr. Fixes #1549, is several times faster and | rgommers | 2010-07-28 | 1 | -23/+17 |
* | BUG: core: make set_string_function(None) to restore the functions to what th... | Pauli Virtanen | 2010-07-18 | 1 | -1/+59 |
* | DOC: merge wiki edits for module core. | rgommers | 2010-06-02 | 1 | -6/+6 |
* | updated docstrings from pydoc website (thanks to everyone who contributed!) | Jarrod Millman | 2010-02-17 | 1 | -19/+8 |
* | fixed a whole bunch of doctests | Paul Ivanov | 2009-12-28 | 1 | -14/+36 |
* | ENH: emit ComplexWarning when casting complex to real (addresses #1319) | Pauli Virtanen | 2009-12-10 | 1 | -1/+12 |
* | 3K: core: Remove 'getbuffer' and 'newbuffer' from multiarray in Py3 | Pauli Virtanen | 2009-12-06 | 1 | -4/+8 |
* | 3K: core: work around some cyclic imports | Pauli Virtanen | 2009-12-06 | 1 | -1/+1 |
* | first set of checkins from the doc editor | Jarrod Millman | 2009-11-13 | 1 | -12/+31 |
* | Docstring update: core | Pauli Virtanen | 2009-10-02 | 1 | -77/+236 |
* | Docstring updates, part 1 | Pauli Virtanen | 2009-10-02 | 1 | -7/+13 |
* | Make identity function faster. Closes ticket #1193. | Charles Harris | 2009-08-12 | 1 | -9/+3 |
* | Update new correlation support. | David Cournapeau | 2009-07-18 | 1 | -41/+28 |
* | Fix argwhere for masked arrays. | Stefan van der Walt | 2009-07-08 | 1 | -1/+1 |
* | Fix argwhere to work with lists, add tests. | Stefan van der Walt | 2009-07-04 | 1 | -1/+1 |
* | Merge from doc wiki | Pauli Virtanen | 2009-06-19 | 1 | -54/+198 |
* | Add PyArray_Acorrelate function | David Cournapeau | 2009-06-02 | 1 | -2/+37 |
* | Merge from the doc wiki | Pauli Virtanen | 2009-03-24 | 1 | -52/+233 |
* | Ensure that documentation for dot, vdot, inner, alterdot, restoredot is the s... | Pauli Virtanen | 2009-03-21 | 1 | -96/+5 |
* | Import documentation from doc wiki (part 2, work-in-progress docstrings, but ... | Pauli Virtanen | 2008-10-28 | 1 | -51/+185 |
* | Import documentation from doc wiki (part 1) | Pauli Virtanen | 2008-10-27 | 1 | -14/+12 |
* | Fix failing doctests. | Alan McIntyre | 2008-09-13 | 1 | -2/+2 |
* | Change convolve to raise ValueError on runtime error instead of relying on | Charles Harris | 2008-08-28 | 1 | -4/+6 |
* | ran reindent | Jarrod Millman | 2008-08-08 | 1 | -1/+1 |
* | Merge from documentation editor. | Stefan van der Walt | 2008-08-05 | 1 | -98/+995 |
* | Return actual bools instead of 0 or 1. | Robert Kern | 2008-07-07 | 1 | -14/+14 |
* | Update doctests to assume only an "import numpy as np" has been executed prio... | Alan McIntyre | 2008-07-03 | 1 | -10/+11 |
* | Update doctests to use the implicit "import numpy as np" made available | Alan McIntyre | 2008-07-02 | 1 | -13/+9 |
* | Improve empty_like and zeros_like to respect sub-type. | Travis Oliphant | 2008-04-09 | 1 | -27/+29 |
* | Add numeric doctests (patch by Gael). | Stefan van der Walt | 2008-03-23 | 1 | -6/+28 |
* | Omit loadtxt and savetxt from __all__ | Robert Kern | 2008-02-28 | 1 | -1/+1 |
* | loadtxt and savetxt moved to lib/io.py | Robert Kern | 2008-02-28 | 1 | -171/+0 |
* | ran reindent | Jarrod Millman | 2008-02-08 | 1 | -4/+4 |
* | typo | Jarrod Millman | 2008-01-08 | 1 | -1/+1 |
* | Improve docstrings | Travis Oliphant | 2007-12-28 | 1 | -4/+37 |
* | Fixed binary_repr to make sure that evaluation at 0 returns a string of lengt... | dhuard | 2007-12-13 | 1 | -1/+1 |
* | ran reindent.py to clean up whitespace | Jarrod Millman | 2007-10-29 | 1 | -10/+10 |
* | Fix allclose and add tests (based on a patch by Matthew Brett). | Stefan van der Walt | 2007-08-20 | 1 | -13/+8 |
* | Fix scalar inf comparison in allclose. | Travis Oliphant | 2007-05-22 | 1 | -7/+8 |
* | Fix ticekt #511 and start to handle allclose problems. | Travis Oliphant | 2007-05-17 | 1 | -7/+11 |
* | Fix some bugs with isposinf and isneginf as well as with how allclose dealt w... | Travis Oliphant | 2007-05-17 | 1 | -2/+9 |
* | Add loadtxt and savetxt adapted from matplotlib. | Travis Oliphant | 2007-04-22 | 1 | -1/+172 |
* | binary_repr handles negative numbers now, and takes an optional width argument. | cookedm | 2007-04-02 | 1 | -13/+28 |
* | Speed up indicies significantly (about 10x). | Travis Oliphant | 2007-03-31 | 1 | -10/+18 |
* | Fix doctests. | Stefan van der Walt | 2007-02-18 | 1 | -4/+6 |
* | Do not attempt to convolve empty arrays. | Stefan van der Walt | 2007-02-09 | 1 | -0/+3 |
* | Whitespace cleanup. | Stefan van der Walt | 2007-01-08 | 1 | -16/+16 |