summaryrefslogtreecommitdiff
path: root/numpy/core/tests
Commit message (Expand)AuthorAgeFilesLines
* TST, SIMD: Enhance the test case for SIMD integer division by adding several ...Sayed Adel2021-10-231-50/+25
* BUG: core: Fix incorrect check of NpyIter_Deallocate return value.warren2021-10-191-0/+8
* Merge pull request #18905 from seberg/ufunc-refactor-2021Matti Picus2021-10-193-1/+119
|\
| * TST: Add a test covering logical ufuncs for custom DTypesSebastian Berg2021-10-111-0/+20
| * MAINT: Fixups and new tests based on Marten's reviewsSebastian Berg2021-10-112-1/+16
| * TST: Add test for reduceat/accumulate output shape mismatchSebastian Berg2021-10-111-0/+16
| * TST: Add test for ufunc out-cast failure when input cast is ignoredSebastian Berg2021-10-111-0/+10
| * TST: Add additional reduceat/accumulate testsSebastian Berg2021-10-111-0/+17
| * TST: Add test for rare reduce dtype mismatch error pathSebastian Berg2021-10-111-0/+16
| * MAINT: Refactor reductions to use NEP 43 style dispatching/promotionSebastian Berg2021-10-111-1/+25
* | Merge pull request #20088 from WarrenWeckesser/fix-gh-200077Charles Harris2021-10-111-0/+8
|\ \
| * | BUG: core: result_type(0, np.timedelta64(4)) would seg. fault.warren2021-10-101-0/+8
* | | BUG: AVX-512F log() overflowsDeveloper-Ecosystem-Engineering2021-10-111-0/+6
| |/ |/|
* | BUG: Add workaround for missing ufunc error propagationSebastian Berg2021-10-071-0/+28
|/
* MAINT: Remove encoding declarations: # -*- coding: utf-8 -*-Dimitri Papadopoulos2021-10-063-3/+0
* Merge pull request #20018 from WarrenWeckesser/show-shapesCharles Harris2021-10-041-0/+6
|\
| * ENH: core: More informative error message for broadcast(*args)warren2021-10-011-0/+6
* | BUG: fix time cast-safety for `factor*unit` e.g. in `10**6*ms == 1*s` (#19731)Tyler Reddy2021-10-021-0/+37
* | BUG,DEP: Allow (arg-)partition to accept `uint64` indices (#20000)Bas van Beek2021-10-022-35/+56
|/
* Merge pull request #19843 from yashasvimisra2798/patch2Sebastian Berg2021-09-291-4/+9
|\
| * TST: Fix/Improve nonstandard bool to cast numeric testYashasvi Misra2021-09-291-4/+9
* | ENH: Add spaces after punctuation in dtype repr/str. (#19686)Antony Lee2021-09-291-30/+40
* | Merge pull request #19879 from BvB93/cls_getitemCharles Harris2021-09-253-2/+129
|\ \
| * | ENH: Add special-casing for `complexfloating` so that it can take 2 parametersBas van Beek2021-09-181-2/+6
| * | TST: Expand the `__class_getitem__` test coverage for python 3.8Bas van Beek2021-09-163-0/+22
| * | MAINT: Make `__class_getitem__` available to all python version and perform b...Bas van Beek2021-09-163-8/+46
| * | ENH: Add `dtype.__class_getitem__`Bas van Beek2021-09-151-2/+19
| * | ENH: Add `number.__class_getitem__`Bas van Beek2021-09-151-0/+31
| * | ENH: Add `ndarray.__class_getitem__`Bas van Beek2021-09-151-0/+15
| |/
* | Merge pull request #19911 from DimitriPapadopoulos/codespellSebastian Berg2021-09-217-10/+10
|\ \
| * | DOC: Typos found by codespellDimitri Papadopoulos2021-09-217-10/+10
* | | BUG: Check whether an error is already set for invalid castingSebastian Berg2021-09-201-0/+8
|/ /
* | BUG: core: Fix *_like strides for str and bytes dtype.warren2021-09-171-0/+15
|/
* Merge pull request #19803 from BvB93/is_integerCharles Harris2021-09-021-0/+26
|\
| * ENH: Add `integer.is_integer`Bas van Beek2021-08-311-1/+5
| * TST: Add tests for `np.floating.is_integer`Bas van Beek2021-08-311-0/+22
* | MAINT: revise OSError aliases (IOError, EnvironmentError)Mike Taves2021-09-021-6/+6
* | MAINT: refactor "for ... in range(len(" statementsMike Taves2021-09-011-9/+7
|/
* Merge pull request #19715 from yashasvimisra2798/casting_patch1Matti Picus2021-08-291-1/+8
|\
| * lint: fix flake8 errorsYashasvi Misra2021-08-271-2/+1
| * test: add test_float_to_bool()Yashasvi Misra2021-08-271-7/+9
| * add testYashasvi Misra2021-08-261-0/+6
* | MAINT: Fix spellingCharles Harris2021-08-251-1/+1
* | BUG: The normal cast-safety for ufunc loops is "no" castingSebastian Berg2021-08-241-0/+31
* | fix: typo spelling grammarslowy072021-08-231-1/+1
|/
* index_tricks.py file not modifiedshubham119411402021-08-192-12/+12
* Merge pull request #19627 from ankitdwivedi23/ankitd/vectorize-ignore-whitespaceCharles Harris2021-08-161-0/+18
|\
| * add a couple of whitespace tests for signature parsing in C codeAnkit Dwivedi2021-08-081-0/+18
* | Merge pull request #19632 from seberg/signature-dtype-dep-fixupCharles Harris2021-08-122-21/+33
|\ \
| * | BUG,DEP: Non-default UFunc signature/dtype usage should be deprecatedSebastian Berg2021-08-092-21/+33