summaryrefslogtreecommitdiff
path: root/numpy/lib/tests
Commit message (Expand)AuthorAgeFilesLines
* ENH: add ndmin to `genfromtxt` behaving the same as `loadtxt` (#20500)Ivan Gonzalez2021-12-161-0/+11
* DOC: Merge doc strings of divide and true_divide. (#20246)drosin2021-12-081-1/+1
* BUG: Fix types of errors raised by genfromtxt (#20389)André Elimelek de Weber2021-12-031-0/+4
* BUG: quantile discrete methods ended up using -1 as index sometimesSebastian Berg2021-11-121-3/+13
* API,DEP: Rename percentile/quantile `interpolation=` to `method=`Sebastian Berg2021-11-122-48/+48
* TST: Add test for max ulp in default quantile calculationabel2021-11-091-0/+8
* TST: Make use of clongdouble and longdoubleabel2021-11-041-2/+2
* TST: Add parametrize for interpolation methodsabel2021-11-041-91/+43
* TST: Add extrapolation testsabel2021-11-041-0/+9
* Fix issue with nan scalarabel2021-11-041-0/+6
* Fix _lerpabel2021-11-041-7/+7
* MAINT, ENH [#10736] Add interpolation methods to quantileabel2021-11-041-36/+141
* ENH: Check that the lengths of the inputs to histogram2d are the same. (#20228)Jérome Eertmans2021-11-021-0/+10
* Merge pull request #20071 from alessiamarcolini/refactorCharles Harris2021-10-224-7/+2
|\
| * MAINT: remove unused importsAlessia Marcolini2021-10-084-7/+2
* | BUG: lib: Fix error raised by insert.warren2021-10-201-0/+5
|/
* Merge pull request #20027 from BvB93/nanfuncCharles Harris2021-10-041-0/+151
|\
| * TST: Add tests for the new `nan<x>` function parametersBas van Beek2021-10-041-0/+103
| * TST: Add a test for comparing the signatures of `nan<x>` and `<x>` functionsBas van Beek2021-10-041-0/+48
* | TST: Add more tests for `np.kaiser`Bas van Beek2021-09-301-0/+21
* | BUG: Fix the `lib.function_base` window functions ignoring extended precision...Bas van Beek2021-09-301-13/+73
|/
* MAINT: lib: Check that the dtype given to fromregex is structured.warren2021-09-221-0/+8
* BUG: ensure np.median does not drop subclass for NaN result.Marten van Kerkwijk2021-09-141-0/+10
* MAINT: Make parameters match label.Charles Harris2021-09-131-1/+1
* TST: Fix a couple of `pytest` id labelsBas van Beek2021-09-131-3/+3
* TST: Expand/rewrite the `test_allnans` testsBas van Beek2021-09-111-79/+115
* TST: Expand `TestNanFunctions_NumberTypes` with 0d arraysBas van Beek2021-09-091-12/+17
* TST: Make nanfunc test ignore overflow instead of xfailing testSebastian Berg2021-09-071-3/+1
* TST: Add more tests for `nanmedian`, `nanquantile` and `nanpercentile`Bas van Beek2021-09-031-0/+17
* TST: Expand the old `TestNanFunctions_IntTypes` test with non-integer number ...Bas van Beek2021-09-031-71/+52
* MAINT: revise OSError aliases (IOError, EnvironmentError)Mike Taves2021-09-021-3/+3
* MAINT: refactor "for ... in range(len(" statementsMike Taves2021-09-012-8/+7
* Merge pull request #19627 from ankitdwivedi23/ankitd/vectorize-ignore-whitespaceCharles Harris2021-08-161-0/+15
|\
| * dummy change to kick off another buildAnkit Dwivedi2021-08-081-1/+1
| * fix lint errorsAnkit Dwivedi2021-08-071-1/+2
| * add tests to check if whitespaces are ignored in gufunc signaturesAnkit Dwivedi2021-08-071-0/+14
* | ENH: Allow `np.fromregex` to accept `os.PathLike` implementationsBas van Beek2021-08-161-2/+4
|/
* Merge pull request #19615 from rossbar/rm-deprecated-npyio-fnsCharles Harris2021-08-061-22/+0
|\
| * Rm numpy.lib.npyio.mafromtxt.Ross Barnowski2021-08-051-11/+0
| * Rm numpy.lib.npyio.ndfromtxt.Ross Barnowski2021-08-051-11/+0
* | Merge pull request #19612 from BvB93/testCharles Harris2021-08-061-1/+5
|\ \ | |/ |/|
| * TST: Skip `test_lookfor` in 3.10rc1Bas van Beek2021-08-061-1/+5
* | PERF: Speed-up common case of loadtxt()ing non-hex floats. (#19598)Antony Lee2021-08-051-0/+22
|/
* Merge pull request #19356 from mhvk/functionbase-vectorize-refactorSebastian Berg2021-07-061-1/+21
|\
| * API: Ensure np.vectorize outputs can be subclasses.Marten van Kerkwijk2021-06-261-1/+21
* | BUG: Do not raise deprecation warning for all nans in unique (#19301)Thomas J. Fan2021-06-291-0/+11
|/
* ENH: support major version larger than 9 in numpy.lib.NumpyVersionKenichi Maehashi2021-06-101-1/+1
* API: Delay string and number promotion deprecation/future warningSebastian Berg2021-06-041-2/+1
* TST: Update the `poly1d.__getitem__` and `__eq__` testsBas van Beek2021-05-281-5/+26
* TST: Update the `np.nanmedian` tests for all-nan arraysBas van Beek2021-05-221-16/+34