summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | API: Raise EOFError when trying to load past the end of a `.npy` file (#23105)Noé Rubinstein2023-01-272-0/+15
| | |_|_|/ / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Merge pull request #22559 from richierocks/document_diag_indices_fromMatti Picus2023-01-261-0/+26
| |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Merge branch 'main' into document_diag_indices_fromRoss Barnowski2023-01-25312-6029/+10513
| | |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | DOC: Fix example spacing and move to end of docstring.Ross Barnowski2023-01-251-11/+11
| | * | | | | | | | | | | Add examples for diag_indices_from()Richie Cotton2022-11-081-0/+26
| * | | | | | | | | | | | Merge pull request #23098 from ganesh-k13/bug_config_array_mesonSebastian Berg2023-01-261-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | BUG: Handle arrays in `conf_data`ganesh-k132023-01-261-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
| * | | | | | | | | | | | | Merge pull request #23093 from seberg/f2py-error-handling-is-a-messCharles Harris2023-01-251-1/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | BUG: Fixup f2py's handling a very little bitSebastian Berg2023-01-251-1/+8
| | | |/ / / / / / / / / / / | | |/| | | | | | | | | | |
| * | | | | | | | | | | | | DOC, ENH: Improve docstring of real_if_close (#23087)Pieter Eendebak2023-01-251-6/+6
| * | | | | | | | | | | | | 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
| * | | | | | | | | | | | | Merge pull request #23079 from seberg/fix-int-truediv-promotionMatti Picus2023-01-252-28/+56
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | 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
| | |/ / / / / / / / / / / /
| * | | | | | | | | | | | | Merge pull request #21888 from WillTirone/fix_scipy_1339Matti Picus2023-01-251-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | ENH: unifying error type for gh scipy #1339Will Tirone2023-01-242-6/+10
| | * | | | | | | | | | | | | Changing error type in test for nan values in poly testWill Tirone2022-06-301-1/+1
| | * | | | | | | | | | | | | MAINT: changing the method of checking for nan / inf values in numpy.linalg.eig.Will Tirone2022-06-291-7/+3
| * | | | | | | | | | | | | | BLD: Meson `__config__` generation (#22769)Ganesh Kathiresan2023-01-243-129/+251
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | ENH: Convert methods to vectorcall conversions (#23018)Pieter Eendebak2023-01-239-91/+159
| | |_|_|_|_|/ / / / / / / | |/| | | | | | | | | | |
| * | | | | | | | | | | | BUG: fix broken numpy.distutils Fortran handlingRalf Gommers2023-01-222-4/+10
| | |_|_|_|_|/ / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | DEP: Remove the deprecated utils.py shim.Charles Harris2023-01-212-30/+0
| * | | | | | | | | | | 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-203-3/+23
| |/ / / / / / / / / / /
| * | | | | | | | | | | Merge pull request #23034 from seberg/wrap-trapzRalf Gommers2023-01-202-0/+40
| |\ \ \ \ \ \ \ \ \ \ \