| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | | | | fix comment | Developer-Ecosystem-Engineering | 2023-01-04 | 1 | -1/+1 | |
| | | * | | | | | move split test to test_fp_noncontiguous, remove use of as_strided as it was ... | Developer-Ecosystem-Engineering | 2023-01-04 | 1 | -53/+10 | |
| | | * | | | | | fix lint & add test_fp_noncontiguous | Developer-Ecosystem-Engineering | 2023-01-04 | 1 | -9/+48 | |
| | | * | | | | | see if stride_tricks can give us more coverage | Developer-Ecosystem-Engineering | 2023-01-04 | 1 | -1/+37 | |
| | | * | | | | | add some tests with different shape arrays | Developer-Ecosystem-Engineering | 2023-01-04 | 1 | -1/+16 | |
| | | * | | | | | re-enable vx and vxe (avoid perf regressions) for existing code by splitting ... | Developer-Ecosystem-Engineering | 2023-01-04 | 6 | -463/+577 | |
| | | * | | | | | add tests to test_simd.py | Developer-Ecosystem-Engineering | 2023-01-04 | 1 | -0/+33 | |
| | | * | | | | | Resolve linux32 stride failures | Developer-Ecosystem-Engineering | 2023-01-04 | 1 | -2/+3 | |
| | | * | | | | | Resolve linux 32 failures | Developer-Ecosystem-Engineering | 2023-01-04 | 1 | -2/+7 | |
| | | * | | | | | resolve additional platform test failures | Developer-Ecosystem-Engineering | 2023-01-04 | 2 | -11/+39 | |
| | | * | | | | | Add vector casts to resolve additional cygwin failures | Developer-Ecosystem-Engineering | 2023-01-04 | 1 | -4/+4 | |
| | | * | | | | | Address cygwin failures | Developer-Ecosystem-Engineering | 2023-01-04 | 1 | -1/+1 | |
| | | * | | | | | Fix gcc failures | Developer-Ecosystem-Engineering | 2023-01-04 | 1 | -32/+33 | |
| | | * | | | | | ENH: Implement SIMD versions of isnan,isinf, isfinite and signbit | Developer-Ecosystem-Engineering | 2023-01-04 | 5 | -277/+427 | |
| | * | | | | | | DOC:fix type in bitwise_ior | Arun Kota | 2023-01-29 | 1 | -1/+1 | |
| | | |/ / / / | |/| | | | | ||||||
| | * | | | | | Merge pull request #23045 from MikiPWata/doc/improve_nbytes_description-22925 | Matti Picus | 2023-01-26 | 1 | -0/+6 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | STY: rm newline. | Ross Barnowski | 2023-01-25 | 1 | -2/+1 | |
| | | * | | | | | DOC: Improved nbytes description | 渡邉 美希 | 2023-01-19 | 1 | -0/+7 | |
| | * | | | | | | BUG: fix type in resolve_descriptors_function typedef | Nathan Goldbaum | 2023-01-25 | 1 | -1/+1 | |
| | * | | | | | | Merge pull request #23077 from pradghos/fix_sin_cos_vxe | Sayed Adel | 2023-01-25 | 1 | -1/+2 | |
| | |\ \ \ \ \ \ | ||||||
| | | * | | | | | | replace __builtin_s390_vflls with npyv_doublee as before | Pradipta Ghosh | 2023-01-24 | 1 | -2/+2 | |
| | | * | | | | | | BUG: Fix for npyv_s32 npyv__trunc_s32_f32 (VXE) | Pradipta Ghosh | 2023-01-24 | 1 | -1/+2 | |
| | * | | | | | | | TST: Explicitly ignore promotion issues for array**2 in hypothesis test | Sebastian Berg | 2023-01-24 | 1 | -1/+6 | |
| | * | | | | | | | TST: Expand scalar/umath comparison tests especially for dtypes | Sebastian Berg | 2023-01-24 | 1 | -12/+42 | |
| | * | | | | | | | BUG: Fix `integer / float` scalar promotion | Sebastian Berg | 2023-01-24 | 1 | -16/+9 | |
| | |/ / / / / / | ||||||
| | * | | | | | | ENH: Convert methods to vectorcall conversions (#23018) | Pieter Eendebak | 2023-01-23 | 8 | -85/+157 | |
| | | |_|/ / / | |/| | | | | ||||||
| | * | | | | | Merge pull request #20970 from seberg/reduce-identity-array-meth | Matti Picus | 2023-01-21 | 13 | -129/+508 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | MAINT: Rename `initial` to `legacy_initial` in ArrayMethod | Sebastian Berg | 2023-01-20 | 2 | -3/+5 | |
| | | * | | | | | DOC: Adept code comments for clarity based on code review | Sebastian Berg | 2023-01-20 | 4 | -13/+20 | |
| | | * | | | | | MAINT: Prepend scaled float test statics with `sfloat_` | Sebastian Berg | 2023-01-20 | 1 | -14/+14 | |
| | | * | | | | | MAINT: Address review comments by Nathan | Sebastian Berg | 2023-01-20 | 3 | -23/+24 | |
| | | * | | | | | MAINT: Rename PyUFunc_GetIDentity to PyUFunc_GetDefaultIdentity | Sebastian Berg | 2023-01-20 | 3 | -5/+6 | |
| | | * | | | | | TST: Add test for wrapped ufuncs and reductions via ScaledFloat | Sebastian Berg | 2023-01-20 | 2 | -3/+104 | |
| | | * | | | | | MAINT: Address many of Marten's comments | Sebastian Berg | 2023-01-20 | 6 | -20/+39 | |
| | | * | | | | | MAINT: Remove unneeded label | Sebastian Berg | 2023-01-20 | 1 | -1/+0 | |
| | | * | | | | | TST: Fix lint and ensure we have tests for empty arrays and reduce | Sebastian Berg | 2023-01-20 | 1 | -1/+14 | |
| | | * | | | | | API: Bumpy experimental dtype api version | Sebastian Berg | 2023-01-20 | 3 | -3/+3 | |
| | | * | | | | | BUG: Fixup copying the wrong size in the cached path mostly | Sebastian Berg | 2023-01-20 | 2 | -8/+8 | |
| | | * | | | | | MAINT: Rework things to make reorderability static and default to no initial ... | Sebastian Berg | 2023-01-20 | 7 | -185/+218 | |
| | | * | | | | | MAINT: Fixup names, and add workaround lost in rebase | Sebastian Berg | 2023-01-20 | 1 | -6/+21 | |
| | | * | | | | | MAINT: Rename arraymethod reduction identity getter | Sebastian Berg | 2023-01-20 | 5 | -57/+69 | |
| | | * | | | | | DOC,MAINT: Address "simple" review comments by Marten | Sebastian Berg | 2023-01-20 | 4 | -27/+32 | |
| | | * | | | | | BUG: Fixup the default array-method, got the refcounting wrong... | Sebastian Berg | 2023-01-20 | 1 | -5/+7 | |
| | | * | | | | | ENH: Support identity-function in experimental DType API | Sebastian Berg | 2023-01-20 | 3 | -0/+66 | |
| | | * | | | | | ENH: Move identity to the ArrayMethod to allow customization | Sebastian Berg | 2023-01-20 | 6 | -92/+195 | |
| | * | | | | | | CI: musllinux_x86_64 (#22864) | Andrew Nelson | 2023-01-20 | 2 | -2/+8 | |
| | |/ / / / / | ||||||
| | * | | | | | Merge pull request #23034 from seberg/wrap-trapz | Ralf Gommers | 2023-01-20 | 1 | -0/+21 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | API: Allow SciPy to get away with assuming `trapz` is a Python function | Sebastian Berg | 2023-01-20 | 1 | -0/+21 | |
| | * | | | | | | MAINT: Move unused import into hook for pyinstaller | Sebastian Berg | 2023-01-20 | 1 | -1/+1 | |
| | |/ / / / / | ||||||
| | * | | | | | Merge pull request #23041 from charris/remove-nose-testing | Matti Picus | 2023-01-20 | 2 | -212/+1 | |
| | |\ \ \ \ \ | ||||||
