| Commit message (Expand) | Author | Age | Files | Lines |
* | STY: PEP8 fixes for numpy/core/*.py | Charles Harris | 2015-07-05 | 1 | -1/+0 |
* | ENH: avoid keyword arguments for some ufunc.reduce wrappers | Julian Taylor | 2014-05-15 | 1 | -15/+19 |
* | BUG: Fix mean, var, std methods for object arrays. | Charles Harris | 2014-02-10 | 1 | -3/+9 |
* | MAINT: typo | Lars Buitinck | 2013-10-19 | 1 | -1/+1 |
* | BUG: Make ndarray.{var, std} work for scalars. | Charles Harris | 2013-10-04 | 1 | -2/+3 |
* | STY: Giant whitespace cleanup. | Charles Harris | 2013-08-18 | 1 | -1/+0 |
* | ENH: Make var and std methods raise error when ddof too big. | Charles Harris | 2013-08-12 | 1 | -23/+29 |
* | BUG: Make mean, sum, var, std methods return correct scalar type. | Charles Harris | 2013-08-12 | 1 | -10/+10 |
* | MAINT: Clean up core/_methods.py and core/fromnumeric.py | Charles Harris | 2013-08-12 | 1 | -9/+10 |
* | MAINT: Separate nan functions into their own module. | Charles Harris | 2013-08-12 | 1 | -83/+1 |
* | TST: Added tests for nanmean(), nanvar(), nanstd() | Benjamin Root | 2013-08-12 | 1 | -10/+19 |
* | ENH: Adding np.nanmean(), np.nanstd(), np.nanvar() | Benjamin Root | 2013-08-12 | 1 | -1/+78 |
* | 2to3: Apply `print` fixer. | Charles Harris | 2013-04-06 | 1 | -1/+1 |
* | 2to3: Use absolute imports. | Charles Harris | 2013-03-28 | 1 | -1/+1 |
* | 2to3: Replace xrange by range and use list(range(...)) where needed | Charles Harris | 2013-03-27 | 1 | -1/+1 |
* | 2to3: Put `from __future__ import division in every python file. | Charles Harris | 2013-03-01 | 1 | -2/+6 |
* | Remove maskna API from ndarray, and all (and only) the code supporting it | Nathaniel J. Smith | 2012-06-16 | 1 | -26/+38 |
* | BLD: core: onefile build fix and Python3 compatibility change | Mark Wiebe | 2011-08-27 | 1 | -3/+3 |
* | ENH: missingdata: Make numpy.all follow the NA && False == False rule | Mark Wiebe | 2011-08-27 | 1 | -8/+0 |
* | ENH: missingdata: Add maskna= flag to np.eye constructor | Mark Wiebe | 2011-08-27 | 1 | -1/+1 |
* | ENH: core: Add static caching of the callables for C to core._method calls | Mark Wiebe | 2011-08-27 | 1 | -0/+105 |