summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge pull request #193 from mwiebe/O8_O4_depr_fixMark2012-02-074-8/+52
|\ \
| * | DEP: Fix up handling of the O4/O8 deprecationMark Wiebe2012-02-054-8/+52
* | | MAINT: remove empty file.Ralf Gommers2012-02-051-0/+0
* | | DOC: add to release HOWTO that the C API version should be updated.Ralf Gommers2012-02-051-4/+13
* | | STY: Code cleanup in polynomial [*]fromroots functions.Charles Harris2012-02-056-18/+18
* | | ENH: Improve the computation of polynomials from roots.Charles Harris2012-02-056-24/+66
|/ /
* | Merge pull request #194 from m-paradox/dtype_names_deprMark2012-02-051-4/+11
|\ \ | |/ |/|
| * DEP: Remove dtype names immutability deprecation for 1.7Mark Wiebe2012-02-041-4/+11
* | Merge branch 'replace-old-defines'Charles Harris2012-02-0459-758/+825
|\ \ | |/ |/|
| * DOC: clarify numpy version for removal, document sed script better.Charles Harris2012-02-042-2/+12
| * STY: Fix up the 2.0 (1.7) release notes.Charles Harris2012-02-041-5/+11
| * DEP: Deprecate the old_defines.h header and the macros therein.Charles Harris2012-02-045-7/+28
| * UPDATE: Replace macros in old_defines.h by new.Charles Harris2012-02-046-34/+34
| * DOC: numpybook - Replace macro names in old_defines.h with new.Charles Harris2012-02-041-26/+26
| * DOC: Replace references to macros in old_defines with new.Charles Harris2012-02-046-133/+21
| * STY: Replace more found macros in old_defines.h with new.Charles Harris2012-02-042-80/+80
| * ENH: Add sed script that replaces macros in old_defines.h.Charles Harris2012-02-041-0/+142
| * 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
* | DOC: Document macro changes in release notes.Charles Harris2012-01-271-0/+9
* | 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
* | Merge pull request #188 from dwf/getmap_counter_precision_bugTravis E. Oliphant2012-01-241-2/+2
|\ \
| * | 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
|/ /
* | Merge branch 'ticket_2027'Mark Wiebe2012-01-213-1/+16
|\ \
| * | 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