summaryrefslogtreecommitdiff
path: root/numpy/core/src/multiarray
Commit message (Expand)AuthorAgeFilesLines
...
| * | | MAINT: revert change to legacy pathNathan Goldbaum2023-03-301-1/+1
| * | | MAINT: fix compiling on MUSLNathan Goldbaum2023-03-301-3/+2
| * | | MAINT: improve error when a dtype doesn't support the buffer interfaceNathan Goldbaum2023-03-301-3/+12
| | |/ | |/|
* | | Merge pull request #23504 from seberg/decref-delCharles Harris2023-03-311-1/+0
|\ \ \ | |/ / |/| |
| * | MAINT: Remove reference to PyArray_GetArrayParamsFromObjectCharles Harris2023-03-311-1/+0
| |/
* | MAINT: use PyArray_ClearBuffer in PyArray_FillWithScalarNathan Goldbaum2023-03-291-1/+2
|/
* BUG: Use output when given on numpy.dot C-API branch (#23459)Pedro Lameiras2023-03-281-4/+3
* Merge pull request #21120 from BvB93/matmulMatti Picus2023-03-261-7/+65
|\
| * BUG: Remove self == res assert for inplace matmulSebastian Berg2022-12-021-3/+1
| * ENH: Replace AxisError with more spefic oneSebastian Berg2022-12-021-1/+21
| * ENH: Implement matmul using the nuclear optionsSebastian Berg2022-12-021-23/+40
| * MAINT: Move check and expand error message slightlySebastian Berg2022-12-021-3/+6
| * MAINT: Explicitly raise when `a @= b` would otherwise broadcast the outputBas van Beek2022-12-021-2/+23
| * DOC: Remove an outdated `matmul` commentBas van Beek2022-12-021-1/+0
| * ENH: Add support for inplace matrix multiplicationBas van Beek2022-12-021-6/+6
* | Merge pull request #23404 from ngoldbaum/dtype-class-array-creationSebastian Berg2023-03-234-70/+178
|\ \
| * | MAINT: Simplify reference counting in the np.array() internal codeSebastian Berg2023-03-201-54/+35
| * | MAINT: respond to review commentsNathan Goldbaum2023-03-202-17/+27
| * | MAINT: move npy_dtype_info definition back to descriptor.hNathan Goldbaum2023-03-206-16/+13
| * | MAINT: avoid calling PyArray_AdaptDescriptorToArray in some casesNathan Goldbaum2023-03-171-4/+26
| * | MAINT: Indicate private functions with _int suffix.Nathan Goldbaum2023-03-173-35/+44
| * | BUG: handle errors from PyArray_AdaptDescriptorToArrayNathan Goldbaum2023-03-171-0/+5
| * | ENH: allow using dtype classes in array creation functionsNathan Goldbaum2023-03-1710-69/+153
* | | Merge pull request #23240 from byrdie/bugfix/ufunc_where_propagationSebastian Berg2023-03-223-1/+19
|\ \ \
| * | | ENH: Modified `PyUFunc_CheckOverride` to allow the `where` argument to overri...Roy Smart2023-02-243-1/+19
* | | | BUG: Fix busday_count for reversed dates (#23229)Pieter Eendebak2023-03-201-0/+5
| |/ / |/| |
* | | ENH: Add support for argmin and argmax for NEP42 dtypespdmurray2023-03-071-6/+11
* | | BUG: Fix reference counting error in arraydescr_newNathan Goldbaum2023-03-021-1/+0
* | | MAINT: allow NPY_DT_NUMERIC flag on user dtypesNathan Goldbaum2023-03-011-3/+5
* | | BUG: sorting checks `NPY_NEEDS_PYAPI` instead of `NPY_ITEM_REFCOUNT`Nathan Goldbaum2023-02-271-6/+6
* | | Merge pull request #23279 from seberg/issue-23277Charles Harris2023-02-252-2/+15
|\ \ \
| * | | BUG: Allow no-op clearing of void dtypesSebastian Berg2023-02-252-2/+15
| |/ /
* | | Merge pull request #23262 from ngoldbaum/public-array-clear-on-dtypeSebastian Berg2023-02-254-40/+37
|\ \ \
| * | | MAINT: return early from PyArray_FillObjectArray for non-legacy dtypesNathan Goldbaum2023-02-242-24/+17
| * | | DOC: reword explanatory commentNathan Goldbaum2023-02-241-10/+5
| * | | MAINT: initialize non-legacy REFCHK arrays outside PyArray_FillObjectArrayNathan Goldbaum2023-02-242-11/+27
| * | | MAINT: fencepost error fix and cleanup for dtype slots setupNathan Goldbaum2023-02-241-4/+4
| * | | API: expose traversal typedefs and get_clear_function slotNathan Goldbaum2023-02-243-27/+9
| * | | MAINT: refactor custom dtype slot setupNathan Goldbaum2023-02-242-10/+21
| |/ /
* | | MAINT: Use strong references/copies for sorting bufferSebastian Berg2023-02-251-12/+16
|/ /
* | Merge pull request #23190 from ngoldbaum/is-numericCharles Harris2023-02-222-3/+13
|\ \
| * | ENH: add _is_numeric attribute for DType classesNathan Goldbaum2023-02-162-3/+13
* | | Merge pull request #23261 from ngoldbaum/nditer-error-tweakCharles Harris2023-02-221-1/+2
|\ \ \
| * | | MAINT: use full flag name in nditer constructor errorNathan Goldbaum2023-02-221-1/+2
* | | | Merge pull request #23165 from mattip/meson_windowsRalf Gommers2023-02-221-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | BUG: fix code inside assertmattip2023-02-211-1/+1
* | | | BUG: Fix initialization and cleanup of cast_info in put/putmaskSebastian Berg2023-02-221-9/+12
* | | | BUG: Pass threadstte to check_and_adjust_indexSebastian Berg2023-02-201-1/+1
* | | | MAINT: Avoid PyArray_Item_INCREF in putmaskSebastian Berg2023-02-201-12/+29
* | | | MAINT: Further removal of PyArray_Item_INCREF useSebastian Berg2023-02-201-24/+65