summaryrefslogtreecommitdiff
path: root/numpy/lib
Commit message (Expand)AuthorAgeFilesLines
* BUG: make genfromtxt work with comments=None. Closes Github issue 329.martingoodson2012-07-102-4/+7
* DOC: merge doc wiki edits. A number of small edits in linalg and lib.Ralf Gommers2012-07-073-17/+22
* DOC: merge wiki edits. Add percentile to statistics routines (ML suggestion).Ralf Gommers2012-07-072-5/+5
* 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
* Remove maskna API from ndarray, and all (and only) the code supporting itNathaniel J. Smith2012-06-162-14/+4
* 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 #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
|/ /
* | Merge branch 'master' into clean-up-diagonalNathaniel J. Smith2012-06-063-24/+103
|\ \ | |/
| * REF: simplify extension customization.David Cournapeau2012-06-011-13/+6
| * BUG: Changed ipmt to accept array_like arguments.Tim Cera2012-05-202-11/+97
* | Document the PyArray_Diagonal transition scheme.Nathaniel J. Smith2012-05-161-2/+5
* | Transition scheme for allowing PyArray_Diagonal to return a viewNathaniel J. Smith2012-05-161-1/+7
|/
* ENH: Change datetime64 to use c_metadata instead of metadataMark Wiebe2012-05-101-1/+0
* BUG: Fix some test bugs.Charles Harris2012-05-021-4/+4
* DOC: Fix outdated docstring.Tony S Yu2012-04-091-5/+5
* DEP: Update all the '#define NPY_NO_DEPRECATED_API' instances to beMark Wiebe2012-04-061-1/+1
* BUG: Fix missing np prefix in test_function_base.py.Charles Harris2012-04-051-1/+1
* Merge pull request #245 from jseabold/digitize-open-rightTravis E. Oliphant2012-04-042-18/+105
|\
| * TST: Add namespaces to digitize tests + one more testSkipper Seabold2012-04-031-9/+17
| * ENH: Give digitize left or right open interval optionSkipper Seabold2012-04-032-16/+95
* | STY: Touch up documentation in arraypad.pyCharles Harris2012-04-041-111/+125
* | ENH: Add module containing functions for padding n-dimensional arrays.tim cera2012-04-043-0/+1299
|/
* WRN: Fix compiler warnings in _compiled_base.c.Charles Harris2012-04-011-5/+5
* STY: Style cleanups in numpy/lib/tests/test_function_base.Charles Harris2012-04-011-240/+245
* ENH: improve interp() speed in some cases.Timo Kluck2012-04-012-19/+49
* BUG: ticket #2063, make unique return consistent index.Bryan Van de Ven2012-03-301-3/+6
* TST: fix string comparison test failures on Windows for Python 2.5.Ralf Gommers2012-03-071-3/+22
* DOC: Change versionadded from 2.0.0 to 1.7.0 where needed.Charles Harris2012-03-041-2/+2
* ENH: Allow bincount to accept empty arrays.Skipper Seabold2012-03-043-8/+27
* DOC: merge wiki doc edits.Ralf Gommers2012-03-034-46/+60
* TST: filter one more printed warning.Ralf Gommers2012-03-021-3/+12
* TST: filter RuntimeWarnings for invalids from some more test files.Ralf Gommers2012-03-021-8/+12
* ENH: lib: break reference cycle in NpzFile (#2048)Pauli Virtanen2012-02-162-1/+19
* Added ipmt (interest portion of payment) and ppmt (principal portion of payme...tim cera2012-02-122-14/+73
* Merge branch 'replace-noprefix'Charles Harris2012-02-091-2/+2
|\
| * UPD: Various fixes, Remove #define NPY_NO_PREFIX from files in core.Charles Harris2012-02-051-1/+1
| * UPD: Remove includes of noprefix.h in ufunc_object.c and _compiled_base.c.Charles Harris2012-02-041-1/+1
| * UPD: Use prefixed macros in *.c files except numarray and linalg.Charles Harris2012-02-041-1/+1
* | BUG: Fix improper usage of warning filters in the testsMark Wiebe2012-02-081-30/+46
|/
* STY: lib/src - replace macros in old_defines.h with new.Charles Harris2012-02-041-2/+2