summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* 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
| * 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-1680-10520/+789
* | fix typosendolith2012-06-201-2/+2
* | [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-132-6/+7
* | 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
| * | Fix dirty handling of internal compiler variable ahmadia2012-05-251-3/+3
* | | Merge pull request #290 from mforbes/new-vectorize-cleanTravis E. Oliphant2012-06-122-168/+307
|\ \ \
| * | | ENH: Add kwarg support for vectorize (tickets #2100, #1156, and #1487)Michael McNeil Forbes2012-05-312-168/+307
* | | | Merge pull request #295 from mwiebe/datetime_unit_16compatTravis E. Oliphant2012-06-123-14/+24
|\ \ \ \
| * | | | BUG: Add a gap in NPY_DATETIMEUNIT enum where 1.6 had the busday unitMark Wiebe2012-06-053-14/+24
| |/ / /
* | | | Merge pull request #305 from r0k3/picklemaskedconstantTravis E. Oliphant2012-06-122-0/+16
|\ \ \ \
| * | | | BUG: fix pickling MaskedConstantRobert Kende2012-06-111-0/+6
| * | | | TST: pickling MaskedConstantRobert Kende2012-06-111-0/+10
* | | | | Merge pull request #306 from nouiz/fill_diagonalTravis E. Oliphant2012-06-122-4/+74
|\ \ \ \ \
| * | | | | add the warp parameter to fill_diagonal for people that could want the old be...Frederic2012-06-112-4/+49
| * | | | | fix the wrapping problem of fill_diagonal with tall matrix.Frederic2012-06-112-1/+26
* | | | | | remove unused variables from histogramddJake Vanderplas2012-06-111-2/+0
| |/ / / / |/| | | |
* | | | | fix previous patch: c_metdata should match metadata before DECREFThouis (Ray) Jones2012-06-101-2/+2
|/ / / /
* | | | make sure self->metadata is valid before calling DECREFThouis (Ray) Jones2012-06-081-7/+8
* | | | More careful checking of datetime metadata in dtype __setstate__()Thouis (Ray) Jones2012-06-082-9/+27
* | | | BUG: missing incref for metadata of datetime dtypes.Thouis (Ray) Jones2012-06-081-0/+1
* | | | BUG: Disallow writing to flat iterators for readonly arrays. Ensure __array__...Travis E. Oliphant2012-06-083-8/+66