summaryrefslogtreecommitdiff
path: root/numpy/lib/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* | ENH: Make the window functions exactly symmetricEric Wieser2020-08-311-4/+4
|/
* BUG: revert trim_zeros changes from gh-16911mattip2020-08-271-0/+4
* MAINT: lib: Change handling of the expired financial functions.Warren Weckesser2020-08-221-6/+7
* Merge pull request #17058 from BvB93/trim_zeros2Matti Picus2020-08-191-1/+17
|\
| * TST: Added / updated object array-related testsBas van Beek2020-08-131-1/+18
| * ENH: Use elementwise comparisons with 0 rather than boolean castingBas van Beek2020-08-111-2/+1
* | BUG: fix typo in polydiv that prevented promotion to poly1d (#17053)jakobjakobson132020-08-171-0/+9
* | DEP: lib: Remove the deprecated financial functions. (#17067)Warren Weckesser2020-08-122-380/+12
* | API, BUG: Raise error on complex input to i0 (#17062)peterbell102020-08-121-2/+7
|/
* ENH: Speed up trim_zeros (#16911)Bas van Beek2020-08-041-12/+34
* TST: fix tests for windows + PyPymattip2020-07-302-17/+33
* Merge pull request #16815 from cjblocker/mgrid-floatMatti Picus2020-07-251-0/+27
|\
| * MAINT: reference issue in comments for added index_tricks testsCameron Blocker2020-07-131-0/+2
| * TST: update mgrid test from code reviewCameron Blocker2020-07-131-4/+6
| * TST: fixed dtype check error from code reviewCameron Blocker2020-07-121-2/+2
| * BUG: fix mgrid output for lower precision float inputsCameron Blocker2020-07-121-0/+23
* | Revert "Merge pull request #16248 from alexrockhill/edge"mattip2020-07-231-7/+0
* | simplifiedAlex2020-07-221-0/+3
* | changed from large number error to different solutionAlex2020-07-221-1/+1
* | edge first tryAlex2020-07-221-0/+4
* | TST, BUG: Re-raise MemoryError exception in test_large_zip's process (gh-16890)Antonio Larrosa2020-07-181-8/+22
|/
* MAINT: Fixup quantile tests to not use `np.float`Sebastian Berg2020-06-271-8/+9
* Merge pull request #16273 from CloseChoice/BUG-order_percentile-monotonicallySebastian Berg2020-06-271-0/+71
|\
| * limit test_quantile_monotonicTobias Pitters2020-06-121-3/+8
| * Update numpy/lib/tests/test_function_base.pyTobias Pitters2020-06-121-4/+4
| * check for `greater-equal` in lerp monotony testTobias Pitters2020-06-101-1/+1
| * check for `greater-equal` in lerp monotony testTobias Pitters2020-06-101-1/+1
| * make lerp be able to handle 0d casesTobias Pitters2020-06-101-0/+6
| * refactor quantile testsTobias Pitters2020-05-271-4/+2