summaryrefslogtreecommitdiff
path: root/numpy/lib/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #16987 from scimax/masterCharles Harris2021-05-191-0/+18
|\
| * Add missing whitespaceEric Wieser2020-09-141-0/+1
| * Updated incorrect argument in tests. boundary correction for int and float.Max Kellermeier2020-08-211-5/+6
| * Update numpy/lib/tests/test_function_base.pyscimax2020-08-201-1/+1
| * Tests added according to #14877, obsolete comments removed.Max Kellermeier2020-08-021-1/+17
* | BUG: Prevent nan being used in percentile (gh-18831)Kevin Sheppard2021-04-221-0/+22
* | review commentsDCtheTall2021-04-051-6/+13
* | rm commentDCtheTall2021-03-311-1/+0
* | Add tests np.meshgrid for higher dimensional grids.DCtheTall2021-03-311-0/+15
* | MAINT: use super() as described by PEP 3135Mike Taves2021-03-191-1/+1
* | API: make piecewise subclass safe using use zeros_like.Marten van Kerkwijk2021-02-221-0/+8
* | BUG: Fix unique handling of nan entries. (#18070)Filip Trojan2021-02-121-0/+46
* | numpy/lib/arraysetops.pyAngelGris2021-02-081-0/+33
* | Merge pull request #18116 from seberg/futurewarn-string-promotionMatti Picus2021-01-261-1/+4
|\ \
| * | DEP: Deprecate promotion of numbers and bool to stringSebastian Berg2021-01-251-1/+4
* | | fix from reviewmattip2021-01-241-2/+5
* | | TST: raise memory limit for testmattip2021-01-221-1/+1
|/ /
* | DOC: Doc for deprecate_with_doc (#17852)kumudlakara2020-12-171-1/+10
* | DEP: Finalize unravel_index `dims` alias for `shape` keywordSebastian Berg2020-12-021-11/+4
* | TST: avoid refcount semantics, speed up testsMatti Picus2020-11-111-85/+56
* | ENH: Implement sliding window (gh-17394)Klaus Zimmermann2020-11-051-2/+107
* | BUG: Respect dtype of all-zero argument to poly1dCameron Blocker2020-10-171-0/+14
* | ENH: add function to get broadcast shape from a given set of shapes. (#17535)madhulikajc2020-10-171-2/+63
* | MAINT: Do not emit empty Methods heading in np.info (#17498)Steve Joachim2020-10-101-0/+19
* | ENH: add dtype option to cov and corrcoef (#17456)Lisa Schwetlick2020-10-091-0/+12
* | BUG: Fixes incorrect error message in numpy.ediff1d (#17457)stuartarchibald2020-10-051-7/+11
* | Merge pull request #17285 from seberg/tune-down-financial-warningCharles Harris2020-09-121-1/+1
|\ \
| * | DEP: Change the financial name access warning to DeprecationWarningSebastian Berg2020-09-101-1/+1
* | | ENH: Allow genfromtxt to unpack structured arrays (#16650)Andrew Eckart2020-09-111-1/+46
|/ /
* | Merge pull request #17193 from eric-wieser/clean-compatSebastian Berg2020-09-031-1/+1
|\ \
| * | MAINT: Remove users of `numpy.compat.bytes`Eric Wieser2020-08-311-1/+1