summaryrefslogtreecommitdiff
path: root/numpy/lib/tests
Commit message (Expand)AuthorAgeFilesLines
* TST: Add test for boolean insertHan Genuit2012-09-071-0/+2
* TST: Add extra test for multidimensional inserts.Han Genuit2012-09-071-0/+7
* Improve ndindex execution speed.Stefan van der Walt2012-09-021-1/+7
* BUG: Fix some tests in PR #192Travis E. Oliphant2012-07-171-8/+8
* Merge pull request #352 from HackerSchool12/bugfix808Travis E. Oliphant2012-07-171-1/+2
|\
| * BUG: Ticket #808: Insert was not performing properly when an integer wasLoftie Ellis2012-07-151-1/+2
* | Merge pull request #192 from rgommers/meshgrid3dTravis E. Oliphant2012-07-171-0/+28
|\ \
| * | STY: meshgrid: some minor changes to address review comments.Ralf Gommers2012-02-051-4/+1
| * | TST: meshgrid: test expected shapes for Cartesian and matrix indexing.Ralf Gommers2011-12-281-1/+12
| * | BUG: meshgrid: raise error on single input.Ralf Gommers2011-12-281-0/+4
| * | MAINT: clean up docstring and some minor items in meshgrid. Remove ndgrid.Ralf Gommers2011-12-131-2/+0
| * | ENH: enhance meshgrid to generate 3D grids, sparse grids, matrix indexing.Per A. Brodtkorb2011-12-131-0/+18
* | | Fix `WindowsError: [Error 32]` in test_not_closing_opened_fid (test_io.TestSa...cgohlke2012-07-161-0/+1
| |/ |/|
* | Merge pull request #337 from rgommers/pull-335-genfromtxtRalf Gommers2012-07-111-3/+8
|\ \
| * | BUG: genfromtxt: make comments=None work with spaces in strings.Ralf Gommers2012-07-111-0/+3
| * | BUG: make genfromtxt work with comments=None. Closes Github issue 329.martingoodson2012-07-101-3/+5
* | | 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
|/ /
* | BF(PY3): open file handles in tests in binary modeYaroslav Halchenko2012-07-061-3/+3
* | ENH: added a rudimentary test for having #1517 (too many open files) fixedYaroslav Halchenko2012-07-051-0/+24
* | ENH: unittest for preceeding commit fixing #2178Yaroslav Halchenko2012-07-021-0/+21
* | Merge pull request #290 from mforbes/new-vectorize-cleanTravis E. Oliphant2012-06-121-27/+128
|\ \
| * | ENH: Add kwarg support for vectorize (tickets #2100, #1156, and #1487)Michael McNeil Forbes2012-05-311-27/+128
* | | add the warp parameter to fill_diagonal for people that could want the old be...Frederic2012-06-111-0/+16
* | | fix the wrapping problem of fill_diagonal with tall matrix.Frederic2012-06-111-0/+22
|/ /
* | BUG: Changed ipmt to accept array_like arguments.Tim Cera2012-05-201-0/+80
* | BUG: Fix some test bugs.Charles Harris2012-05-021-4/+4
* | 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-041-2/+25
|\ \
| * | 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-031-0/+15
* | | ENH: Add module containing functions for padding n-dimensional arrays.tim cera2012-04-041-0/+530
|/ /
* | 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-011-0/+5
* | TST: fix string comparison test failures on Windows for Python 2.5.Ralf Gommers2012-03-071-3/+22
* | ENH: Allow bincount to accept empty arrays.Skipper Seabold2012-03-042-4/+11
* | 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-161-0/+15
* | Added ipmt (interest portion of payment) and ppmt (principal portion of payme...tim cera2012-02-121-9/+6
* | BUG: Fix improper usage of warning filters in the testsMark Wiebe2012-02-081-30/+46
* | TST: Test gradient(...) of datetime64 and timedelta64 arrays.Ben Root2012-01-271-1/+19
* | BUG: savetxt now handles complex arrays. Closes #1573.Paul Anton Letnes2011-12-281-0/+33
|/
* BUG: Fix polynomial tests.Stefan van der Walt2011-09-141-2/+2
* ENH: Add weights and covariance estimate to standard polyfit.Travis E. Oliphant2011-09-131-2/+25
* FIX: Make tril/triu return the same dtype as the original array.Fabian Pedregosa2011-08-311-0/+12
* ENH: Add function for adding docstrings to ufuncs.Chris Jordan-Squire2011-08-291-0/+12
* ENH: missingdata: Make numpy.all follow the NA && False == False ruleMark Wiebe2011-08-271-2/+2
* BUG: Some bugs in squeeze and concatenate found by testing SciPyMark Wiebe2011-08-272-0/+11
* ENH: umath: Make sum, prod, any, or functions use the .reduce method directlyMark Wiebe2011-08-271-1/+1