summaryrefslogtreecommitdiff
path: root/numpy/lib/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "ENH: Adding __array_ufunc__ capability to MaskedArrays."mattip2022-07-201-1/+1
* ENH: Adding __array_ufunc__ capability to MaskedArrays.Greg Lucas2022-07-131-1/+1
* Revert "ENH: Adding __array_ufunc__ capability to MaskedArrays"Matti Picus2022-07-091-1/+1
* ENH: Adding __array_ufunc__ capability to MaskedArrays.Greg Lucas2022-06-291-1/+1
* BUG: Fix numpy.isin for timedelta dtype (#21860)Miles Cranmer2022-06-291-0/+31
* Merge pull request #21863 from seberg/fpe-warning-simplificationCharles Harris2022-06-281-2/+1
|\
| * ENH,MAINT: Improve and simplify scalar floating point warningsSebastian Berg2022-06-281-2/+1
* | BUG: Reject non integer array-likes with size 1 in delete (#21857)Sebastian Berg2022-06-281-12/+33
|/
* BUG: Use `keepdims` during normalization in `np.average` and `np.ma.average` ...Srimukh Sripada2022-06-261-0/+12
* Merge pull request #21626 from seberg/weak-scalarsCharles Harris2022-06-261-4/+9
|\
| * API: Add leading underscore to `no_nep50_warning` and `get/set_promotion_state`Sebastian Berg2022-06-151-1/+1
| * TST: Adapt percentile test to changed promotionSebastian Berg2022-06-151-4/+9
* | BUG: Fix in1d for empty integer array as input (#21842)Miles Cranmer2022-06-241-1/+19
* | Merge pull request #12065 from MilesCranmer/masterSebastian Berg2022-06-231-26/+111
|\ \
| * | TST: Skip empty arrays for kind="table"Miles Cranmer2022-06-221-5/+7
| * | TST: Reduce code re-use with pytest markMilesCranmer2022-06-221-142/+40
| * | MAINT: change kind names for in1dMilesCranmer2022-06-181-26/+26
| * | TST: validate in1d errorsMilesCranmer2022-06-171-0/+34
| * | MAINT: kind now uses "mergesort" instead of "sort"MilesCranmer2022-06-171-18/+18
| * | TST: Use new "kind" argument over "method"MilesCranmer2022-06-171-20/+20
| * | MAINT: Fix misplaced default in in1d testMilesCranmer2022-06-101-2/+2
| * | MAINT: Add back in1d tests of old methodMilesCranmer2022-06-101-17/+17
| * | MAINT: bool instead of np.bool_ dtypeMilesCranmer2022-06-101-1/+1
| * | MAINT: Fix linting error in testMilesCranmer2022-06-101-1/+2
| * | MAINT: Update tests to use new `method` argumentMilesCranmer2022-06-101-19/+20
| * | MAINT: Fix linting errors in in1d testsMilesCranmer2022-06-091-8/+18
| * | TST: Extend np.in1d tests to old algorithmMilesCranmer2022-06-091-2/+42
| * | TST: add tests for in1d/isinMilesCranmer2022-06-091-0/+99
* | | BUG: lib: A loadtxt error message had two values reversed.warren2022-06-181-1/+1
| |/ |/|
* | TST: Clean up an opened temporary file descriptor in loadtxt testsSebastian Berg2022-06-141-0/+5
|/
* TST: Fixup loadtxt int-via-float tests when in release modeSebastian Berg2022-06-091-0/+2
* Merge pull request #16971 from BvB93/nd_gridCharles Harris2022-06-091-0/+34
|\
| * TST: Update the `np.mgrid` testsBas van Beek2021-10-131-0/+34
* | DEP: Remove `normed=` keyword argument from histogromsSebastian Berg2022-06-021-41/+0
* | MAINT: Fixup `unique`s `equal_nan` kwarg to match `np.array_equal`Sebastian Berg2022-06-011-1/+1
* | TST: Added test for np.unique equal_nans kwargJason Thai2022-05-281-0/+8
* | MAINT: Python <3.7 related cleanupsBrigitta Sipőcz2022-05-231-2/+0
* | Merge pull request #19226 from seberg/fix-void-cast-safety-promotion-and-comp...Matti Picus2022-05-191-1/+0
|\ \
| * | API: Fix structured dtype cast-safety, promotion, and comparisonSebastian Berg2022-05-091-1/+0
* | | BUG: lib: Allow type uint64 for eye() arguments.warren2022-05-111-1/+7
* | | ENH: Add 'keepdims' to 'average()' and 'ma.average()'.warren2022-05-091-1/+27
|/ /
* | ENH: Optimize `np.empty` for scalar arguments (#20175)Francesco Andreuzzi2022-05-061-1/+3
* | TST: Make `test_large_archive` robust against memory issues [wheel build]Sebastian Berg2022-05-021-2/+7
* | TEST: on PyPy, skip hanging slow test [wheel build]mattip2022-05-021-0/+1
* | TST: `np.kron` tests refinementGanesh Kathiresan2022-04-051-7/+17
* | MAINT: Linting fixesGanesh Kathiresan2022-03-251-1/+2
* | TST: Added testcases for `np.kron`Ganesh Kathiresan2022-03-221-0/+26
* | Merge pull request #16895 from DevinShanahan/delete-speedupMatti Picus2022-02-271-0/+13
|\ \
| * | MAINT: single value identification and testDevin Shanahan2022-01-161-0/+13
* | | BUG: (loadtxt) Ignore last empty field when `delimiter=None`Sebastian Berg2022-02-141-1/+5