summaryrefslogtreecommitdiff
path: root/numpy/core/src/multiarray
Commit message (Expand)AuthorAgeFilesLines
...
* | API: Bumpy experimental dtype api versionSebastian Berg2023-01-201-1/+1
* | MAINT: Rework things to make reorderability static and default to no initial ...Sebastian Berg2023-01-202-100/+26
* | MAINT: Fixup names, and add workaround lost in rebaseSebastian Berg2023-01-201-6/+21
* | MAINT: Rename arraymethod reduction identity getterSebastian Berg2023-01-202-19/+18
* | DOC,MAINT: Address "simple" review comments by MartenSebastian Berg2023-01-202-21/+28
* | 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-201-0/+1
* | ENH: Move identity to the ArrayMethod to allow customizationSebastian Berg2023-01-202-0/+83
* | BUG: Impelement `ArrayFunctionDispatcher.__get__`Sebastian Berg2023-01-181-1/+16
* | Merge pull request #23020 from seberg/faster-array-functionCharles Harris2023-01-173-235/+402
|\ \
| * | BUG: Fix refcounting issues in C-side `like=` implementationSebastian Berg2023-01-171-10/+15
| * | MAINT: Move some others functions to use fastcallSebastian Berg2023-01-171-23/+30
| * | MAINT: Move concatenate to fastcall protocolSebastian Berg2023-01-171-6/+12
| * | ENH: Improve array function overhead by using vectorcallSebastian Berg2023-01-173-208/+357
* | | BUG: use `_Alignof` rather than `offsetof()` on most compilers (#23016)Khem Raj2023-01-172-3/+13
|/ /
* | Merge pull request #22998 from seberg/dep-positive-finalizeCharles Harris2023-01-111-39/+2
|\ \
| * | DEP: Finalize `+arr` returning a copy e.g. for string arraysSebastian Berg2023-01-111-39/+2
* | | ENH: Improve loadtxt error with dtype and non-matchinig column number (#22996)Sebastian Berg2023-01-111-1/+10
|/ /
* | ENH: allow NEP 42 dtypes to work with np.char (#22863)Nathan Goldbaum2023-01-102-4/+41
* | DOC: remove extraneous backtick from warning (#22981)Eddie Darling2023-01-091-1/+1
* | Bug: Fix fill violating read-only flag. (#22959)Panagiotis Zestanakis2023-01-081-0/+5
* | ENH: Create string dtype instances from the abstract dtype (#22923)Nathan Goldbaum2023-01-051-1/+48
* | BUG: np.loadtxt cannot load text file with quoted fields separated by whitesp...dmbelov2023-01-011-1/+2
* | BUG: Fortify string casts against floating point warningsSebastian Berg2022-12-212-4/+10
* | BUG: Ensure correct behavior for rows ending in delimiter in loadtxt (#22836)Sebastian Berg2022-12-192-3/+6
* | MAINT: remove unnecessary forward declaration of _convert_from_anyNathan Goldbaum2022-12-141-3/+0
* | BUG: Fix refcounting errors found using pytest-leaksSebastian Berg2022-12-141-0/+3
* | Merge pull request #22792 from ngoldbaum/fix-unaligned-error-messageSebastian Berg2022-12-141-2/+3
|\ \
| * | MAINT: elaborate on error message for unaligned casting specNathan Goldbaum2022-12-131-2/+3
* | | Change argument to npy_floatstatus_..._barrier() functions to ensure itPeter Hawkins2022-12-132-3/+3
|/ /
* | MAINT: allow unsized NEP 42 user-defined dtypesNathan Goldbaum2022-12-092-3/+11
* | BUG: Fix deepcopy cleanup on errorSebastian Berg2022-12-071-53/+62
* | Merge pull request #22738 from ngoldbaum/dtype-casts-errorSebastian Berg2022-12-051-0/+8
|\ \
| * | MAINT: check if PyArrayDTypeMeta_Spec->casts is setNathan Goldbaum2022-12-051-0/+8
* | | Merge pull request #22707 from seberg/invalid-promotion-excSebastian Berg2022-12-057-136/+154
|\ \ \ | |/ / |/| |
| * | DOC: Tweak comparison code comment to be a bit more clearSebastian Berg2022-12-051-2/+2
| * | DOC: try to clarify datetime not using DTypePromotionError commentSebastian Berg2022-12-031-7/+4
| * | DOC: Tweak subclass in richcompare comments based on reviewSebastian Berg2022-12-031-6/+5
| * | BUG: Add missing error checkSebastian Berg2022-12-021-0/+3
| * | MAINT: Rename to DTypePromotionErrorSebastian Berg2022-12-026-11/+12
| * | DOC,TST: address review comments and improve test coverageSebastian Berg2022-12-021-7/+9
| * | MAINT: Remove pedantic check that exception is an exceptionSebastian Berg2022-12-021-19/+0
| * | MAINT: Fix pointer cast subclass check and for exceptionsSebastian Berg2022-12-011-2/+6
| * | API: Always reject equal/not_equal for datetime/timedelta mixSebastian Berg2022-12-011-0/+6
| * | MAINT: (equality) fixup subclass handling for new array-return pathSebastian Berg2022-12-011-5/+24
| * | DEP: Finalize the comparison FutureWarning/DeprecationWarningSebastian Berg2022-12-014-127/+89
| * | ENH: Add an InvalidPromotion exceptionSebastian Berg2022-12-016-9/+53
| |/
* | BUG: Fix some valgrind errors (and probably harmless warnings)Sebastian Berg2022-12-032-5/+8
|/
* Merge pull request #22693 from mattip/backport-mesonRalf Gommers2022-11-301-1/+1
|\
| * MAINT: unify NPY_NO_SIGNAL macrosmattip2022-11-301-1/+1