| Commit message (Expand) | Author | Age | Files | Lines |
* | MAINT: Use np.errstate context manager. | Charles Harris | 2013-07-11 | 1 | -6/+5 |
* | ENH: vectorize boolean comparisons of floats | Julian Taylor | 2013-07-08 | 1 | -1/+6 |
* | Rename filled, filled_like to full, full_like | Johannes Schönberger | 2013-06-30 | 1 | -13/+13 |
* | Update default dtype of filled function in doc string | Johannes Schönberger | 2013-06-06 | 1 | -1/+1 |
* | Rename fill value parameter for consistency across numpy+ | Johannes Schönberger | 2013-06-06 | 1 | -9/+9 |
* | Add examples to doc string of filled and filled_like | Johannes Schönberger | 2013-06-06 | 1 | -0/+25 |
* | Add separate parameter description to filled, filled_like and ones | Johannes Schönberger | 2013-06-06 | 1 | -6/+35 |
* | Add tests for filled_like function | Johannes Schönberger | 2013-06-06 | 1 | -10/+0 |
* | Fix doc string | Johannes Schönberger | 2013-06-06 | 1 | -3/+1 |
* | Replace nans, nans_like, infs, infs_like with filled functions | Johannes Schönberger | 2013-06-06 | 1 | -93/+15 |
* | Fix typo in doc string | Johannes Schönberger | 2013-06-06 | 1 | -4/+4 |
* | Add short note in doc string about dtype for non-numbers | Johannes Schönberger | 2013-06-06 | 1 | -0/+12 |
* | Add more related functions | Johannes Schönberger | 2013-06-06 | 1 | -0/+5 |
* | Add nans, infs, nans_like, infs_like convenience functions | Johannes Schönberger | 2013-06-06 | 1 | -1/+139 |
* | ENH: implement may_share_memory in C | Julian Taylor | 2013-05-28 | 1 | -1/+2 |
* | Make sure comparison result is array | Jay Bourque | 2013-05-13 | 1 | -1/+1 |
* | Fix array_equal and array_equiv issue | Jay Bourque | 2013-05-10 | 1 | -2/+2 |
* | 2to3: Apply basestring fixer. | Charles Harris | 2013-04-13 | 1 | -1/+2 |
* | 2to3: Apply `print` fixer. | Charles Harris | 2013-04-06 | 1 | -1/+1 |
* | 2to3: Apply `imports` fixer. | Charles Harris | 2013-04-02 | 1 | -15/+20 |
* | Merge pull request #3178 from charris/2to3-apply-import-fixer | njsmith | 2013-04-02 | 1 | -10/+10 |
|\ |
|
| * | 2to3: Use absolute imports. | Charles Harris | 2013-03-28 | 1 | -10/+10 |
* | | Merge pull request #273 from dlax/fix/roll | Charles Harris | 2013-04-01 | 1 | -5/+9 |
|\ \
| |/
|/| |
|
| * | STY: drop some else clauses in roll | Denis Laxalde | 2012-10-13 | 1 | -8/+6 |
| * | FIX: handle empty arrays in roll | Denis Laxalde | 2012-05-08 | 1 | -6/+9 |
| * | FIX: roll raises a ValueError is axis > ndim | Denis Laxalde | 2012-05-08 | 1 | -1/+4 |
* | | 2to3: Replace xrange by range and use list(range(...)) where needed | Charles Harris | 2013-03-27 | 1 | -4/+4 |
* | | 2to3: Put `from __future__ import division in every python file. | Charles Harris | 2013-03-01 | 1 | -0/+2 |
* | | 2to3: Fix callable. | Charles Harris | 2013-02-28 | 1 | -2/+3 |
* | | Added 'subok' keyword documentation to zeros_like and ones_like | daveydave400 | 2013-02-22 | 1 | -0/+8 |
* | | remove a confusing docstring line | argriffing | 2013-01-11 | 1 | -4/+0 |
* | | API: Change isfortran to f-contig and not c-contig | Sebastian Berg | 2012-10-21 | 1 | -2/+2 |
* | | Add doc to {empty,zeros,ones}_like that tell in witch version their dtype and... | Frederic | 2012-09-26 | 1 | -0/+4 |
* | | DOC: merge wiki edits. Add percentile to statistics routines (ML suggestion). | Ralf Gommers | 2012-07-07 | 1 | -4/+12 |
* | | Remove maskna API from ndarray, and all (and only) the code supporting it | Nathaniel J. Smith | 2012-06-16 | 1 | -74/+22 |
* | | 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 |