summaryrefslogtreecommitdiff
path: root/numpy/core/tests/test_ufunc.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Fixup handling of subarray dtype in ufunc.resolve_dtypesSebastian Berg2023-04-261-3/+3
* BUG: fix loading and storing big arrays on s390xAleksei Nikiforov2023-03-301-0/+7
* BUG: in the fastest path form ufunc.at, properly increment args[2]mattip2023-03-271-0/+11
* Fix typos found by copdespellDimitri Papadopoulos2023-02-111-1/+1
* Merge pull request #23181 from mhvk/ufunc-at-complex-add-subtract-multiplyMatti Picus2023-02-101-0/+17
|\
| * ENH: enable fast indexed loops for complex add, subtract, multiplyMarten van Kerkwijk2023-02-091-3/+20
* | ENH: add indexed loops for maximum, minimum, fmax, fmin (#23177)Matti Picus2023-02-091-5/+5
|/
* BUG/ENH: Fix fast index loops for 1-el array / allow scalar valueMarten van Kerkwijk2023-02-081-0/+9
* TST, BUG: add a test for unary ufuncs, fix condition for indexed loopsmattip2023-02-071-0/+7
* TST: add test (from review)mattip2023-02-071-0/+7
* BUG: Deal with casting and non-contig/1-D indicesSebastian Berg2023-02-061-0/+8
* MAINT: lintingmattip2023-02-011-3/+5
* MAINT, BUG: fixes from review and testingmattip2023-02-011-0/+34
* MAINT: Address many of Marten's commentsSebastian Berg2023-01-201-3/+19
* TST: Fix lint and ensure we have tests for empty arrays and reduceSebastian Berg2023-01-201-1/+14
* ENH: Move identity to the ArrayMethod to allow customizationSebastian Berg2023-01-201-1/+16
* TST: split long ufunc.at test (#22918)Matti Picus2023-01-031-13/+12
* MAINT: test broadcasting; test, fix output casting (from review)mattip2023-01-031-0/+11
* TST: use clean copiesmattip2023-01-031-5/+8
* MAINT: add missing test cases (from review)mattip2023-01-031-3/+20
* MAINT: improve coverage of slow path by using a user-defined dtypemattip2023-01-031-2/+9
* ENH: Slightly improve error when gufunc axes has wrong size (#22675)Sebastian Berg2022-11-281-6/+8
* Merge pull request #22422 from seberg/expose-dtype-resolution-get-loopMatti Picus2022-11-161-0/+133
|\
| * MAINT: Adopt changes from Stuart's reviewSebastian Berg2022-10-271-5/+1
| * BUG: Fix error checking of _get_strided_Loop fixed_stridesSebastian Berg2022-10-271-0/+23
| * TST: Skip ufunc loop access if `ctypes.pythonapi` is unavailableSebastian Berg2022-10-121-2/+3
| * ENH: Allow reductions in `np.add.resolve_dtypes`Sebastian Berg2022-10-121-0/+16
| * TST: Add basic tests for lowlevel access (including direct loop call)Sebastian Berg2022-10-121-0/+97
* | TST: Skip tests that are not currently supported in wasmHood Chatham2022-11-111-1/+4
* | DEP: Expire deprecation of dtype/signature allowing instancesSebastian Berg2022-11-071-0/+29
* | MAINT: remove u-prefix for former Unicode strings (#22479)Mike Taves2022-10-261-1/+1
|/
* BUG: Replace assert with correct errorSebastian Berg2022-08-051-0/+9
* API: Add leading underscore to `no_nep50_warning` and `get/set_promotion_state`Sebastian Berg2022-06-151-1/+1
* TST: More promotion change adaptions and warning filteringSebastian Berg2022-06-151-0/+1
* TST: Add final set of cast (and FPE in cast) test to ufuncsSebastian Berg2022-06-131-1/+23
* ENH: Add overflow check to float setitemSebastian Berg2022-06-131-8/+10
* TST: Fixup tests that cause FPEs during castsSebastian Berg2022-06-131-2/+3
* BUG: Prevent attempted broadcasting of 0-D output operands in ufuncsSebastian Berg2022-06-071-0/+14
* BUG: Fix segmentation fault (#21436)JohnnyOu2022-05-061-1/+15
* BUG: Use -0. as initial value for summationSebastian Berg2022-03-181-0/+54
* API: Disallow strings in logical ufuncs (#21024)Sebastian Berg2022-02-091-1/+18
* BUG: Fix incorrect return type in reduce without initial valueSebastian Berg2022-01-311-0/+12
* BUG: Relax dtype identity check in reductionsSebastian Berg2022-01-051-0/+11
* BUG: Fixup rare reducelike cast causing rejection of a valid loopSebastian Berg2021-12-071-0/+20
* FIX: Add compat hack to find force a reduce-compatible loop if we found a non...Sebastian Berg2021-12-041-0/+5
* Fix typo, fix the crucial part (yeah I forgot...) and keep a silly debug prin...Sebastian Berg2021-12-041-0/+6
* MAINT: Remove specialized `out=` casting loops and introduce resolvers for re...Sebastian Berg2021-12-031-3/+6
* BUG: Fix reduce promotion with out argumentSebastian Berg2021-11-301-0/+23
* Merge pull request #20139 from seberg/ufunc-at-new-apiMatti Picus2021-10-311-3/+5
|\
| * MAINT,BUG: Fix `ufunc.at` to use new ufunc APISebastian Berg2021-10-191-3/+5