summaryrefslogtreecommitdiff
path: root/numpy/core/src/multiarray/flagsobject.c
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Fix typos found by codespellDimitri Papadopoulos2022-10-071-1/+1
* MAINT: Remove the RELAXED_STRIDES_CHECKING env variableSebastian Berg2022-02-111-37/+5
* DEP: remove NPY_ARRAY_UPDATEIFCOPY, deprecated in 1.14 (#20589)Matti Picus2021-12-181-66/+2
* STY: Small cleanups of includes in *.c files.Charles Harris2021-09-031-2/+2
* MAIN: Minor include rationalization.Charles Harris2021-09-031-1/+1
* MAINT: Fix the module of `flagsobj`Bas van Beek2021-07-081-1/+1
* BUG: Fix getter and setter signaturesJoe Marshall2021-06-301-40/+47
* Merge branch 'master' into cleanup-LongEric Wieser2020-08-241-1/+1
|\
| * MAINT: Replace PyUString_* by PyUnicode_* equivalents.Charles Harris2020-08-231-1/+1
* | MAINT: Replace PyInt macros with their PyLong replacementEric Wieser2020-08-241-1/+1
|/
* MAINT: Use `.identifier = val` to fill type structsSebastian Berg2020-02-011-47/+10
* MAINT: C code simplificationSeth Troisi2020-01-081-34/+12
* MAINT: Cleanup most PY3K #ifdef guardsSeth Troisi2020-01-071-9/+0
* ENH: Deprecate writeable broadcast_array (#12609)Matti Picus2019-06-281-11/+75
* STY: Fix weird indents to be multiples of 4 spacesEric Wieser2019-03-201-1/+1
* ENH: Implement methods for uint-alignmentAllan Haldane2018-09-271-1/+2
* BUG: test, fix for missing flags['WRITEBACKIFCOPY'] keymattip2018-03-221-1/+1
* DOC: fix minor typosUnknown2017-12-121-1/+1
* DEP, ENH: deprecate UPDATEIFCOPY (except for nditer) and replace with WRITEBA...Matti Picus2017-11-081-10/+73
* STY: Giant whitespace cleanup.Charles Harris2013-08-181-1/+1
* MAINT: Remove outdated version checks.Charles Harris2013-07-111-6/+0
* API: Implement new flags API with NPY_RELAXED_STRIDES_CHECKINGSebastian Berg2013-04-011-4/+52
* MNT: Remove unnecessary special cases in _UpdateContiguousFlagsSebastian Berg2012-10-231-16/+0
* MNT: Minor cleanups in comments and lowlevel_strided_loops.Sebastian Berg2012-10-221-2/+3
* API: Change Flags Updateing to allow C-/F-contiguous arraysSebastian Berg2012-10-211-62/+45
* 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-109/+0
* DEP: Update all the '#define NPY_NO_DEPRECATED_API' instances to beMark Wiebe2012-04-061-1/+1
* BUG: Make attempted attribute/iterator_element deletions not segfault.Charles Harris2012-02-161-6/+39
* 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-4/+4
* ENH: missingdata: Fill in buffered NAMASK nditer, add maskna= to zeros, empty...Mark Wiebe2011-08-271-2/+2
* ENH: missingdata: Fill in view function, add many tests for NA view functionsMark Wiebe2011-08-271-1/+1
* ENH: missingdata: Have some basic assignment and indexing with NA workingMark Wiebe2011-08-271-12/+15
* ENH: missingdata: Add (untested) functions for creating the NA maskMark Wiebe2011-08-271-7/+103
* ENH: core: more progress removing direct ArrayObject field accessMark Wiebe2011-07-191-26/+26
* ENH: core: Some fixes, change some tests to not use yieldMark Wiebe2011-07-191-6/+6
* ENH: core: More progress refactoring code to not use PyArrayObject fields dir...Mark Wiebe2011-07-191-1/+8
* ENH: core: Deprecate some bad namespace-polluting macrosMark Wiebe2011-07-061-37/+45
* WRN: Fix some warnings and suspicious looking codeMark Wiebe2011-01-271-6/+6
* ENH: core: make npy_3kcompat.h header public, for easier usage in ScipyPauli Virtanen2010-07-171-1/+1
* STY: Indentation, break lines, replace 1 by METH_VARARGS, whitespace.Charles Harris2009-12-191-14/+14
* 3K: more careful error checking in flagsobject.c:arrayflags_getitem for Unico...Pauli Virtanen2009-12-061-1/+7
* 3K: core: PyString conversion in flagsobject.cPauli Virtanen2009-12-061-8/+34
* 3K: core: handle removed tp_compare and PyObject_ComparePauli Virtanen2009-12-061-1/+30
* 3K: take care of changes in ob_* introduced by :pep:`3123`Pauli Virtanen2009-12-061-1/+1
* 3K: compatibility wrappers for PyInt->PyLong and PyString->PyBytesPauli Virtanen2009-12-061-0/+2
* wrap config header with npy_config.hDavid Cournapeau2009-09-221-1/+1
* ENH: fix a few unused/missing initialized warnings.David Cournapeau2009-09-161-0/+3