summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_function_base.py
Commit message (Expand)AuthorAgeFilesLines
* ENH: add 'fweights' and 'aweights' arguments to covariance calculations.tpoole2015-05-131-5/+72
* BUG: fixes segfault in np.place when vals is emptybehzad nouri2015-05-041-0/+8
* ENH: deprecate bias and ddof arguments to corrcoefMatthew Brett2015-03-151-10/+28
* BLD: Add mingw-w64 support for the mingw64static option.carlkl2015-02-271-1/+1
* BUG: digitize segfaults on TypeErrorjaimefrio2014-12-071-0/+7
* Merge pull request #5214 from mkowoods/np.averageJulian Taylor2014-10-271-0/+5
|\
| * BUG: upcast weights to average result type to avoid inaccuraciesMalik Woods2014-10-271-0/+5
* | Merge pull request #5203 from njsmith/masterCharles Harris2014-10-211-2/+12
|\ \
| * | BUG: copy inherited masks in MaskedArray.__array_finalize__Nathaniel J. Smith2014-10-211-2/+12
| |/
* | Merge branch 'master' of https://github.com/numpy/numpy into interp_with_periodsaullogiovani2014-10-171-4/+8
|\ \
| * | BUG: Fixes #5184 gradient calculation behavior at boundariesDavid M Fobes2014-10-161-3/+3
| * | Merge pull request #5149 from charris/fix-ma-docs-for-OO-optionJulian Taylor2014-10-041-1/+5
| |\ \ | | |/
| | * BUG: Make numpy import when run with Python flag '-OO'.Charles Harris2014-10-031-1/+5
* | | ENH: added parameter to use periodic x-coordinatessaullogiovani2014-10-021-0/+13
|/ /
* | Merge pull request #5022 from seberg/structured-insertCharles Harris2014-08-301-1/+11
|\ \
| * | BUG: Fix np.insert for inserting a single item into a structured arraySebastian Berg2014-08-301-1/+11
* | | Merge pull request #4989 from juliantaylor/percentile-fixCharles Harris2014-08-241-0/+8
|\ \ \ | |/ /
| * | BUG: don't overwrite input percentile arraysJulian Taylor2014-08-241-0/+8
| |/
* | BUG: handle rounding issue with histogram edges on float32 dataJulian Taylor2014-06-231-0/+7
|/
* BUG: Fixed piecewise function for 0d inputJuan Luis Cano Rodríguez2014-06-081-0/+10
* BUG: Don't let meshgrid ignore unknown kwargs. Fixes #4755.Michael McNeil Forbes2014-05-301-0/+7
* 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