summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* BUG: change default threshold for matrix_rankMatthew Brett2012-07-142-20/+60
* Merge pull request #355 from charris/updated-pull-307Charles Harris2012-07-1451-63/+75
|\
| * STY: Remove duplicate #include.Charles Harris2012-07-141-3/+0
| * STY: core: move non-Py3 specific stuff out from npy_3kcompat.h to private npy...Pauli Virtanen2012-07-1350-67/+76
| * BUG: core: don't pollute public namespace with PyIndex_Check on Python 2.4Pauli Virtanen2012-07-132-2/+8
|/
* Merge pull request #354 from cgohlke/patch-2Charles Harris2012-07-133-28/+17
|\
| * Use npy_ftell and npy_fseekcgohlke2012-07-121-24/+4
| * Use npy_ftell and npy_fseekcgohlke2012-07-121-4/+4
| * define npy_fseek and npy_ftellcgohlke2012-07-121-0/+9
|/
* Merge pull request #353 from bfroehle/py3k_raiseCharles Harris2012-07-121-1/+1
|\
| * ENH: np.testing.decorators: Use Py3k compatible raise syntaxBradley M. Froehle2012-07-121-1/+1
|/
* DOC: Forward port 1.7.0 release notesCharles Harris2012-07-111-0/+279
* Merge pull request #344 from HackerSchool12/gitignoreupdateCharles Harris2012-07-111-0/+28
|\
| * requested filetypes and dirs to gitignoreEric Fode2012-07-111-0/+3
| * added generated c files to gitignoreEric Fode2012-07-111-0/+25
* | 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