summaryrefslogtreecommitdiff
path: root/numpy/core/function_base.py
Commit message (Expand)AuthorAgeFilesLines
* ENH: reimplement may_share_memory in C to improve its performancePauli Virtanen2015-11-121-44/+1
* ENH: add shares_memory, implement may_share_memory using itPauli Virtanen2015-08-291-2/+45
* EHN: raise error for negative 'num' in linspace.Bertrand2015-07-081-1/+3
* MAINT: Fix some pyflakes warnings in numpy/core/*.pyCharles Harris2015-07-051-1/+1
* BUG: linspace should return the same as arange when equivalentjaimefrio2015-01-131-25/+19
* BUG: linspace handling of denormals, fixes #5437jaimefrio2015-01-101-12/+29
* Merge pull request #5359 from tacaswell/linspace_docJulian Taylor2014-12-101-2/+4
|\
| * DOC : minor changes to linspace docstringThomas A Caswell2014-12-101-2/+4
* | DOC: add version added tag to new linspace dtype argumentJulian Taylor2014-07-161-0/+2
|/
* BUG: Fix linspace for use with physical quantitiesRobert Pröpper2014-03-181-2/+2
* BUG: Fixed issue 3504, and added tests for complex supportSankarshan Mudkavi2014-02-251-0/+4
* ENH: Add dtype parameter to linspace and logspace functions.Jonathan Helmus2013-09-131-11/+25
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-2/+2
* STY: Giant whitespace cleanup.Charles Harris2013-08-181-1/+0
* 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