summaryrefslogtreecommitdiff
path: root/numpy/lib
Commit message (Expand)AuthorAgeFilesLines
* BUG: Fix some tests in PR #192Travis E. Oliphant2012-07-171-8/+8
* Merge pull request #352 from HackerSchool12/bugfix808Travis E. Oliphant2012-07-172-14/+9
|\
| * BUG: Ticket #808: Insert was not performing properly when an integer wasLoftie Ellis2012-07-152-14/+9
* | Merge pull request #192 from rgommers/meshgrid3dTravis E. Oliphant2012-07-172-33/+134
|\ \
| * | STY: meshgrid: some minor changes to address review comments.Ralf Gommers2012-02-052-5/+2
| * | TST: meshgrid: test expected shapes for Cartesian and matrix indexing.Ralf Gommers2011-12-282-6/+23
| * | BUG: meshgrid: raise error on single input.Ralf Gommers2011-12-282-4/+9
| * | MAINT: clean up docstring and some minor items in meshgrid. Remove ndgrid.Ralf Gommers2011-12-132-44/+36
| * | ENH: enhance meshgrid to generate 3D grids, sparse grids, matrix indexing.Per A. Brodtkorb2011-12-132-34/+124
* | | 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
|/ /