summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #345 from rgommers/ticket-1664-powerpc-failureTravis E. Oliphant2012-07-111-2/+11
|\
| * 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
* | | Merge pull request #339 from charris/generic-sortsCharles Harris2012-07-1112-875/+1427
|\ \ \
| * | | 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-1112-14/+872
|\ \ \
| * | | Update C-API version hashThouis (Ray) Jones2012-07-061-1/+1
| * | | Merge remote-tracking branch 'upstream/master' into malloc_hooksThouis (Ray) Jones2012-07-06106-12571/+2017
| |\ \ \
| * | | | Wrap hook functions with GIL, add example.Thouis (Ray) Jones2012-06-185-7/+701
| * | | | 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
* | | | | Add separate-build tests to tox.iniNathaniel J. Smith2012-07-111-1/+9
| |_|_|/ |/| | |
* | | | Merge branch 'merge-wiki-edits' into master.Ralf Gommers2012-07-0718-2379/+3272
|\ \ \ \ | |_|/ / |/| | |
| * | | 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-079-37/+60
| * | | DOC: merge wiki edits for chararray. Thanks to Tim Cera.Ralf Gommers2012-07-071-41/+73
| * | | DOC: merge wiki docs - edits under doc/.Ralf Gommers2012-07-076-18/+51
|/ / /
* | | 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
|/ /
* | Merge pull request #322 from stefanv/fix_np_core_bscriptTravis E. Oliphant2012-06-261-1/+1
|\ \
| * | PKG: Fix numpy core bscript.Stefan van der Walt2012-06-261-1/+1
|/ /
* | Merge pull request #321 from rgommers/update-howto-releaseStefan van der Walt2012-06-261-20/+33
|\ \
| * | DOC: update HOWTO_RELEASE document.Ralf Gommers2012-06-261-20/+33
|/ /
* | Merge pull request #317 from cournape/travis_ci_separate_compilationnjsmith2012-06-256-6/+29
|\ \
| * | BUG: fix separate compilation (with distutils only for now).David Cournapeau2012-06-243-3/+18