| Commit message (Expand) | Author | Age | Files | Lines |
* | MAINT: Fixup handling of subarray dtype in ufunc.resolve_dtypes | Sebastian Berg | 2023-04-26 | 1 | -3/+3 |
* | BUG: fix loading and storing big arrays on s390x | Aleksei Nikiforov | 2023-03-30 | 1 | -0/+7 |
* | BUG: in the fastest path form ufunc.at, properly increment args[2] | mattip | 2023-03-27 | 1 | -0/+11 |
* | Fix typos found by copdespell | Dimitri Papadopoulos | 2023-02-11 | 1 | -1/+1 |
* | Merge pull request #23181 from mhvk/ufunc-at-complex-add-subtract-multiply | Matti Picus | 2023-02-10 | 1 | -0/+17 |
|\ |
|
| * | ENH: enable fast indexed loops for complex add, subtract, multiply | Marten van Kerkwijk | 2023-02-09 | 1 | -3/+20 |
* | | ENH: add indexed loops for maximum, minimum, fmax, fmin (#23177) | Matti Picus | 2023-02-09 | 1 | -5/+5 |
|/ |
|
* | BUG/ENH: Fix fast index loops for 1-el array / allow scalar value | Marten van Kerkwijk | 2023-02-08 | 1 | -0/+9 |
* | TST, BUG: add a test for unary ufuncs, fix condition for indexed loops | mattip | 2023-02-07 | 1 | -0/+7 |
* | TST: add test (from review) | mattip | 2023-02-07 | 1 | -0/+7 |
* | BUG: Deal with casting and non-contig/1-D indices | Sebastian Berg | 2023-02-06 | 1 | -0/+8 |
* | MAINT: linting | mattip | 2023-02-01 | 1 | -3/+5 |
* | MAINT, BUG: fixes from review and testing | mattip | 2023-02-01 | 1 | -0/+34 |
* | MAINT: Address many of Marten's comments | Sebastian Berg | 2023-01-20 | 1 | -3/+19 |
* | TST: Fix lint and ensure we have tests for empty arrays and reduce | Sebastian Berg | 2023-01-20 | 1 | -1/+14 |
* | ENH: Move identity to the ArrayMethod to allow customization | Sebastian Berg | 2023-01-20 | 1 | -1/+16 |
* | TST: split long ufunc.at test (#22918) | Matti Picus | 2023-01-03 | 1 | -13/+12 |
* | MAINT: test broadcasting; test, fix output casting (from review) | mattip | 2023-01-03 | 1 | -0/+11 |
* | TST: use clean copies | mattip | 2023-01-03 | 1 | -5/+8 |
* | MAINT: add missing test cases (from review) | mattip | 2023-01-03 | 1 | -3/+20 |
* | MAINT: improve coverage of slow path by using a user-defined dtype | mattip | 2023-01-03 | 1 | -2/+9 |
* | ENH: Slightly improve error when gufunc axes has wrong size (#22675) | Sebastian Berg | 2022-11-28 | 1 | -6/+8 |
* | Merge pull request #22422 from seberg/expose-dtype-resolution-get-loop | Matti Picus | 2022-11-16 | 1 | -0/+133 |
|\ |
|
| * | MAINT: Adopt changes from Stuart's review | Sebastian Berg | 2022-10-27 | 1 | -5/+1 |
| * | BUG: Fix error checking of _get_strided_Loop fixed_strides | Sebastian Berg | 2022-10-27 | 1 | -0/+23 |
| * | TST: Skip ufunc loop access if `ctypes.pythonapi` is unavailable | Sebastian Berg | 2022-10-12 | 1 | -2/+3 |
| * | ENH: Allow reductions in `np.add.resolve_dtypes` | Sebastian Berg | 2022-10-12 | 1 | -0/+16 |
| * | TST: Add basic tests for lowlevel access (including direct loop call) | Sebastian Berg | 2022-10-12 | 1 | -0/+97 |
* | | TST: Skip tests that are not currently supported in wasm | Hood Chatham | 2022-11-11 | 1 | -1/+4 |
* | | DEP: Expire deprecation of dtype/signature allowing instances | Sebastian Berg | 2022-11-07 | 1 | -0/+29 |
* | | MAINT: remove u-prefix for former Unicode strings (#22479) | Mike Taves | 2022-10-26 | 1 | -1/+1 |
|/ |
|
* | BUG: Replace assert with correct error | Sebastian Berg | 2022-08-05 | 1 | -0/+9 |
* | API: Add leading underscore to `no_nep50_warning` and `get/set_promotion_state` | Sebastian Berg | 2022-06-15 | 1 | -1/+1 |
* | TST: More promotion change adaptions and warning filtering | Sebastian Berg | 2022-06-15 | 1 | -0/+1 |
* | TST: Add final set of cast (and FPE in cast) test to ufuncs | Sebastian Berg | 2022-06-13 | 1 | -1/+23 |
* | ENH: Add overflow check to float setitem | Sebastian Berg | 2022-06-13 | 1 | -8/+10 |
* | TST: Fixup tests that cause FPEs during casts | Sebastian Berg | 2022-06-13 | 1 | -2/+3 |
* | BUG: Prevent attempted broadcasting of 0-D output operands in ufuncs | Sebastian Berg | 2022-06-07 | 1 | -0/+14 |
* | BUG: Fix segmentation fault (#21436) | JohnnyOu | 2022-05-06 | 1 | -1/+15 |
* | BUG: Use -0. as initial value for summation | Sebastian Berg | 2022-03-18 | 1 | -0/+54 |
* | API: Disallow strings in logical ufuncs (#21024) | Sebastian Berg | 2022-02-09 | 1 | -1/+18 |
* | BUG: Fix incorrect return type in reduce without initial value | Sebastian Berg | 2022-01-31 | 1 | -0/+12 |
* | BUG: Relax dtype identity check in reductions | Sebastian Berg | 2022-01-05 | 1 | -0/+11 |
* | BUG: Fixup rare reducelike cast causing rejection of a valid loop | Sebastian Berg | 2021-12-07 | 1 | -0/+20 |
* | FIX: Add compat hack to find force a reduce-compatible loop if we found a non... | Sebastian Berg | 2021-12-04 | 1 | -0/+5 |
* | Fix typo, fix the crucial part (yeah I forgot...) and keep a silly debug prin... | Sebastian Berg | 2021-12-04 | 1 | -0/+6 |
* | MAINT: Remove specialized `out=` casting loops and introduce resolvers for re... | Sebastian Berg | 2021-12-03 | 1 | -3/+6 |
* | BUG: Fix reduce promotion with out argument | Sebastian Berg | 2021-11-30 | 1 | -0/+23 |
* | Merge pull request #20139 from seberg/ufunc-at-new-api | Matti Picus | 2021-10-31 | 1 | -3/+5 |
|\ |
|
| * | MAINT,BUG: Fix `ufunc.at` to use new ufunc API | Sebastian Berg | 2021-10-19 | 1 | -3/+5 |