| Commit message (Expand) | Author | Age | Files | Lines |
* | ENH: Make the ndarray diagonal method return a view. | Charles Harris | 2013-08-22 | 1 | -8/+7 |
* | STY: Giant comma spacing fixup. | Charles Harris | 2013-08-18 | 1 | -2/+2 |
* | STY: Giant whitespace cleanup. | Charles Harris | 2013-08-18 | 1 | -10/+9 |
* | Merge pull request #3534 from charris/nan-stat-functions | Charles Harris | 2013-08-15 | 1 | -17/+16 |
|\ |
|
| * | MAINT: Clean up core/_methods.py and core/fromnumeric.py | Charles Harris | 2013-08-12 | 1 | -8/+5 |
| * | MAINT: Separate nan functions into their own module. | Charles Harris | 2013-08-12 | 1 | -269/+10 |
| * | ENH: Adding np.nanmean(), np.nanstd(), np.nanvar() | Benjamin Root | 2013-08-12 | 1 | -1/+262 |
* | | Merge pull request #3608 from charris/remove-1.8-diagonal-refs | Charles Harris | 2013-08-15 | 1 | -2/+2 |
|\ \ |
|
| * | | DOC: Remove references to diagonal changes in 1.8. | Charles Harris | 2013-08-12 | 1 | -2/+2 |
| |/ |
|
* | | DOC fix legacy a.size() -> a.size in np.ravel docstring | jnothman | 2013-08-13 | 1 | -1/+1 |
|/ |
|
* | DOC: Fix small typos in partition docstring. | Stefan van der Walt | 2013-08-12 | 1 | -2/+2 |
* | ENH: add quickselect algorithm and expose it via partition | Julian Taylor | 2013-08-12 | 1 | -1/+146 |
* | Link cumsum and diff to one another as theyre roughly the inverse of each other | Nils Werner | 2013-07-24 | 1 | -0/+2 |
* | Repaired my misunderstanding and added np.extract | K.-Michael Aye | 2013-07-23 | 1 | -1/+2 |
* | Docstring: point to correct equivalent function | K.-Michael Aye | 2013-07-19 | 1 | -1/+1 |
* | DOC: Harmonize max and min docstrings with each other | endolith | 2013-05-17 | 1 | -17/+19 |
* | DOC: Mention all min/max functions from all others, clarify differences | endolith | 2013-05-16 | 1 | -7/+31 |
* | MAINT: Apply 2to3 idioms fixer. | Charles Harris | 2013-05-02 | 1 | -7/+7 |
* | DOC: expanding documentation of index ordering | Matthew Brett | 2013-04-30 | 1 | -20/+57 |
* | 2to3: Apply types fixer. | Charles Harris | 2013-04-14 | 1 | -10/+11 |
* | 2to3: Apply `print` fixer. | Charles Harris | 2013-04-06 | 1 | -1/+1 |
* | Merge pull request #460 from endolith/regex_formatting | Charles Harris | 2013-04-03 | 1 | -1/+0 |
|\ |
|
| * | DOC: Used regex to find colons missing spaces which render wrong online, also... | endolith | 2013-03-19 | 1 | -1/+0 |
* | | 2to3: Use absolute imports. | Charles Harris | 2013-03-28 | 1 | -6/+6 |
|/ |
|
* | 2to3: Put `from __future__ import division in every python file. | Charles Harris | 2013-03-01 | 1 | -1/+5 |
* | ENH: Allow 0-d indexes in np.take | Sebastian Berg | 2013-01-06 | 1 | -0/+9 |
* | Switch WARN_ON_WRITE to issuing FutureWarnings instead of DeprecationWarnings | Nathaniel J. Smith | 2012-07-17 | 1 | -1/+1 |
* | Remove maskna API from ndarray, and all (and only) the code supporting it | Nathaniel J. Smith | 2012-06-16 | 1 | -59/+31 |
* | Document the PyArray_Diagonal transition scheme. | Nathaniel J. Smith | 2012-05-16 | 1 | -1/+21 |
* | ENH: Add 'sorter' argument to searchsorted. | Bryan Van de Ven | 2012-04-04 | 1 | -10/+15 |
* | DOC: merge wiki doc edits. | Ralf Gommers | 2012-03-03 | 1 | -1/+1 |
* | ENH: missingdata: Make numpy.all follow the NA && False == False rule | Mark Wiebe | 2011-08-27 | 1 | -6/+23 |
* | ENH: missingdata: Add skipna=, keepdims= parameters to methods | Mark Wiebe | 2011-08-27 | 1 | -71/+16 |
* | BUG: Some bugs in squeeze and concatenate found by testing SciPy | Mark Wiebe | 2011-08-27 | 1 | -1/+6 |
* | BUG: nditer: NA masks in arrays with leading 1 dimensions had an issue | Mark Wiebe | 2011-08-27 | 1 | -0/+2 |
* | ENH: missingdata: Implement tests for np.std, add skipna= and keepdims= param... | Mark Wiebe | 2011-08-27 | 1 | -29/+55 |
* | ENH: missingdata: Implement skipna= support for np.std and np.var | Mark Wiebe | 2011-08-27 | 1 | -20/+93 |
* | ENH: missingdata: Support 'skipna=' parameter in np.mean | Mark Wiebe | 2011-08-27 | 1 | -14/+40 |
* | ENH: missingdata: Add NA support to np.diagonal, change np.diagonal to always... | Mark Wiebe | 2011-08-27 | 1 | -0/+2 |
* | ENH: missingdata: Add skipna parameters to sum, prod, etc | Mark Wiebe | 2011-08-27 | 1 | -24/+57 |
* | ENH: missingdata: Change things to help scipy pass its tests | Mark Wiebe | 2011-08-27 | 1 | -2/+16 |
* | DOC: ufunc: Document the 'axis=' improvments to reduction functions | Mark Wiebe | 2011-08-27 | 1 | -22/+41 |
* | ENH: umath: Make sum, prod, any, or functions use the .reduce method directly | Mark Wiebe | 2011-08-27 | 1 | -34/+6 |
* | DOC: add a few more wiki edits, and move umath docs to correct place. | rgommers | 2011-03-07 | 1 | -2/+4 |
* | ENH: core: Add support for numpy.ravel(a, order='K') | Mark Wiebe | 2011-01-28 | 1 | -7/+31 |
* | ENH: core: Switch nonzero to use the iterator as an example, add count_nonzer... | Mark Wiebe | 2011-01-16 | 1 | -0/+2 |
* | BUG: core: Enabled keyword argument for 'order' parameter where it was missin... | Mark Wiebe | 2010-10-27 | 1 | -12/+17 |
* | DOC: wiki merge, fromnumeric.py | rgommers | 2010-07-31 | 1 | -107/+121 |
* | DOC: merge wiki edits for module core. | rgommers | 2010-06-02 | 1 | -1/+1 |
* | updated docstrings from pydoc website (thanks to everyone who contributed!) | Jarrod Millman | 2010-02-17 | 1 | -6/+22 |