summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_function_base.py
Commit message (Expand)AuthorAgeFilesLines
* BUG: fix incorrect minlength handling in np.bincountimmerrr2014-03-261-1/+18
* Merge pull request #4358 from seberg/fast-selectCharles Harris2014-03-241-6/+57
|\
| * ENH: Speed improvements and deprecations for np.selectSebastian Berg2014-03-231-6/+57
* | TST: add some more testsJulian Taylor2014-03-171-0/+10
* | MAINT: revert back to separate median implementationJulian Taylor2014-03-131-0/+14
* | ENH: add extended axis and keepdims support to median and percentileJulian Taylor2014-03-131-17/+118
* | remove assert in _get_ufunc_and_otypes, add a test in test_function_base.pyLeoMao2014-03-121-0/+6
|/
* Merge pull request #4284 from robquant/histogramdd_rightmost_binedgeJulian Taylor2014-03-011-0/+24
|\
| * Fix histogramdd treatment of events at rightmost binedgeRobert Franke2014-02-121-0/+24
* | BUG: accept non arrays in cor and corrcoeffJulian Taylor2014-02-271-0/+4
* | Merge pull request #4302 from charris/fix-gh-605seberg2014-02-261-0/+2
|\ \
| * | BUG: Make interp return NaN at NaN interpolation points.Charles Harris2014-02-161-0/+2
| |/
* | TST: do not use "ignore" to filter warningsSebastian Berg2014-02-211-8/+8
|/
* Merge pull request #4247 from jaimefrio/digitize-monotonicCharles Harris2014-02-111-0/+16
|\
| * STY: adapted code to `C_STYLE_GUIDE.rst.txt`.jaimefrio2014-02-091-5/+8
| * BUG: check for monotonic bin arrays in digitizejaimefrio2014-01-301-0/+13
* | ENH: Attempt to rewrite the index parsing.Sebastian Berg2014-02-061-1/+1
|/
* TST: fix test failure due to comparing floats with assert_equal.Ralf Gommers2013-12-231-1/+1
* ENH: Allow meshgrid to work for 1D and 0D cases.rhewett2013-12-181-17/+22
* TST: add test for negative axis values in np.insert.Félix Hartmann2013-12-021-0/+7
* ENH: improve add_newdocs performanceJulian Taylor2013-11-191-0/+10
* 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