summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* 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
* | TST: add a test that itemset raises an exception when the array is not writeableWarren Weckesser2012-01-271-0/+1
* | BUG: multiarray: in array_setscalar, check that the array is writeable (ticke...Warren Weckesser2012-01-271-2/+8
* | BUG: Fix identical int->npy_intp in PyArray_SetMapDavid Warde-Farley2012-01-241-1/+1
* | BUG: PyArray_GetMap using low-precision counterDavid Warde-Farley2012-01-241-1/+1
* | TST: Add a test for ticket #2027Mark Wiebe2012-01-211-0/+9
* | BUG: einsum: Fix issue #2027, inner loop 3rd data pointer was not being incre...Mark Wiebe2012-01-211-0/+1
* | BUG: Change nditer to match documentation about grow_inner flagMark Wiebe2012-01-211-1/+6
* | PYX: Regenerate mtrand.cCharles Harris2012-01-211-4/+4
* | Fixed RandomState docstrings.Joonas Paalasmaa2012-01-211-3/+3
* | BUG: Fix ticket #2021.Charles Harris2012-01-214-18/+63
* | STY: Double space between main test functions.Charles Harris2012-01-201-0/+47
* | TST: Test that 'astype' method works for maskna arrays with masked values.Charles Harris2012-01-201-0/+25
* | BUG: Make output of 'astype' method a maskna array if source array is.Charles Harris2012-01-201-0/+8
* | TST: Remove docstring from test_class_methods.Charles Harris2012-01-091-17/+1
* | DOC: Fix bogus output in polyval example.Charles Harris2012-01-091-4/+4
* | DOC: Clarify the column order of 2-D and 3-D Vandermonde matrices.Charles Harris2012-01-096-72/+120
* | DOC: Fix cut and paste error, derivative <- integral.Charles Harris2012-01-095-6/+6
* | SPELL: Spellcheck the modules. Clarify an example.Charles Harris2012-01-098-179/+179
* | ENH: Modify test classes to produce more informative test messages.Charles Harris2012-01-091-1/+19
* | WHT: Whitespace cleanup.Charles Harris2012-01-091-1/+0
* | REM: Remove deprecated imports from polynomial package.Charles Harris2012-01-091-290/+0
* | TST: Add tests for NA support in the polynomial fitting functions.Charles Harris2012-01-096-0/+175