summaryrefslogtreecommitdiff
path: root/numpy/core/src/multiarray/mapping.h
Commit message (Expand)AuthorAgeFilesLines
* ENH: Add floating point error handling to advanced indexingSebastian Berg2022-06-131-1/+1
* MAINT: Standardize guards in numpy/core/src/multiarray.Charles Harris2021-09-051-3/+3
* MAINT: Remove single file compilation support.Charles Harris2015-10-081-4/+0
* DEP: Deprecate boolean array indices with non-matching shapeSebastian Berg2015-06-061-1/+5
* BUG: Raise some out of bound negative index in PySequence_GetItemSebastian Berg2014-02-151-1/+1
* MAINT: move npy_index_info into mapping.hSebastian Berg2014-02-061-1/+20
* Fix bugs with old mapiter compatibilitySebastian Berg2014-02-061-1/+1
* Working mostly now, need to plug back in the exposed APISebastian Berg2014-02-061-12/+9
* Start trying to include operand into iteratorSebastian Berg2014-02-061-2/+7
* WIP: use fast_take and fix DeprecationsSebastian Berg2014-02-061-1/+1
* ENH: Attempt to rewrite the index parsing.Sebastian Berg2014-02-061-3/+2
* BUG: multiarray/mapping -- address for former renaming of array_ass_big_itemYaroslav Halchenko2013-10-171-10/+1
* MAINT: Remove outdated version checks.Charles Harris2013-07-111-10/+3
* ENH: Rename array_subscript to array_subscipt_fromobject and refactor array_s...872013-04-111-2/+2
* ENH: Use array_subscript_asarray to ensure an array type return value872013-04-111-0/+3
* ENH: Cleanup and simplify array_item code.872013-04-111-4/+7
* BUG: Replace unprefixed SIZEOF_* macros with prefixed versions.Charles Harris2013-01-051-1/+2
* wrong error checkJohn Salvatier2012-12-011-1/+1
* UPD: Use prefixed macros in *.h files except in numpy/numarray.Charles Harris2012-02-041-4/+4
* Move some declarations from arrayobject.h to the module which actually define...David Cournapeau2009-05-201-0/+6
* Fix separate/batch compilation.David Cournapeau2009-04-301-0/+4
* Move subscript iterator in mapping protocol.David Cournapeau2009-04-301-0/+16
* More arraobject.h inclusions removed.David Cournapeau2009-04-301-0/+3
* Fix array_ass_item definition for python 2.4.David Cournapeau2009-04-301-10/+8
* Put multiarray modul sources into separate directory.David Cournapeau2009-04-301-0/+35