summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * TST: fix .travis.yml to re-enable python 2.4 builds.David Cournapeau2012-06-241-1/+0
| * TST: fix matrix def in travis to avoid unwanted builds.David Cournapeau2012-06-241-1/+0
| * ENH: handle separate compilation in bento as in setup.py.David Cournapeau2012-06-241-1/+5
| * TST: add separate compilation to travis-ci matrix.David Cournapeau2012-06-241-0/+6
| * 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
* Change version number on master to 1.8Travis E. Oliphant2012-06-211-1/+1
* BUG: Fix boolean indexing to previous behavior by adding an additional check ...Travis E. Oliphant2012-06-213-8/+48
* Merge pull request #297 from njsmith/separate-masknaTravis E. Oliphant2012-06-2192-12360/+1484
|\
| * Remove PyArray_ReduceWrapper from public APINathaniel J. Smith2012-06-1616-355/+253
| * Move reduction.{c,h} from multiarray/ to umath/Nathaniel J. Smith2012-06-162-0/+0
| * Remove maskna API from ndarray, and all (and only) the code supporting itNathaniel J. Smith2012-06-1687-11563/+789
* | Merge pull request #313 from endolith/patch-1with_masknawith_masknanjsmith2012-06-201-2/+2
|\ \
| * | fix typosendolith2012-06-201-2/+2
|/ /
* | travis-ci: add python 3.1 to the list of tested versions.Nathaniel J. Smith2012-06-161-0/+1
* | Disable email notifications from travis-ci for nowNathaniel J. Smith2012-06-161-1/+4
* | Merge remote-tracking branch 'msabramo/travis'Nathaniel J. Smith2012-06-162-0/+72
|\ \
| * | Simpler .travis.yml to test everything from py2.4 to py3.2Marc Abramowitz2012-06-161-19/+16
| * | Add .travis.yml for Travis CI (http://travis-ci.org/)Marc Abramowitz2012-06-052-0/+75
* | | Merge pull request #310 from njsmith/remove-print-statementnjsmith2012-06-161-4/+5
|\ \ \ | |_|/ |/| |
| * | [enh] Remove a print statement in datetime.cNathaniel J. Smith2012-06-161-4/+5
|/ /
* | Merge branch 'index_error_info'Nathaniel J. Smith2012-06-1511-197/+246
|\ \
| * | Tweak out-of-bounds exception message based on list feedbackNathaniel J. Smith2012-06-152-24/+10
| * | Work around Python 2.4's Py_ssize_t not being the same as npyint_pThouis (Ray) Jones2012-06-151-1/+4
| * | Add coverage tests for IndexErrors, fix one bug, clean up two checksThouis (Ray) Jones2012-06-064-6/+156
| * | Add check_and_adjust_index(), and replace most index checks with it.Thouis (Ray) Jones2012-06-0610-216/+105
| * | ENH: report bad value and dimenion to IndexError exceptionsThouis (Ray) Jones2012-06-066-39/+60
* | | ENH: use new metadata registration for version and config.David Cournapeau2012-06-134-36/+31
* | | REF: remove unused import.David Cournapeau2012-06-131-1/+0
* | | Merge pull request #287 from ahmadia/patch-1Travis E. Oliphant2012-06-121-3/+10
|\ \ \
| * | | LDBL_TRUE_MIN falls back to __LDBL_DENORM_MIN__ if not definedAron Ahmadia2012-05-281-0/+7