| Commit message (Expand) | Author | Age | Files | Lines |
* | Transition scheme for allowing PyArray_Diagonal to return a view | Nathaniel J. Smith | 2012-05-16 | 1 | -3/+2 |
* | DOC: allclose: document better what happens when Infs or NaNs are present. | Ralf Gommers | 2012-03-25 | 1 | -2/+5 |
* | MAINT: explicitly check for NaNs in allclose(). Closes #1905. | Ralf Gommers | 2012-03-25 | 1 | -17/+17 |
* | PY24: Ignore invalid in allclose and isclose. | Charles Harris | 2012-03-18 | 1 | -3/+17 |
* | ENH: Made "isclose()" NA-aware, added release note and versionadded. | Joe Kington | 2012-03-04 | 1 | -3/+6 |
* | ENH: Allow "isclose()" to work with subclasses of ndarray (such as masked arr... | Joe Kington | 2012-03-04 | 1 | -6/+11 |
* | ENH: Added "isclose()". | Joe Kington | 2012-03-04 | 1 | -1/+81 |
* | DOC: merge wiki doc edits. | Ralf Gommers | 2012-03-03 | 1 | -12/+12 |
* | ENH: missingdata: Make numpy.all follow the NA && False == False rule | Mark Wiebe | 2011-08-27 | 1 | -2/+2 |
* | ENH: missingdata: Add maskna= and ownmaskna= parameters to np.asarray and fri... | Mark Wiebe | 2011-08-27 | 1 | -8/+40 |
* | ENH: missingdata: Add maskna= flag to np.identity constructor | Mark Wiebe | 2011-08-27 | 1 | -3/+5 |
* | ENH: missingdata: Add the maskna= parameter to np.ones and np.ones_like | Mark Wiebe | 2011-08-27 | 1 | -35/+88 |
* | ENH: missingdata: Create count_reduce_items function | Mark Wiebe | 2011-08-27 | 1 | -3/+4 |
* | ENH: missingdata: Change default to create NA-mask when NAs are in lists | Mark Wiebe | 2011-08-27 | 1 | -3/+6 |
* | ENH: missingdata: Fill in buffered NAMASK nditer, add maskna= to zeros, empty... | Mark Wiebe | 2011-08-27 | 1 | -2/+4 |
* | ENH: missingdata: Finish the initial implementation of numpy.isna | Mark Wiebe | 2011-08-27 | 1 | -1/+2 |
* | ENH: missingdata: More progress towards NPY_ITER_USE_MASKNA flag support | Mark Wiebe | 2011-08-27 | 1 | -4/+4 |
* | ENH: missingdata: Part way through supporting the NPY_ITER_USE_MASKNA flag | Mark Wiebe | 2011-08-27 | 1 | -1/+1 |
* | ENH: missingdata: Get printing of NAs to work a little bit better | Mark Wiebe | 2011-08-27 | 1 | -3/+11 |
* | BUG: don't use quotes in "dtype=name" when printing arrays for "simple" dtypes' | Alok Singhal | 2011-07-28 | 1 | -1/+5 |
* | ENH: Use np.copyto instead of np.fill in some places | Mark Wiebe | 2011-07-08 | 1 | -9/+2 |
* | ENH: core: Add np.copyto, PyArray_MaskedMoveInto, PyArray_MaskedCopyInto | Mark Wiebe | 2011-07-08 | 1 | -1/+2 |
* | ENH: datetime: Remove TimeInteger, partially fix up datetime array printing | Mark Wiebe | 2011-06-03 | 1 | -1/+1 |
* | STY: Fix up some remaining old-style exceptions. | Charles Harris | 2011-04-05 | 1 | -2/+2 |
* | STY: Update exception styles, trickier ones. | Charles Harris | 2011-04-05 | 1 | -3/+3 |
* | STY: Update exception style, easy ones. | Charles Harris | 2011-04-05 | 1 | -2/+2 |
* | BUG: fix allclose to work for scalar inf. Also actually runs tests. | Ralf Gommers | 2011-04-03 | 1 | -2/+2 |
* | ENH: Change the default error handling to warn instead of print, except for u... | Robert Kern | 2011-04-01 | 1 | -3/+3 |
* | BUG: make correlate/convolve work also with unicode mode arg. Closes #1705. | Ralf Gommers | 2011-03-29 | 1 | -1/+1 |
* | ENH: Add 'subok' parameter to PyArray_NewLikeArray, np.empty_like, np.zeros_l... | Mark Wiebe | 2011-03-15 | 1 | -2/+2 |
* | ENH: Rename 'np.newiter' to 'np.nditer' | Mark Wiebe | 2011-03-13 | 1 | -2/+2 |
* | DOC: merge wiki edits for numpy.core. | rgommers | 2011-03-02 | 1 | -5/+5 |
* | ENH: core: Add dtype= and order= parameters to zeros_like, ones_like, and emp... | Mark Wiebe | 2011-01-28 | 1 | -68/+12 |
* | DOC: core: Document the new einsum function | Mark Wiebe | 2011-01-24 | 1 | -1/+5 |
* | ENH: core: Start einsum function, add copyright notices to files | Mark Wiebe | 2011-01-23 | 1 | -1/+2 |
* | ENH: core: Add functions PyArray_CanCastArrayTo and PyArray_ResultType | Mark Wiebe | 2011-01-18 | 1 | -2/+3 |
* | ENH: core: Add PyArray_MinScalarType and expose it to Python | Mark Wiebe | 2011-01-18 | 1 | -1/+2 |
* | ENH: core: Start converting ufunc to new iterator, add PyArray_PromoteTypes | Mark Wiebe | 2011-01-18 | 1 | -1/+2 |
* | ENH: core: Switch nonzero to use the iterator as an example, add count_nonzer... | Mark Wiebe | 2011-01-16 | 1 | -2/+3 |
* | ENH: iter: Change nested iteration pattern and add nested_iters Python function | Mark Wiebe | 2011-01-09 | 1 | -1/+2 |
* | ENH: iter: Start Python wrapper of new iterator | Mark Wiebe | 2011-01-09 | 1 | -1/+2 |
* | 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 |