summaryrefslogtreecommitdiff
path: root/numpy/core
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | fix commentDeveloper-Ecosystem-Engineering2023-01-041-1/+1
| | * | | | | move split test to test_fp_noncontiguous, remove use of as_strided as it was ...Developer-Ecosystem-Engineering2023-01-041-53/+10
| | * | | | | fix lint & add test_fp_noncontiguousDeveloper-Ecosystem-Engineering2023-01-041-9/+48
| | * | | | | see if stride_tricks can give us more coverageDeveloper-Ecosystem-Engineering2023-01-041-1/+37
| | * | | | | add some tests with different shape arraysDeveloper-Ecosystem-Engineering2023-01-041-1/+16
| | * | | | | re-enable vx and vxe (avoid perf regressions) for existing code by splitting ...Developer-Ecosystem-Engineering2023-01-046-463/+577
| | * | | | | add tests to test_simd.pyDeveloper-Ecosystem-Engineering2023-01-041-0/+33
| | * | | | | Resolve linux32 stride failuresDeveloper-Ecosystem-Engineering2023-01-041-2/+3
| | * | | | | Resolve linux 32 failuresDeveloper-Ecosystem-Engineering2023-01-041-2/+7
| | * | | | | resolve additional platform test failuresDeveloper-Ecosystem-Engineering2023-01-042-11/+39
| | * | | | | Add vector casts to resolve additional cygwin failuresDeveloper-Ecosystem-Engineering2023-01-041-4/+4
| | * | | | | Address cygwin failuresDeveloper-Ecosystem-Engineering2023-01-041-1/+1
| | * | | | | Fix gcc failuresDeveloper-Ecosystem-Engineering2023-01-041-32/+33
| | * | | | | ENH: Implement SIMD versions of isnan,isinf, isfinite and signbitDeveloper-Ecosystem-Engineering2023-01-045-277/+427
| * | | | | | DOC:fix type in bitwise_iorArun Kota2023-01-291-1/+1
| | |/ / / / | |/| | | |
| * | | | | Merge pull request #23045 from MikiPWata/doc/improve_nbytes_description-22925Matti Picus2023-01-261-0/+6
| |\ \ \ \ \
| | * | | | | STY: rm newline.Ross Barnowski2023-01-251-2/+1
| | * | | | | DOC: Improved nbytes description渡邉 美希2023-01-191-0/+7
| * | | | | | BUG: fix type in resolve_descriptors_function typedefNathan Goldbaum2023-01-251-1/+1
| * | | | | | Merge pull request #23077 from pradghos/fix_sin_cos_vxeSayed Adel2023-01-251-1/+2
| |\ \ \ \ \ \
| | * | | | | | replace __builtin_s390_vflls with npyv_doublee as beforePradipta Ghosh2023-01-241-2/+2
| | * | | | | | BUG: Fix for npyv_s32 npyv__trunc_s32_f32 (VXE)Pradipta Ghosh2023-01-241-1/+2
| * | | | | | | TST: Explicitly ignore promotion issues for array**2 in hypothesis testSebastian Berg2023-01-241-1/+6
| * | | | | | | TST: Expand scalar/umath comparison tests especially for dtypesSebastian Berg2023-01-241-12/+42
| * | | | | | | BUG: Fix `integer / float` scalar promotionSebastian Berg2023-01-241-16/+9
| |/ / / / / /
| * | | | | | ENH: Convert methods to vectorcall conversions (#23018)Pieter Eendebak2023-01-238-85/+157
| | |_|/ / / | |/| | | |
| * | | | | Merge pull request #20970 from seberg/reduce-identity-array-methMatti Picus2023-01-2113-129/+508
| |\ \ \ \ \
| | * | | | | MAINT: Rename `initial` to `legacy_initial` in ArrayMethodSebastian Berg2023-01-202-3/+5
| | * | | | | DOC: Adept code comments for clarity based on code reviewSebastian Berg2023-01-204-13/+20
| | * | | | | MAINT: Prepend scaled float test statics with `sfloat_`Sebastian Berg2023-01-201-14/+14
| | * | | | | MAINT: Address review comments by NathanSebastian Berg2023-01-203-23/+24
| | * | | | | MAINT: Rename PyUFunc_GetIDentity to PyUFunc_GetDefaultIdentitySebastian Berg2023-01-203-5/+6
| | * | | | | TST: Add test for wrapped ufuncs and reductions via ScaledFloatSebastian Berg2023-01-202-3/+104
| | * | | | | MAINT: Address many of Marten's commentsSebastian Berg2023-01-206-20/+39
| | * | | | | MAINT: Remove unneeded labelSebastian Berg2023-01-201-1/+0
| | * | | | | TST: Fix lint and ensure we have tests for empty arrays and reduceSebastian Berg2023-01-201-1/+14
| | * | | | | API: Bumpy experimental dtype api versionSebastian Berg2023-01-203-3/+3
| | * | | | | BUG: Fixup copying the wrong size in the cached path mostlySebastian Berg2023-01-202-8/+8
| | * | | | | MAINT: Rework things to make reorderability static and default to no initial ...Sebastian Berg2023-01-207-185/+218
| | * | | | | MAINT: Fixup names, and add workaround lost in rebaseSebastian Berg2023-01-201-6/+21
| | * | | | | MAINT: Rename arraymethod reduction identity getterSebastian Berg2023-01-205-57/+69
| | * | | | | DOC,MAINT: Address "simple" review comments by MartenSebastian Berg2023-01-204-27/+32
| | * | | | | BUG: Fixup the default array-method, got the refcounting wrong...Sebastian Berg2023-01-201-5/+7
| | * | | | | ENH: Support identity-function in experimental DType APISebastian Berg2023-01-203-0/+66
| | * | | | | ENH: Move identity to the ArrayMethod to allow customizationSebastian Berg2023-01-206-92/+195
| * | | | | | CI: musllinux_x86_64 (#22864)Andrew Nelson2023-01-202-2/+8
| |/ / / / /
| * | | | | Merge pull request #23034 from seberg/wrap-trapzRalf Gommers2023-01-201-0/+21
| |\ \ \ \ \
| | * | | | | API: Allow SciPy to get away with assuming `trapz` is a Python functionSebastian Berg2023-01-201-0/+21
| * | | | | | MAINT: Move unused import into hook for pyinstallerSebastian Berg2023-01-201-1/+1
| |/ / / / /
| * | | | | Merge pull request #23041 from charris/remove-nose-testingMatti Picus2023-01-202-212/+1
| |\ \ \ \ \