summaryrefslogtreecommitdiff
path: root/numpy/core/tests/test_function_base.py
Commit message (Expand)AuthorAgeFilesLines
* ENH: Modify `numpy.logspace` so that the `base` argument broadcasts correctly...Roy Smart2023-03-061-0/+28
* TST: Add linspace test case for any_step_zero and not _mult_inplaceLee Johnston2022-12-301-0/+9
* Apply suggestions from code reviewMatti Picus2020-08-131-2/+0
* Fix Testmarload2020-08-031-0/+7
* BUG: endpoints of array returned by geomspace() should match arguments (#16411)Kaspar Thommen2020-06-101-1/+35
* MAINT: Clean up, mostly unused imports.Warren Weckesser2020-01-231-1/+0
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-4/+4
* 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-7/+13
* Dep: Deprecation of float index in linespaceSeth Troisi2019-10-011-4/+1
* MAINT: Replace integers in places where booleans are expectedMSeifert042019-07-011-2/+2
* BUG: ensure linspace works on object input.Marten van Kerkwijk2019-03-041-0/+6
* ENH: allow user choice of sample axis in {lin,log,geom}space.Marten van Kerkwijk2018-12-051-0/+6
* ENH: Allow {lin,log,geom}space start and stop to be arrays.Marten van Kerkwijk2018-12-051-3/+40
* TST,BUG: fix two tests that were setup incorrectly.Marten van Kerkwijk2018-12-041-3/+1
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-061-9/+7
* TST: Remove unittest dependencies in numpy/core/tests.Charles Harris2017-07-241-4/+4
* BUG: fix denormal linspace test for longdoubleMatthew Brett2017-02-211-5/+5
* Merge pull request #6659 from kiwifb/asarrayRalf Gommers2016-11-061-0/+36
|\
| * Adds a regression test that demonstrates the issue.Erik M. Bray2016-08-291-0/+36
* | TST: Use new warnings context manager in all testsSebastian Berg2016-09-021-3/+5
|/
* ENH: Add geomspace functionEndolith2016-06-201-35/+167
* Reascertain that linspace respects ndarray subclasses in start, stop.Marten van Kerkwijk2016-01-311-1/+14
* STY: pyflakes fixes for numpy/core/tests/*.py.Charles Harris2015-07-251-1/+5
* STY: PEP8 fixes for numpy/core/tests/*.pyCharles Harris2015-07-251-3/+2
* EHN: raise error for negative 'num' in linspace.Bertrand2015-07-081-0/+1
* BUG: linspace should return the same as arange when equivalentjaimefrio2015-01-131-1/+17
* BUG: linspace handling of denormals, fixes #5437jaimefrio2015-01-101-9/+16
* TST: pass sys.argv to run_module_suite by defaultJulian Taylor2014-09-041-1/+5
* BUG: Fix linspace for use with physical quantitiesRobert Pröpper2014-03-181-1/+34
* BUG: Fixed issue 3504, and added tests for complex supportSankarshan Mudkavi2014-02-251-2/+23
* ENH: Add dtype parameter to linspace and logspace functions.Jonathan Helmus2013-09-131-5/+25
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-13/+13
* 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-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+1
* STY: Replace assert by assert_ in tests. There remain 124 uses ofCharles Harris2011-04-051-8/+8
* Move linspace and logspace into core.David Cournapeau2009-09-161-0/+37