summaryrefslogtreecommitdiff
path: root/numpy/core/function_base.py
Commit message (Expand)AuthorAgeFilesLines
* DEP: deprecate scalar conversions for arrays with ndim > 0 (#10615)Nico Schlömer2023-04-201-1/+1
* ENH: Modify `numpy.logspace` so that the `base` argument broadcasts correctly...Roy Smart2023-03-061-5/+19
* DOC: Improve how-to-partition contents.melissawm2022-10-111-0/+3
* Apply suggestions from code reviewSebastian Berg2022-07-061-1/+1
* Update numpy/core/function_base.pyPieter Eendebak2022-06-271-2/+2
* fix lintPieter Eendebak2022-06-231-1/+2
* PERF: Micro optimize np.linspacePieter Eendebak2022-06-231-3/+7
* [DOC] Replace verbatim to reference to local parameterMatthias Bussonnier2020-12-131-1/+1
* DOC: Clarify that the `base` parameter in `logspace` can be array_likeBas van Beek2020-08-231-2/+2
* Apply suggestions from code reviewMatti Picus2020-08-131-1/+2
* DOC: Added versionchanged to linspace docstring.Ross Barnowski2020-08-031-0/+4
* Update numpy/core/function_base.pyWansoo Kim2020-08-031-1/+1
* Update numpy/core/function_base.pyWansoo Kim2020-08-031-1/+1
* BUG: linspace should round towards -infinitymarload2020-08-031-0/+3
* 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