summaryrefslogtreecommitdiff
path: root/numpy/core/numeric.py
Commit message (Expand)AuthorAgeFilesLines
* DEP: change default behavior of correlate(), old behavior was deprecated inrgommers2010-08-141-24/+13
* DOC: wiki merge, core/numeric.pyrgommers2010-07-311-22/+26
* BUG: fix base_repr for py3k. strings can not be indexed with floats anymore.rgommers2010-07-311-1/+1
* BUG: New implementation of base_repr. Fixes #1549, is several times faster andrgommers2010-07-281-23/+17
* BUG: core: make set_string_function(None) to restore the functions to what th...Pauli Virtanen2010-07-181-1/+59
* DOC: merge wiki edits for module core.rgommers2010-06-021-6/+6
* updated docstrings from pydoc website (thanks to everyone who contributed!)Jarrod Millman2010-02-171-19/+8
* fixed a whole bunch of doctestsPaul Ivanov2009-12-281-14/+36
* ENH: emit ComplexWarning when casting complex to real (addresses #1319)Pauli Virtanen2009-12-101-1/+12
* 3K: core: Remove 'getbuffer' and 'newbuffer' from multiarray in Py3Pauli Virtanen2009-12-061-4/+8
* 3K: core: work around some cyclic importsPauli Virtanen2009-12-061-1/+1
* first set of checkins from the doc editorJarrod Millman2009-11-131-12/+31
* Docstring update: corePauli Virtanen2009-10-021-77/+236
* Docstring updates, part 1Pauli Virtanen2009-10-021-7/+13
* Make identity function faster. Closes ticket #1193.Charles Harris2009-08-121-9/+3
* Update new correlation support.David Cournapeau2009-07-181-41/+28
* Fix argwhere for masked arrays.Stefan van der Walt2009-07-081-1/+1
* Fix argwhere to work with lists, add tests.Stefan van der Walt2009-07-041-1/+1
* Merge from doc wikiPauli Virtanen2009-06-191-54/+198
* Add PyArray_Acorrelate functionDavid Cournapeau2009-06-021-2/+37
* Merge from the doc wikiPauli Virtanen2009-03-241-52/+233
* Ensure that documentation for dot, vdot, inner, alterdot, restoredot is the s...Pauli Virtanen2009-03-211-96/+5
* Import documentation from doc wiki (part 2, work-in-progress docstrings, but ...Pauli Virtanen2008-10-281-51/+185
* Import documentation from doc wiki (part 1)Pauli Virtanen2008-10-271-14/+12
* Fix failing doctests.Alan McIntyre2008-09-131-2/+2
* Change convolve to raise ValueError on runtime error instead of relying onCharles Harris2008-08-281-4/+6
* ran reindentJarrod Millman2008-08-081-1/+1
* Merge from documentation editor.Stefan van der Walt2008-08-051-98/+995
* Return actual bools instead of 0 or 1.Robert Kern2008-07-071-14/+14
* Update doctests to assume only an "import numpy as np" has been executed prio...Alan McIntyre2008-07-031-10/+11
* Update doctests to use the implicit "import numpy as np" made available Alan McIntyre2008-07-021-13/+9
* Improve empty_like and zeros_like to respect sub-type.Travis Oliphant2008-04-091-27/+29
* Add numeric doctests (patch by Gael).Stefan van der Walt2008-03-231-6/+28
* Omit loadtxt and savetxt from __all__Robert Kern2008-02-281-1/+1
* loadtxt and savetxt moved to lib/io.pyRobert Kern2008-02-281-171/+0
* ran reindentJarrod Millman2008-02-081-4/+4
* typoJarrod Millman2008-01-081-1/+1
* Improve docstringsTravis Oliphant2007-12-281-4/+37
* Fixed binary_repr to make sure that evaluation at 0 returns a string of lengt...dhuard2007-12-131-1/+1
* ran reindent.py to clean up whitespaceJarrod Millman2007-10-291-10/+10
* Fix allclose and add tests (based on a patch by Matthew Brett).Stefan van der Walt2007-08-201-13/+8
* Fix scalar inf comparison in allclose.Travis Oliphant2007-05-221-7/+8
* Fix ticekt #511 and start to handle allclose problems.Travis Oliphant2007-05-171-7/+11
* Fix some bugs with isposinf and isneginf as well as with how allclose dealt w...Travis Oliphant2007-05-171-2/+9
* Add loadtxt and savetxt adapted from matplotlib.Travis Oliphant2007-04-221-1/+172
* binary_repr handles negative numbers now, and takes an optional width argument.cookedm2007-04-021-13/+28
* Speed up indicies significantly (about 10x).Travis Oliphant2007-03-311-10/+18
* Fix doctests.Stefan van der Walt2007-02-181-4/+6
* Do not attempt to convolve empty arrays.Stefan van der Walt2007-02-091-0/+3
* Whitespace cleanup.Stefan van der Walt2007-01-081-16/+16