summaryrefslogtreecommitdiff
path: root/numpy/core/src/multiarray/mapping.c
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Refactor internal array creation to also allow dtype preservationSebastian Berg2023-04-261-4/+6
* MAINT: replace `NPY_INLINE` with `inline`Ralf Gommers2022-11-251-3/+3
* BUG: Avoid `NpyIter_EnableExternalLoop` as it resets the bufferSebastian Berg2022-06-131-3/+5
* BUG: Fix needs_api for avanced assignments without subspace and remove unnece...Sebastian Berg2022-06-131-3/+1
* BUG: Fix invalid access due to `iter` already being cleaned upSebastian Berg2022-06-131-2/+2
* ENH: Add floating point error handling to advanced indexingSebastian Berg2022-06-131-39/+117
* fixupsSebastian Berg2022-06-131-4/+1
* WIP: Threads things into nditer for ufuncs and advanced indexingSebastian Berg2022-06-131-3/+32
* ENH: Check floating point error flags for all castsSebastian Berg2022-06-131-6/+24
* DEP: Remove support for non-tuple nd-indices.Peter Hawkins2022-02-141-120/+10
* DEP: remove NPY_ARRAY_UPDATEIFCOPY, deprecated in 1.14 (#20589)Matti Picus2021-12-181-1/+1
* STY: Small cleanups of includes in *.c files.Charles Harris2021-09-031-3/+3
* MAIN: Minor include rationalization.Charles Harris2021-09-031-1/+1
* Merge pull request #18398 from seberg/casting-loop-signatureMatti Picus2021-03-181-15/+19
|\
| * MAINT: Fix casting signatures to align with NEP 43Sebastian Berg2021-02-111-15/+19
* | BUG: Fix iterator shape in advanced index assignment broadcast errorSebastian Berg2021-02-121-43/+60
|/
* Update numpy/core/src/multiarray/mapping.cSebastian Berg2021-01-291-2/+0
* BUG: Ensure too many advanced indices raises an exceptionSebastian Berg2021-01-111-1/+15
* BUG: Fix incorrect brackets leading to error leak in mapping.cSebastian Berg2020-11-291-1/+2
* MAINT: Replace PyUString_ConcatAndDel in mapping.c.Charles Harris2020-09-301-45/+27
* MAINT: Replace PyBaseString_Check by PyUnicode_CheckCharles Harris2020-09-121-3/+3
* Merge pull request #17152 from eric-wieser/avoid-NpySlice_GetIndicesExSebastian Berg2020-08-241-3/+3
|\
| * MAINT: Replace NpySlice_GetIndicesEx with PySlice_GetIndicesExEric Wieser2020-08-241-3/+3
* | MAINT: Replace PyUString_* by PyUnicode_* equivalents.Charles Harris2020-08-231-4/+4
|/
* MAINT: Add error return to all casting functionality and NpyIterSebastian Berg2020-08-111-19/+24
* BUG: Raise correct errors in boolean indexing fast path (gh-17010)Aaron Meurer2020-08-061-9/+9
* Fixups/comments for compiler warningsSebastian Berg2020-07-081-1/+1
* Use PyArray_Pack in a few other placesSebastian Berg2020-07-081-1/+2
* BUG: Fix reference count leak in mapping.cSebastian Berg2020-06-131-2/+2
* DEP: Ensure indexing errors will be raised even on empty resultsSebastian Berg2020-05-271-9/+46
* DOC: Fix typos and cosmetic issuesMartin Michlmayr2020-05-171-1/+1
* ENH: improved error message `IndexError: too many indices for array` (#15832)Yilin LI2020-03-261-2/+5
* MAINT: Use `.identifier = val` to fill type structsSebastian Berg2020-02-011-47/+4
* BUG: Use PyDict_GetItemWithError() instead of PyDict_GetItem()Eric Wieser2020-01-141-2/+5
* MAINT: Cleanup most PY3K #ifdef guardsSeth Troisi2020-01-071-17/+0
* Fix other incorrect narrowing for format stringsEric Wieser2019-10-171-3/+3
* MAINT: Add NPY_UNUSED in many places where it was missingSebastian Berg2019-09-111-1/+1
* BUG: Make advanced indexing result on read-only subclass writeable (#14171)jeremiedbb2019-08-011-1/+1
* BUG: Refcount fixes (#13860)Sebastian Berg2019-07-031-7/+16
* ENH: Allow dtype objects to be indexed with multiple fields at once (#10417)Eric Wieser2019-06-071-83/+17
* BUG: Fix use-after-free in boolean indexingBruce Merry2019-06-041-1/+3
* STY: Fix weird indents to be multiples of 4 spacesEric Wieser2019-03-201-20/+20
* BUG: fix uint alignment asserts in lowlevel loopsAllan Haldane2019-01-031-2/+4
* ENH: add back the multifield copy->view changeAllan Haldane2018-11-261-48/+4
* BUG: Fix memory leak in mapping.cCharles Harris2018-10-091-1/+1
* ENH: Make copy-code-paths check for uint-alignmentAllan Haldane2018-09-271-5/+6
* BUG: Ensure boolean indexing of subclasses sets base correctly.Marten van Kerkwijk2018-09-191-1/+1
* MAINT: trivially refactor mapped indexingmattip2018-08-061-14/+14
* fix from reviewmattip2018-07-061-1/+0
* BUG: decref of field title caused segfaultmattip2018-07-051-1/+0