| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | | | | | | | | API: Raise EOFError when trying to load past the end of a `.npy` file (#23105) | Noé Rubinstein | 2023-01-27 | 2 | -0/+15 | |
| | | |_|_|/ / / / / / / | |/| | | | | | | | | | ||||||
| | * | | | | | | | | | | Merge pull request #22559 from richierocks/document_diag_indices_from | Matti Picus | 2023-01-26 | 1 | -0/+26 | |
| | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | | * \ \ \ \ \ \ \ \ \ | Merge branch 'main' into document_diag_indices_from | Ross Barnowski | 2023-01-25 | 312 | -6029/+10513 | |
| | | |\ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | DOC: Fix example spacing and move to end of docstring. | Ross Barnowski | 2023-01-25 | 1 | -11/+11 | |
| | | * | | | | | | | | | | | Add examples for diag_indices_from() | Richie Cotton | 2022-11-08 | 1 | -0/+26 | |
| | * | | | | | | | | | | | | Merge pull request #23098 from ganesh-k13/bug_config_array_meson | Sebastian Berg | 2023-01-26 | 1 | -1/+1 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | BUG: Handle arrays in `conf_data` | ganesh-k13 | 2023-01-26 | 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 | |
| | * | | | | | | | | | | | | | Merge pull request #23093 from seberg/f2py-error-handling-is-a-mess | Charles Harris | 2023-01-25 | 1 | -1/+8 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | BUG: Fixup f2py's handling a very little bit | Sebastian Berg | 2023-01-25 | 1 | -1/+8 | |
| | | | |/ / / / / / / / / / / | | |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | DOC, ENH: Improve docstring of real_if_close (#23087) | Pieter Eendebak | 2023-01-25 | 1 | -6/+6 | |
| | * | | | | | | | | | | | | | 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 | |
| | * | | | | | | | | | | | | | Merge pull request #23079 from seberg/fix-int-truediv-promotion | Matti Picus | 2023-01-25 | 2 | -28/+56 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | 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 | |
| | | |/ / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | | Merge pull request #21888 from WillTirone/fix_scipy_1339 | Matti Picus | 2023-01-25 | 1 | -2/+2 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | ENH: unifying error type for gh scipy #1339 | Will Tirone | 2023-01-24 | 2 | -6/+10 | |
| | | * | | | | | | | | | | | | | Changing error type in test for nan values in poly test | Will Tirone | 2022-06-30 | 1 | -1/+1 | |
| | | * | | | | | | | | | | | | | MAINT: changing the method of checking for nan / inf values in numpy.linalg.eig. | Will Tirone | 2022-06-29 | 1 | -7/+3 | |
| | * | | | | | | | | | | | | | | BLD: Meson `__config__` generation (#22769) | Ganesh Kathiresan | 2023-01-24 | 3 | -129/+251 | |
| | | |/ / / / / / / / / / / / | |/| | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | ENH: Convert methods to vectorcall conversions (#23018) | Pieter Eendebak | 2023-01-23 | 9 | -91/+159 | |
| | | |_|_|_|_|/ / / / / / / | |/| | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | BUG: fix broken numpy.distutils Fortran handling | Ralf Gommers | 2023-01-22 | 2 | -4/+10 | |
| | | |_|_|_|_|/ / / / / / | |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | | DEP: Remove the deprecated utils.py shim. | Charles Harris | 2023-01-21 | 2 | -30/+0 | |
| | * | | | | | | | | | | | 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 | 3 | -3/+23 | |
| | |/ / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | Merge pull request #23034 from seberg/wrap-trapz | Ralf Gommers | 2023-01-20 | 2 | -0/+40 | |
| | |\ \ \ \ \ \ \ \ \ \ \ | ||||||
