summaryrefslogtreecommitdiff
path: root/numpy/core/src/multiarray/sequence.c
Commit message (Expand)AuthorAgeFilesLines
* STY: Small cleanups of includes in *.c files.Charles Harris2021-09-031-2/+3
* MAIN: Minor include rationalization.Charles Harris2021-09-031-1/+1
* ENH: Raise TypeError on concat for np.arrayvrakesh2020-06-271-1/+16
* BUG: Added missing error check in `ndarray.__contains__` (gh-15553)Ganesh Kathiresan2020-02-131-0/+5
* MAINT: Simplify array_contains using PyArray_AnyAllan Haldane2017-09-141-76/+5
* MAINT: array_any_nonzero now uses new iterator APIAllan Haldane2017-09-131-20/+57
* BUG: PyArray_CountNonzero does not check for exceptionsAllan Haldane2017-09-131-0/+7
* MAINT: Remove __setslice__ and __getslice__Eric Wieser2017-02-091-87/+3
* BUG: Raise some out of bound negative index in PySequence_GetItemSebastian Berg2014-02-151-3/+3
* MAINT: Remove outdated version checks.Charles Harris2013-07-111-13/+0
* ENH: Cleanup and simplify array_item code.872013-04-111-2/+2
* STY: core: move non-Py3 specific stuff out from npy_3kcompat.h to private npy...Pauli Virtanen2012-07-131-1/+1
* Remove maskna API from ndarray, and all (and only) the code supporting itNathaniel J. Smith2012-06-161-22/+1
* Rename PyArray_RequireWriteable to PyArray_FailUnlessWriteableNathaniel J. Smith2012-05-221-1/+1
* Consolidate all array writeability checking in new PyArray_RequireWriteableNathaniel J. Smith2012-05-151-3/+1
* DEP: Update all the '#define NPY_NO_DEPRECATED_API' instances to beMark Wiebe2012-04-061-1/+1
* UPD: Various fixes, Remove #define NPY_NO_PREFIX from files in core.Charles Harris2012-02-051-1/+1
* UPD: Make multiarray *.c files use prefixed macros.Charles Harris2012-02-041-2/+1
* UPD: Use prefixed macros in *.c files except numarray and linalg.Charles Harris2012-02-041-2/+2
* STY: Fix a few cases of spaces not following conventionsMark Wiebe2011-10-011-1/+1
* WRN: Remove many warnings when building at a higher warning levelMark Wiebe2011-10-011-3/+3
* ENH: core: Rename PyArrayObject_fieldaccess to PyArrayObject_fieldsMark Wiebe2011-08-271-1/+1
* ENH: missingdata: Fix remaining issues in scalar -> array assignment functionMark Wiebe2011-08-271-1/+2
* ENH: missingdata: In progress making slicing work with NA masksMark Wiebe2011-08-271-1/+24
* ENH: core: Rename PyArray_SetBase to PyArray_SetBaseObject to be more clearMark Wiebe2011-07-221-1/+1
* ENH: core: Got the tests running after the ArrayObject field access deprecationMark Wiebe2011-07-191-22/+21
* ENH: core: More cleanup towards deprecating direct arrayobject field accessMark Wiebe2011-07-191-19/+22
* ENH: core: Deprecate some bad namespace-polluting macrosMark Wiebe2011-07-061-1/+2
* WHT: Whitespace cleanup.Charles Harris2011-02-031-1/+0
* ENH: core: make npy_3kcompat.h header public, for easier usage in ScipyPauli Virtanen2010-07-171-1/+1
* 3K: add missing includes for NPY_SEPARATE_COMPILATIONPauli Virtanen2009-12-061-0/+2
* 3K: take care of changes in ob_* introduced by :pep:`3123`Pauli Virtanen2009-12-061-1/+1
* wrap config header with npy_config.hDavid Cournapeau2009-09-221-1/+1
* Move array_any_nonzero to buffer.c, where it is used, and mark it static.David Cournapeau2009-05-061-0/+32
* Make sure every source file for multiarray module include config.hDavid Cournapeau2009-04-301-0/+1
* ctors module now builds wo including arrayobject.h.David Cournapeau2009-04-301-1/+1
* Put multiarray modul sources into separate directory.David Cournapeau2009-04-301-0/+150