summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* Update scalarmathmodule.c.srcEric Fode2013-04-011-1/+1
* fixed some style problemsEric Fode2012-07-132-14/+17
* First attempt at BF for 2028 and added better tests for scalarmath pow functionEric Fode2012-07-122-8/+26
* TST: mark longdouble tests for spacing/nextafter as knownfail on PPC.rgommers2012-07-121-2/+11
* Merge pull request #337 from rgommers/pull-335-genfromtxtRalf Gommers2012-07-113-7/+18
|\
| * BUG: genfromtxt: make comments=None work with spaces in strings.Ralf Gommers2012-07-112-3/+11
| * BUG: make genfromtxt work with comments=None. Closes Github issue 329.martingoodson2012-07-102-4/+7
* | Merge pull request #324 from walshb/fix_memcpy_overlapnjsmith2012-07-112-7/+85
|\ \
| * | Removed misleading comment.Ben Walsh2012-06-301-2/+0
| * | Added test for overlapping array assignments.Ben Walsh2012-06-301-0/+80
| * | Replaced all instances of memcpy with memmove.Ben Walsh2012-06-301-5/+5
| * | Fix two instances of memcpy with overlapping source and destination.Ben Walsh2012-06-271-2/+2
* | | UPD: Replace PyDataMem_{NEW,FREE} by malloc and free.Charles Harris2012-07-111-14/+14
* | | BUG: test_unique needs to test bigger arrays.Charles Harris2012-07-111-37/+31
* | | TST: Improve type coverage in test_unique.Charles Harris2012-07-111-20/+57
* | | BUG: Add include needed for separate compilation.Charles Harris2012-07-111-0/+1
* | | ENH: Refactor mergesort so that the code is more consistent.Charles Harris2012-07-111-52/+58
* | | ENH: Make sort tests use prime number of elements.Charles Harris2012-07-111-22/+22
* | | ENH: Add generic sorts for quicksort, heapsort, and mergesort.Charles Harris2012-07-117-57/+361
* | | ENH: Add tests for object and structured array sorts.Charles Harris2012-07-111-11/+55
* | | ENH: Split sort source file by sort kind.Charles Harris2012-07-117-803/+969
* | | Merge pull request #309 from thouis/malloc_hooksnjsmith2012-07-118-14/+197
|\ \ \ | |_|/ |/| |
| * | Update C-API version hashThouis (Ray) Jones2012-07-061-1/+1
| * | Merge remote-tracking branch 'upstream/master' into malloc_hooksThouis (Ray) Jones2012-07-0694-11501/+1895
| |\ \
| * | | Wrap hook functions with GIL, add example.Thouis (Ray) Jones2012-06-181-7/+26
| * | | Add void *user_data to EventHookFunc and SetEventHookThouis (Ray) Jones2012-06-153-23/+39
| * | | ENH: expose PyDataMem_NEW/FREE/RENEW as numpy API functions with an event hook.Thouis (Ray) Jones2012-06-157-13/+161
* | | | GEN: regenerate mtrand.c to make doc changes show up.Ralf Gommers2012-07-071-2226/+3025
* | | | DOC: merge doc wiki edits. A number of small edits in linalg and lib.Ralf Gommers2012-07-074-57/+63
* | | | DOC: merge wiki edits. Add percentile to statistics routines (ML suggestion).Ralf Gommers2012-07-077-35/+56
* | | | DOC: merge wiki edits for chararray. Thanks to Tim Cera.Ralf Gommers2012-07-071-41/+73
| |/ / |/| |
* | | Merge pull request #328 from yarikoptic/masternjsmith2012-07-062-2/+46
|\ \ \
| * | | BF(PY3): open file handles in tests in binary modeYaroslav Halchenko2012-07-061-3/+3
| * | | BF: removed too much -- own_fid should be False while working with .npzYaroslav Halchenko2012-07-051-0/+1
| * | | ENH: added a rudimentary test for having #1517 (too many open files) fixedYaroslav Halchenko2012-07-051-0/+24
| * | | ENH: Since file handle could not be reopened (during load()) -- no need for "...Yaroslav Halchenko2012-07-051-17/+3
| * | | BF: PY3 and PY2 < 2.7 compatibility fixes for prev 2 commitsYaroslav Halchenko2012-07-021-6/+10
| * | | ENH: unittest for preceeding commit fixing #2178Yaroslav Halchenko2012-07-021-0/+21
| * | | BUG: do not "own" the FID for GzipFile and file if provided to load already o...Yaroslav Halchenko2012-07-021-4/+12
| | |/ | |/|
* | | Merge pull request #323 from njsmith/zero-size-reductionsnjsmith2012-07-062-13/+75
|\ \ \
| * | | BUG: handle length-0 axes correctly in ufunc.reduce without identityNathaniel J. Smith2012-06-272-13/+75
| |/ /
* | | BUG: fix incorrect references to parents in memmap children.Sveinung Gundersen2012-07-032-3/+25
|/ /
* | PKG: Fix numpy core bscript.Stefan van der Walt2012-06-261-1/+1
* | BUG: fix separate compilation (with distutils only for now).David Cournapeau2012-06-243-3/+18
* | ENH: handle separate compilation in bento as in setup.py.David Cournapeau2012-06-241-1/+5
* | ENH: allow NPY_SEPARATE_COMPILATION to be set to 0 to disallow separate build.David Cournapeau2012-06-241-2/+2
* | BLD: fix Bento and Numscons builds, that were broken in b272bc60.Ralf Gommers2012-06-212-8/+0
* | BUG: Fix boolean indexing to previous behavior by adding an additional check ...Travis E. Oliphant2012-06-212-2/+40
* | Merge pull request #297 from njsmith/separate-masknaTravis E. Oliphant2012-06-2185-11317/+1484
|\ \
| * | Remove PyArray_ReduceWrapper from public APINathaniel J. Smith2012-06-1616-355/+253