| Commit message (Expand) | Author | Age | Files | Lines |
* | MAINT: Fix typos found by codespell | Dimitri Papadopoulos | 2022-10-07 | 1 | -1/+1 |
* | MAINT: Remove the RELAXED_STRIDES_CHECKING env variable | Sebastian Berg | 2022-02-11 | 1 | -37/+5 |
* | DEP: remove NPY_ARRAY_UPDATEIFCOPY, deprecated in 1.14 (#20589) | Matti Picus | 2021-12-18 | 1 | -66/+2 |
* | STY: Small cleanups of includes in *.c files. | Charles Harris | 2021-09-03 | 1 | -2/+2 |
* | MAIN: Minor include rationalization. | Charles Harris | 2021-09-03 | 1 | -1/+1 |
* | MAINT: Fix the module of `flagsobj` | Bas van Beek | 2021-07-08 | 1 | -1/+1 |
* | BUG: Fix getter and setter signatures | Joe Marshall | 2021-06-30 | 1 | -40/+47 |
* | Merge branch 'master' into cleanup-Long | Eric Wieser | 2020-08-24 | 1 | -1/+1 |
|\ |
|
| * | MAINT: Replace PyUString_* by PyUnicode_* equivalents. | Charles Harris | 2020-08-23 | 1 | -1/+1 |
* | | MAINT: Replace PyInt macros with their PyLong replacement | Eric Wieser | 2020-08-24 | 1 | -1/+1 |
|/ |
|
* | MAINT: Use `.identifier = val` to fill type structs | Sebastian Berg | 2020-02-01 | 1 | -47/+10 |
* | MAINT: C code simplification | Seth Troisi | 2020-01-08 | 1 | -34/+12 |
* | MAINT: Cleanup most PY3K #ifdef guards | Seth Troisi | 2020-01-07 | 1 | -9/+0 |
* | ENH: Deprecate writeable broadcast_array (#12609) | Matti Picus | 2019-06-28 | 1 | -11/+75 |
* | STY: Fix weird indents to be multiples of 4 spaces | Eric Wieser | 2019-03-20 | 1 | -1/+1 |
* | ENH: Implement methods for uint-alignment | Allan Haldane | 2018-09-27 | 1 | -1/+2 |
* | BUG: test, fix for missing flags['WRITEBACKIFCOPY'] key | mattip | 2018-03-22 | 1 | -1/+1 |
* | DOC: fix minor typos | Unknown | 2017-12-12 | 1 | -1/+1 |
* | DEP, ENH: deprecate UPDATEIFCOPY (except for nditer) and replace with WRITEBA... | Matti Picus | 2017-11-08 | 1 | -10/+73 |
* | STY: Giant whitespace cleanup. | Charles Harris | 2013-08-18 | 1 | -1/+1 |
* | MAINT: Remove outdated version checks. | Charles Harris | 2013-07-11 | 1 | -6/+0 |
* | API: Implement new flags API with NPY_RELAXED_STRIDES_CHECKING | Sebastian Berg | 2013-04-01 | 1 | -4/+52 |
* | MNT: Remove unnecessary special cases in _UpdateContiguousFlags | Sebastian Berg | 2012-10-23 | 1 | -16/+0 |
* | MNT: Minor cleanups in comments and lowlevel_strided_loops. | Sebastian Berg | 2012-10-22 | 1 | -2/+3 |
* | API: Change Flags Updateing to allow C-/F-contiguous arrays | Sebastian Berg | 2012-10-21 | 1 | -62/+45 |
* | STY: core: move non-Py3 specific stuff out from npy_3kcompat.h to private npy... | Pauli Virtanen | 2012-07-13 | 1 | -1/+1 |
* | Remove maskna API from ndarray, and all (and only) the code supporting it | Nathaniel J. Smith | 2012-06-16 | 1 | -109/+0 |
* | DEP: Update all the '#define NPY_NO_DEPRECATED_API' instances to be | Mark Wiebe | 2012-04-06 | 1 | -1/+1 |
* | BUG: Make attempted attribute/iterator_element deletions not segfault. | Charles Harris | 2012-02-16 | 1 | -6/+39 |
* | UPD: Various fixes, Remove #define NPY_NO_PREFIX from files in core. | Charles Harris | 2012-02-05 | 1 | -1/+1 |
* | UPD: Make multiarray *.c files use prefixed macros. | Charles Harris | 2012-02-04 | 1 | -2/+1 |
* | UPD: Use prefixed macros in *.c files except numarray and linalg. | Charles Harris | 2012-02-04 | 1 | -4/+4 |
* | ENH: missingdata: Fill in buffered NAMASK nditer, add maskna= to zeros, empty... | Mark Wiebe | 2011-08-27 | 1 | -2/+2 |
* | ENH: missingdata: Fill in view function, add many tests for NA view functions | Mark Wiebe | 2011-08-27 | 1 | -1/+1 |
* | ENH: missingdata: Have some basic assignment and indexing with NA working | Mark Wiebe | 2011-08-27 | 1 | -12/+15 |
* | ENH: missingdata: Add (untested) functions for creating the NA mask | Mark Wiebe | 2011-08-27 | 1 | -7/+103 |
* | ENH: core: more progress removing direct ArrayObject field access | Mark Wiebe | 2011-07-19 | 1 | -26/+26 |
* | ENH: core: Some fixes, change some tests to not use yield | Mark Wiebe | 2011-07-19 | 1 | -6/+6 |
* | ENH: core: More progress refactoring code to not use PyArrayObject fields dir... | Mark Wiebe | 2011-07-19 | 1 | -1/+8 |
* | ENH: core: Deprecate some bad namespace-polluting macros | Mark Wiebe | 2011-07-06 | 1 | -37/+45 |
* | WRN: Fix some warnings and suspicious looking code | Mark Wiebe | 2011-01-27 | 1 | -6/+6 |
* | ENH: core: make npy_3kcompat.h header public, for easier usage in Scipy | Pauli Virtanen | 2010-07-17 | 1 | -1/+1 |
* | STY: Indentation, break lines, replace 1 by METH_VARARGS, whitespace. | Charles Harris | 2009-12-19 | 1 | -14/+14 |
* | 3K: more careful error checking in flagsobject.c:arrayflags_getitem for Unico... | Pauli Virtanen | 2009-12-06 | 1 | -1/+7 |
* | 3K: core: PyString conversion in flagsobject.c | Pauli Virtanen | 2009-12-06 | 1 | -8/+34 |
* | 3K: core: handle removed tp_compare and PyObject_Compare | Pauli Virtanen | 2009-12-06 | 1 | -1/+30 |
* | 3K: take care of changes in ob_* introduced by :pep:`3123` | Pauli Virtanen | 2009-12-06 | 1 | -1/+1 |
* | 3K: compatibility wrappers for PyInt->PyLong and PyString->PyBytes | Pauli Virtanen | 2009-12-06 | 1 | -0/+2 |
* | wrap config header with npy_config.h | David Cournapeau | 2009-09-22 | 1 | -1/+1 |
* | ENH: fix a few unused/missing initialized warnings. | David Cournapeau | 2009-09-16 | 1 | -0/+3 |