summaryrefslogtreecommitdiff
path: root/numpy/core/function_base.py
Commit message (Expand)AuthorAgeFilesLines
* DOC: Clarify dtype default for logspace and geomspaceBen Nathanson2020-06-121-7/+11
* DOC: Fix description of dtype default in linspace (#16433)bjnath2020-06-101-2/+4
* BUG: endpoints of array returned by geomspace() should match arguments (#16411)Kaspar Thommen2020-06-101-2/+12
* BUG: Avoid duplication in stack trace of `linspace(a, b, num=1.5)`Eric Wieser2020-04-151-7/+1
* MAINT: cleanup unused imports; avoid redefinition of importsMike Taves2020-02-061-2/+1
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* BUG: Fix step returned by linspace when num=1 and endpoint=False (#14929)David Zwicker2019-11-211-2/+3
* Dep: Deprecation of float index in linespaceSeth Troisi2019-10-011-14/+7
* Merge pull request #13935 from eric-wieser/forbid-_add_newdocs-python-v2Matti Picus2019-07-141-6/+34
|\
| * MAINT: Warn on the use of `_add_newdocs.py` to add docstrings to pure-python ...Eric Wieser2019-07-141-6/+34
* | Merge pull request #13946 from eric-wieser/add_newdoc_docsMatti Picus2019-07-111-11/+33
|\ \ | |/
| * DOC: point out the shortcomings of add_newdocsmattip2019-07-091-0/+10
| * MAINT: Enforce that `add_newdocs` is called with sequences of the right sizeEric Wieser2019-07-081-3/+4
| * DOC: Add a numpy-doc docstring to add_newdocEric Wieser2019-07-081-8/+19
* | Merge pull request #13944 from eric-wieser/forbid-_add_newdocs-pythonEric Wieser2019-07-081-12/+17
|\ \ | |/
| * BUG: Don't silence errors in add_newdoc caused by bad argumentsEric Wieser2019-06-301-12/+17
* | Revert "MAINT/BUG/DOC: Fix errors in _add_newdocs (#13876)"revert-13876-forbid-_add_newdocs-pythonEric Wieser2019-07-081-17/+12
* | MAINT/BUG/DOC: Fix errors in _add_newdocs (#13876)Eric Wieser2019-07-061-12/+17
* | BUG: ensure linspace works on object input.Marten van Kerkwijk2019-03-041-2/+2
* | DOC, TST: clean up matplotlib importsTyler Reddy2019-01-021-5/+0
* | DOC, TST: remove agg setting from docsTyler Reddy2019-01-021-3/+0
* | TST, DOC: enable refguide_checkTyler Reddy2018-12-141-11/+22
|/
* DOC: Note the version in which we start supporting array_like start, stopMarten van Kerkwijk2018-12-061-6/+15
* ENH: allow user choice of sample axis in {lin,log,geom}space.Marten van Kerkwijk2018-12-051-19/+41
* ENH: Allow {lin,log,geom}space start and stop to be arrays.Marten van Kerkwijk2018-12-051-31/+42
* ENH: override support for np.linspace and friendsStephan Hoyer2018-12-011-5/+24
* ENH: set correct __module__ for objects in numpy's public APIStephan Hoyer2018-11-131-0/+4
* DOC: Add geomspace to "See also" of linspaceStefan Otte2018-08-071-1/+4
* MAINT: Move add_newdocs into core, since it only adds docs to those piecesEric Wieser2018-07-021-0/+36
* MAINT: When delta is a NumPy scalar, do multiplication in-placeOleksandr Pavlyk2017-09-281-5/+12
* MAINT: Stop using the undocumented coercion-then-downcast feature of subdtypeEric Wieser2017-08-051-1/+1
* DOC: BLD: fix lots of Sphinx warnings/errors.Ralf Gommers2017-06-101-4/+4
* Merge branch 'master' into asarrayFrançois Bissey2016-08-231-43/+147
|\
| * DOC: link geomspace from logspaceendolith2016-06-211-0/+1
| * ENH: Add geomspace functionEndolith2016-06-201-12/+138
| * DOC : minor changes to linspace docstringEkaterina Tuzova2016-05-161-1/+1
| * DEP: Deprecated using a float index in linspaceEmilien Kofman2016-03-091-1/+1
| * DEP: Deprecated using a float index in linspaceEmilien Kofman2016-03-081-1/+16
| * Reascertain that linspace respects ndarray subclasses in start, stop.Marten van Kerkwijk2016-01-311-3/+8
| * ENH: reimplement may_share_memory in C to improve its performancePauli Virtanen2015-11-121-44/+1
* | Use asanyarray instead of asarrayFrançois Bissey2015-11-111-4/+3
* | Let linspace accept input that has an array_interface but is not otherwise a ...François Bissey2015-11-101-2/+4
|/
* 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
|/