| Commit message (Expand) | Author | Age | Files | Lines |
* | DEP: deprecate scalar conversions for arrays with ndim > 0 (#10615) | Nico Schlömer | 2023-04-20 | 1 | -1/+1 |
* | ENH: Modify `numpy.logspace` so that the `base` argument broadcasts correctly... | Roy Smart | 2023-03-06 | 1 | -5/+19 |
* | DOC: Improve how-to-partition contents. | melissawm | 2022-10-11 | 1 | -0/+3 |
* | Apply suggestions from code review | Sebastian Berg | 2022-07-06 | 1 | -1/+1 |
* | Update numpy/core/function_base.py | Pieter Eendebak | 2022-06-27 | 1 | -2/+2 |
* | fix lint | Pieter Eendebak | 2022-06-23 | 1 | -1/+2 |
* | PERF: Micro optimize np.linspace | Pieter Eendebak | 2022-06-23 | 1 | -3/+7 |
* | [DOC] Replace verbatim to reference to local parameter | Matthias Bussonnier | 2020-12-13 | 1 | -1/+1 |
* | DOC: Clarify that the `base` parameter in `logspace` can be array_like | Bas van Beek | 2020-08-23 | 1 | -2/+2 |
* | Apply suggestions from code review | Matti Picus | 2020-08-13 | 1 | -1/+2 |
* | DOC: Added versionchanged to linspace docstring. | Ross Barnowski | 2020-08-03 | 1 | -0/+4 |
* | Update numpy/core/function_base.py | Wansoo Kim | 2020-08-03 | 1 | -1/+1 |
* | Update numpy/core/function_base.py | Wansoo Kim | 2020-08-03 | 1 | -1/+1 |
* | BUG: linspace should round towards -infinity | marload | 2020-08-03 | 1 | -0/+3 |
* | DOC: Clarify dtype default for logspace and geomspace | Ben Nathanson | 2020-06-12 | 1 | -7/+11 |
* | DOC: Fix description of dtype default in linspace (#16433) | bjnath | 2020-06-10 | 1 | -2/+4 |
* | BUG: endpoints of array returned by geomspace() should match arguments (#16411) | Kaspar Thommen | 2020-06-10 | 1 | -2/+12 |
* | BUG: Avoid duplication in stack trace of `linspace(a, b, num=1.5)` | Eric Wieser | 2020-04-15 | 1 | -7/+1 |
* | MAINT: cleanup unused imports; avoid redefinition of imports | Mike Taves | 2020-02-06 | 1 | -2/+1 |
* | MAINT: Remove unnecessary 'from __future__ import ...' statements | Jon Dufresne | 2020-01-03 | 1 | -2/+0 |
* | BUG: Fix step returned by linspace when num=1 and endpoint=False (#14929) | David Zwicker | 2019-11-21 | 1 | -2/+3 |
* | Dep: Deprecation of float index in linespace | Seth Troisi | 2019-10-01 | 1 | -14/+7 |
* | Merge pull request #13935 from eric-wieser/forbid-_add_newdocs-python-v2 | Matti Picus | 2019-07-14 | 1 | -6/+34 |
|\ |
|
| * | MAINT: Warn on the use of `_add_newdocs.py` to add docstrings to pure-python ... | Eric Wieser | 2019-07-14 | 1 | -6/+34 |
* | | Merge pull request #13946 from eric-wieser/add_newdoc_docs | Matti Picus | 2019-07-11 | 1 | -11/+33 |
|\ \
| |/ |
|
| * | DOC: point out the shortcomings of add_newdocs | mattip | 2019-07-09 | 1 | -0/+10 |
| * | MAINT: Enforce that `add_newdocs` is called with sequences of the right size | Eric Wieser | 2019-07-08 | 1 | -3/+4 |
| * | DOC: Add a numpy-doc docstring to add_newdoc | Eric Wieser | 2019-07-08 | 1 | -8/+19 |
* | | Merge pull request #13944 from eric-wieser/forbid-_add_newdocs-python | Eric Wieser | 2019-07-08 | 1 | -12/+17 |
|\ \
| |/ |
|
| * | BUG: Don't silence errors in add_newdoc caused by bad arguments | Eric Wieser | 2019-06-30 | 1 | -12/+17 |
* | | Revert "MAINT/BUG/DOC: Fix errors in _add_newdocs (#13876)"revert-13876-forbid-_add_newdocs-python | Eric Wieser | 2019-07-08 | 1 | -17/+12 |
* | | MAINT/BUG/DOC: Fix errors in _add_newdocs (#13876) | Eric Wieser | 2019-07-06 | 1 | -12/+17 |
* | | BUG: ensure linspace works on object input. | Marten van Kerkwijk | 2019-03-04 | 1 | -2/+2 |
* | | DOC, TST: clean up matplotlib imports | Tyler Reddy | 2019-01-02 | 1 | -5/+0 |
* | | DOC, TST: remove agg setting from docs | Tyler Reddy | 2019-01-02 | 1 | -3/+0 |
* | | 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 |