summaryrefslogtreecommitdiff
path: root/numpy/core/src/multiarray/iterators.h
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Standardize guards in numpy/core/src/multiarray.Charles Harris2021-09-051-3/+3
* MAINT: Remove need for intermediate refcount incs in deallocSebastian Berg2019-07-261-0/+3
* MAINT: remove unused parse_index()Tyler Reddy2018-10-261-11/+0
* MAINT: Use PySlice_GetIndicesEx instead of custom reimplementationNathaniel J. Smith2016-02-091-5/+0
* BUG: Fix indexing 0-sized arrays using empty fancy-indexesSebastian Berg2013-04-121-1/+2
* Remove maskna API from ndarray, and all (and only) the code supporting itNathaniel J. Smith2012-06-161-6/+2
* UPD: Use prefixed macros in *.h files except in numpy/numarray.Charles Harris2012-02-041-3/+3
* ENH: missingdata: Get the NA mask working with slice indexingMark Wiebe2011-08-271-4/+11
* Move subscript iterator in mapping protocol.David Cournapeau2009-04-301-16/+0
* Put multiarray modul sources into separate directory.David Cournapeau2009-04-301-0/+38