| Commit message (Expand) | Author | Age | Files | Lines |
* | TST, DOC: enable refguide_check | Tyler Reddy | 2018-12-14 | 1 | -11/+22 |
* | DOC: Note the version in which we start supporting array_like start, stop | Marten van Kerkwijk | 2018-12-06 | 1 | -6/+15 |
* | ENH: allow user choice of sample axis in {lin,log,geom}space. | Marten van Kerkwijk | 2018-12-05 | 1 | -19/+41 |
* | ENH: Allow {lin,log,geom}space start and stop to be arrays. | Marten van Kerkwijk | 2018-12-05 | 1 | -31/+42 |
* | ENH: override support for np.linspace and friends | Stephan Hoyer | 2018-12-01 | 1 | -5/+24 |
* | ENH: set correct __module__ for objects in numpy's public API | Stephan Hoyer | 2018-11-13 | 1 | -0/+4 |
* | DOC: Add geomspace to "See also" of linspace | Stefan Otte | 2018-08-07 | 1 | -1/+4 |
* | MAINT: Move add_newdocs into core, since it only adds docs to those pieces | Eric Wieser | 2018-07-02 | 1 | -0/+36 |
* | MAINT: When delta is a NumPy scalar, do multiplication in-place | Oleksandr Pavlyk | 2017-09-28 | 1 | -5/+12 |
* | MAINT: Stop using the undocumented coercion-then-downcast feature of subdtype | Eric Wieser | 2017-08-05 | 1 | -1/+1 |
* | DOC: BLD: fix lots of Sphinx warnings/errors. | Ralf Gommers | 2017-06-10 | 1 | -4/+4 |
* | Merge branch 'master' into asarray | François Bissey | 2016-08-23 | 1 | -43/+147 |
|\ |
|
| * | DOC: link geomspace from logspace | endolith | 2016-06-21 | 1 | -0/+1 |
| * | ENH: Add geomspace function | Endolith | 2016-06-20 | 1 | -12/+138 |
| * | DOC : minor changes to linspace docstring | Ekaterina Tuzova | 2016-05-16 | 1 | -1/+1 |
| * | DEP: Deprecated using a float index in linspace | Emilien Kofman | 2016-03-09 | 1 | -1/+1 |
| * | DEP: Deprecated using a float index in linspace | Emilien Kofman | 2016-03-08 | 1 | -1/+16 |
| * | Reascertain that linspace respects ndarray subclasses in start, stop. | Marten van Kerkwijk | 2016-01-31 | 1 | -3/+8 |
| * | ENH: reimplement may_share_memory in C to improve its performance | Pauli Virtanen | 2015-11-12 | 1 | -44/+1 |
* | | Use asanyarray instead of asarray | François Bissey | 2015-11-11 | 1 | -4/+3 |
* | | Let linspace accept input that has an array_interface but is not otherwise a ... | François Bissey | 2015-11-10 | 1 | -2/+4 |
|/ |
|
* | ENH: add shares_memory, implement may_share_memory using it | Pauli Virtanen | 2015-08-29 | 1 | -2/+45 |
* | EHN: raise error for negative 'num' in linspace. | Bertrand | 2015-07-08 | 1 | -1/+3 |
* | MAINT: Fix some pyflakes warnings in numpy/core/*.py | Charles Harris | 2015-07-05 | 1 | -1/+1 |
* | BUG: linspace should return the same as arange when equivalent | jaimefrio | 2015-01-13 | 1 | -25/+19 |
* | BUG: linspace handling of denormals, fixes #5437 | jaimefrio | 2015-01-10 | 1 | -12/+29 |
* | Merge pull request #5359 from tacaswell/linspace_doc | Julian Taylor | 2014-12-10 | 1 | -2/+4 |
|\ |
|
| * | DOC : minor changes to linspace docstring | Thomas A Caswell | 2014-12-10 | 1 | -2/+4 |
* | | DOC: add version added tag to new linspace dtype argument | Julian Taylor | 2014-07-16 | 1 | -0/+2 |
|/ |
|
* | BUG: Fix linspace for use with physical quantities | Robert Pröpper | 2014-03-18 | 1 | -2/+2 |
* | BUG: Fixed issue 3504, and added tests for complex support | Sankarshan Mudkavi | 2014-02-25 | 1 | -0/+4 |
* | ENH: Add dtype parameter to linspace and logspace functions. | Jonathan Helmus | 2013-09-13 | 1 | -11/+25 |
* | STY: Giant comma spacing fixup. | Charles Harris | 2013-08-18 | 1 | -2/+2 |
* | STY: Giant whitespace cleanup. | Charles Harris | 2013-08-18 | 1 | -1/+0 |
* | 2to3: Apply `print` fixer. | Charles Harris | 2013-04-06 | 1 | -1/+1 |
* | 2to3: Use absolute imports. | Charles Harris | 2013-03-28 | 1 | -3/+3 |
* | 2to3: Put `from __future__ import division in every python file. | Charles Harris | 2013-03-01 | 1 | -0/+2 |
* | Merge pull request #297 from njsmith/separate-maskna | Travis E. Oliphant | 2012-06-21 | 1 | -11/+7 |
|\ |
|
| * | Remove maskna API from ndarray, and all (and only) the code supporting it | Nathaniel J. Smith | 2012-06-16 | 1 | -11/+7 |
* | | fix typos | endolith | 2012-06-20 | 1 | -2/+2 |
|/ |
|
* | ENH: missingdata: Add maskna= parameter to np.linspace and np.logspace | Mark Wiebe | 2011-08-27 | 1 | -7/+11 |
* | fixed a whole bunch of doctests | Paul Ivanov | 2009-12-28 | 1 | -1/+9 |
* | Move linspace and logspace into core. | David Cournapeau | 2009-09-16 | 1 | -0/+159 |