summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_function_base.py
Commit message (Expand)AuthorAgeFilesLines
* BUG: cov/corrcoef complex input and empty arraysJoseph Martinot-Lagarde2013-10-161-5/+47
* Merge pull request #3820 from juliantaylor/microoptCharles Harris2013-10-141-1/+1
|\
| * TST: improve test speedJulian Taylor2013-09-281-1/+1
* | BUG: ensure percentile has same output structure as in 1.8Julian Taylor2013-10-041-3/+134
* | BUG: preserve ndarray subclasses in medianJulian Taylor2013-10-021-0/+13
|/
* TST: note on overwrite_input parameter in percentileJonathan Helmus2013-09-161-0/+10
* MAINT: changed 'closest' interpolation to 'nearest'Jonathan Helmus2013-09-161-3/+3
* TST: additional test for percentileJonathan Helmus2013-09-131-0/+3
* MAINT: cleaning up percentile function.Jonathan Helmus2013-09-131-39/+10
* ENH: percentile function with additional parameters and vecorizationJonathan Helmus2013-09-131-20/+117
* ENH: Improve accuracy of numpy.gradient at edgesdanieljfarrell2013-09-071-2/+14
* STY: Make numpy/lib/test/*.py PEP8 compliant.Charles Harris2013-09-031-137/+182
* BUG: Make DeprecationWarning always raise error in test.Charles Harris2013-08-311-3/+5
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-56/+56
* BUG: fix np.median so it accepts array_like input. Clean up median tests.Ralf Gommers2013-08-171-56/+73
* MAINT: Separate nan functions into their own module.Charles Harris2013-08-121-128/+5
* ENH: implement median in terms of partitionJulian Taylor2013-08-121-0/+47
* BUG: Make np.insert check for out of bounds axis arguments.Félix Hartmann2013-08-021-0/+4
* TST: add test for negative axis values in np.insert.Félix Hartmann2013-08-021-0/+7
* MAINT: Use np.errstate context manager.Charles Harris2013-07-111-4/+1
* Merge pull request #3280 from seberg/issue-3279seberg2013-04-271-0/+4
|\
| * BUG: np.insert must copy index arraySebastian Berg2013-04-271-0/+4
* | 2to3: Apply the `numliterals` fixer and skip the `long` fixer.Charles Harris2013-04-131-0/+1
|/
* MAINT: np.delete keep old out of bound/negative index behaviorSebastian Berg2013-04-111-10/+13
* TST: New tests for insert/delete covering warnings and corner casesSebastian Berg2013-04-111-9/+65
* ENH: larger fixes for np.delete and np.insert functionsSebastian Berg2013-04-111-2/+51
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 2to3: Replace xrange by range and use list(range(...)) where neededCharles Harris2013-03-271-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* [FIX] preserve memory order in np.copy()Nathaniel J. Smith2012-10-011-0/+26
* 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 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
* | ENH: Add kwarg support for vectorize (tickets #2100, #1156, and #1487)Michael McNeil Forbes2012-05-311-27/+128
* | BUG: Fix missing np prefix in test_function_base.py.Charles Harris2012-04-051-1/+1
* | 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
* | 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
* | ENH: Allow bincount to accept empty arrays.Skipper Seabold2012-03-041-0/+11
* | TST: filter RuntimeWarnings for invalids from some more test files.Ralf Gommers2012-03-021-8/+12