summaryrefslogtreecommitdiff
path: root/numpy/core/numeric.py
Commit message (Expand)AuthorAgeFilesLines
* ENH: missingdata: Make numpy.all follow the NA && False == False ruleMark Wiebe2011-08-271-2/+2
* ENH: missingdata: Add maskna= and ownmaskna= parameters to np.asarray and fri...Mark Wiebe2011-08-271-8/+40
* ENH: missingdata: Add maskna= flag to np.identity constructorMark Wiebe2011-08-271-3/+5
* ENH: missingdata: Add the maskna= parameter to np.ones and np.ones_likeMark Wiebe2011-08-271-35/+88
* ENH: missingdata: Create count_reduce_items functionMark Wiebe2011-08-271-3/+4
* ENH: missingdata: Change default to create NA-mask when NAs are in listsMark Wiebe2011-08-271-3/+6
* ENH: missingdata: Fill in buffered NAMASK nditer, add maskna= to zeros, empty...Mark Wiebe2011-08-271-2/+4
* ENH: missingdata: Finish the initial implementation of numpy.isnaMark Wiebe2011-08-271-1/+2
* ENH: missingdata: More progress towards NPY_ITER_USE_MASKNA flag supportMark Wiebe2011-08-271-4/+4
* ENH: missingdata: Part way through supporting the NPY_ITER_USE_MASKNA flagMark Wiebe2011-08-271-1/+1
* ENH: missingdata: Get printing of NAs to work a little bit betterMark Wiebe2011-08-271-3/+11
* BUG: don't use quotes in "dtype=name" when printing arrays for "simple" dtypes'Alok Singhal2011-07-281-1/+5
* ENH: Use np.copyto instead of np.fill in some placesMark Wiebe2011-07-081-9/+2
* ENH: core: Add np.copyto, PyArray_MaskedMoveInto, PyArray_MaskedCopyIntoMark Wiebe2011-07-081-1/+2
* ENH: datetime: Remove TimeInteger, partially fix up datetime array printingMark Wiebe2011-06-031-1/+1
* STY: Fix up some remaining old-style exceptions.Charles Harris2011-04-051-2/+2
* STY: Update exception styles, trickier ones.Charles Harris2011-04-051-3/+3
* STY: Update exception style, easy ones.Charles Harris2011-04-051-2/+2
* BUG: fix allclose to work for scalar inf. Also actually runs tests.Ralf Gommers2011-04-031-2/+2
* ENH: Change the default error handling to warn instead of print, except for u...Robert Kern2011-04-011-3/+3
* BUG: make correlate/convolve work also with unicode mode arg. Closes #1705.Ralf Gommers2011-03-291-1/+1
* ENH: Add 'subok' parameter to PyArray_NewLikeArray, np.empty_like, np.zeros_l...Mark Wiebe2011-03-151-2/+2
* ENH: Rename 'np.newiter' to 'np.nditer'Mark Wiebe2011-03-131-2/+2
* DOC: merge wiki edits for numpy.core.rgommers2011-03-021-5/+5
* ENH: core: Add dtype= and order= parameters to zeros_like, ones_like, and emp...Mark Wiebe2011-01-281-68/+12
* DOC: core: Document the new einsum functionMark Wiebe2011-01-241-1/+5
* ENH: core: Start einsum function, add copyright notices to filesMark Wiebe2011-01-231-1/+2
* ENH: core: Add functions PyArray_CanCastArrayTo and PyArray_ResultTypeMark Wiebe2011-01-181-2/+3
* ENH: core: Add PyArray_MinScalarType and expose it to PythonMark Wiebe2011-01-181-1/+2
* ENH: core: Start converting ufunc to new iterator, add PyArray_PromoteTypesMark Wiebe2011-01-181-1/+2
* ENH: core: Switch nonzero to use the iterator as an example, add count_nonzer...Mark Wiebe2011-01-161-2/+3
* ENH: iter: Change nested iteration pattern and add nested_iters Python functionMark Wiebe2011-01-091-1/+2
* ENH: iter: Start Python wrapper of new iteratorMark Wiebe2011-01-091-1/+2
* 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