summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* UPD: Various fixes, Remove #define NPY_NO_PREFIX from files in core.Charles Harris2012-02-0549-83/+84
* ENH: Add some needed macros to include files.Charles Harris2012-02-054-12/+18
* UPD: Use prefixed types in scalartypes.c.src.Charles Harris2012-02-051-134/+194
* UPD: Make multiarray *.c files use prefixed macros.Charles Harris2012-02-0432-57/+32
* UPD: Use prefixed types in arraytypes.c.src.Charles Harris2012-02-041-441/+646
* ENH: Add a few needed macros to npy_common.h.Charles Harris2012-02-042-3/+15
* UPD: Include ndarrayobject.h instead of arrayobject.h in boolean_ops.c.src.Charles Harris2012-02-041-1/+1
* UPD: Use prefixed types in lowlevel_strided_loops.c.src template headers.Charles Harris2012-02-041-20/+40
* UPD: Use explicit prefixed types in einsum.c.src template headers.Charles Harris2012-02-041-123/+127
* UPD: Use prefixed versions of double and int in multiarray_tests.c.src.Charles Harris2012-02-041-7/+13
* UPD: Remove includes of noprefix.h in ufunc_object.c and _compiled_base.c.Charles Harris2012-02-042-11/+11
* BUG: Fix unprefixed reference to cdouble in ndarrayobject.h.Charles Harris2012-02-041-3/+3
* UPD: Use prefixed macros in numpy/core/src/scalarmathmodule.c.src.Charles Harris2012-02-041-269/+511
* UPD: Use prefixed macros in numpy/core/src/umath/funcs.inc.src.Charles Harris2012-02-042-509/+69
* MOV: Rename umathmodule.c.src umathmodule.c since it has no templates.Charles Harris2012-02-043-5/+445
* UPD: include ndarrayobject.h instead of noprefix.h in umathmodule.c.src.Charles Harris2012-02-041-7/+10
* UPD: Use prefixed macros in numpy/core/src/umath/loops.c.src templates.Charles Harris2012-02-041-18/+18
* STY: Simplify template logic in numpy/core/src/umath/loops.c.src.Charles Harris2012-02-041-228/+244
* UPD: Use prefixed macros in numpy/core/src/umath/*.src, skip templates.Charles Harris2012-02-042-83/+83
* UPD: Use prefixed macros in numpy/core/src/npymath/*.src files.Charles Harris2012-02-043-6/+6
* UPD: Use prefixed macros in umath_tests.c.src.Charles Harris2012-02-041-26/+28
* UPD: Use prefixed macros in lapack_litemodule.c.Charles Harris2012-02-041-9/+9
* UPD: Use prefixed macros in *.c files except numarray and linalg.Charles Harris2012-02-0425-374/+374
* UPD: Use prefixed macros in *.h files except in numpy/numarray.Charles Harris2012-02-045-22/+22
* UPD: Use prefixed macros in loops.h.src and regenerate loops.hCharles Harris2012-02-042-1094/+1089
* DEP: Deprecate the old_defines.h header and the macros therein.Charles Harris2012-02-044-2/+12
* UPDATE: Replace macros in old_defines.h by new.Charles Harris2012-02-046-34/+34
* STY: Replace more found macros in old_defines.h with new.Charles Harris2012-02-041-78/+78
* STY: f2py - replace macros in old_defines.h with new.Charles Harris2012-02-049-124/+124
* STY: linalg - replace macros in old_defines.h with new.Charles Harris2012-02-041-69/+69
* STY: fft - replace macros in old_defines.h with new.Charles Harris2012-02-041-12/+12
* STY: lib/src - replace macros in old_defines.h with new.Charles Harris2012-02-041-2/+2
* STY: core/src - replace macros in old_defines.h with new versions.Charles Harris2012-02-0429-269/+269
* BUG: fix incorrect exception handling in arrayprint. Closes ticket 2038.Ralf Gommers2012-02-041-1/+1
* DOC: Fix another detail in randn documentation.Charles Harris2012-02-012-4/+4
* STY: Add comment and rename monotonic_ functino to be more descriptiveMark Wiebe2012-01-271-2/+7
* Merge remote-tracking branch 'dwf/release_gil_in_libfunctions'Mark Wiebe2012-01-271-48/+112
|\
| * DOC: add a high-level comment for arr_insert_loopDavid Warde-Farley2012-01-251-0/+8
| * REF: simplify multi-loop breaking with a goto.David Warde-Farley2011-09-201-4/+4
| * ENH: release the GIL for arr_insert inner loop.David Warde-Farley2011-09-201-3/+14
| * REF: factor out inner loop of arr_insert.David Warde-Farley2011-09-201-32/+44
| * ENH: release GIL for C loops in ravel/unravel.David Warde-Farley2011-09-191-14/+36
| * ENH: Use char instead of int for error flag.David Warde-Farley2011-09-191-1/+1
| * ENH: less fine-grained GIL management in digitize.David Warde-Farley2011-09-181-13/+10
| * ENH: release the GIL in some C library functions.David Warde-Farley2011-09-181-0/+14
* | TST: Test gradient(...) of datetime64 and timedelta64 arrays.Ben Root2012-01-271-1/+19
* | ENH: Support datetime64, timedelta64 in gradient. Allow array-like input.Ben Root2012-01-271-2/+11
* | STY, BUG: Cleanup some macros and move a NULL check.Alok Singhal2012-01-273-44/+44
* | DOC: Fix docstrings of rand and randn a bit more and regenerate.Charles Harris2012-01-272-2042/+2044
* | STY: Merge some error strings into single lines.Charles Harris2012-01-271-12/+12