summaryrefslogtreecommitdiff
path: root/numpy/lib
Commit message (Expand)AuthorAgeFilesLines
* Fix `WindowsError: [Error 32]` in test_not_closing_opened_fid (test_io.TestSa...cgohlke2012-07-161-0/+1
* STY: core: move non-Py3 specific stuff out from npy_3kcompat.h to private npy...Pauli Virtanen2012-07-131-0/+4
* 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
* | 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
* | Merge pull request #309 from thouis/malloc_hooksnjsmith2012-07-111-2/+5
|\ \ | |/ |/|
| * Merge remote-tracking branch 'upstream/master' into malloc_hooksThouis (Ray) Jones2012-07-064-16/+50
| |\
| * | ENH: expose PyDataMem_NEW/FREE/RENEW as numpy API functions with an event hook.Thouis (Ray) Jones2012-06-151-2/+5
* | | 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