summaryrefslogtreecommitdiff
path: root/numpy/lib
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix ndindex for 0-d arrays.Travis E. Oliphant2013-01-101-1/+10
* | Fix the test for numpy.ndindex()Travis E. Oliphant2013-01-101-1/+1
* | Add test for optional size argument for ndindexJay Bourque2013-01-091-0/+4
|/
* TST: Add test for in1d ravellingSebastian Berg2012-12-161-0/+13
* BUG: Fix regression for in1d with non-array inputSebastian Berg2012-12-082-2/+7
* DOC: Further tweaks to histogram2d docstring.Stefan van der Walt2012-11-261-9/+11
* [FIX] preserve memory order in np.copy()Nathaniel J. Smith2012-10-012-2/+30
* Merge pull request #419 from stefanv/modinitnjsmith2012-09-171-1/+1
|\
| * Use PyMODINIT_FUNC and update docs accordingly.cgohlke2012-09-021-1/+1
* | MAINT: Use linspace instead of arange in some examples.endolith2012-09-171-3/+3
* | TST: Add test for boolean insertHan Genuit2012-09-071-0/+2
* | TST: Add extra test for multidimensional inserts.Han Genuit2012-09-071-0/+7
* | BUG: Fix for issues #378 and #392Han Genuit2012-09-071-6/+8
|/
* Retain backward compatibility. Enforce C order.Stefan van der Walt2012-09-021-1/+9
* Improve ndindex execution speed.Stefan van der Walt2012-09-022-42/+15
* MAINT: silence DeprecationWarning in np.safe_eval().Ralf Gommers2012-08-221-4/+14
* 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