summaryrefslogtreecommitdiff
path: root/numpy/core/function_base.py
Commit message (Expand)AuthorAgeFilesLines
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-3/+3
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* Merge pull request #297 from njsmith/separate-masknaTravis E. Oliphant2012-06-211-11/+7
|\
| * Remove maskna API from ndarray, and all (and only) the code supporting itNathaniel J. Smith2012-06-161-11/+7
* | fix typosendolith2012-06-201-2/+2
|/
* ENH: missingdata: Add maskna= parameter to np.linspace and np.logspaceMark Wiebe2011-08-271-7/+11
* fixed a whole bunch of doctestsPaul Ivanov2009-12-281-1/+9
* Move linspace and logspace into core.David Cournapeau2009-09-161-0/+159