summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_function_base.py
Commit message (Expand)AuthorAgeFilesLines
* TST: Added lots of new tests for fromnumeric.pygfyoung2016-01-181-32/+29
* DOC, MAINT: Enforce np.ndarray arg for np.put and np.placegfyoung2016-01-141-0/+4
* BUG: Quick and dirty fix for interp.Charles Harris2015-12-071-4/+36
* BUG, MAINT: check that histogram range parameters are finite, add tests to as...lzkelley2015-11-171-0/+17
* BUG: Make median work for empty arrays (issue #6462)Ethan Kruse2015-10-211-0/+28
* TST: new np.corrcoef improved stabilityLars Buitinck2015-10-051-0/+6
* Merge pull request #6271 from charris/change-deprecated-indexes-to-errorCharles Harris2015-09-101-6/+12
|\
| * DEP,MAINT: Change deprecated indexing to errors.Charles Harris2015-09-061-6/+12
* | possibility to calculate gradient over specific axes instead of all axesMaximilian Trescher2015-09-031-0/+25
|/
* Auto merge of #6206 - jaimefrio:searchsorted_ndarray, r=njsmithHomu2015-08-171-0/+9
|\
| * MANT: searchsorted should return base ndarrays alwaysJaime Fernandez2015-08-161-0/+9
* | ENH: Adding in automatic number of bins estimation for np.histogram. Users ca...Varun Nayyar2015-08-151-0/+90
|/
* BUG: fixed regression in np.histogram which caused input floating-point value...Thomas Robitaille2015-07-271-0/+7
* STY: PEP8 and pyflakes fixes for numpy/lib/testsCharles Harris2015-07-251-154/+223
* ENH: Faster algorithm for computing histograms with equal-size binsThomas Robitaille2015-07-231-0/+31
* Updating unit tests for removed warning.empeeu2015-06-221-3/+3
* BUG: Added proper handling of median and percentile when nan's are present in...empeeu2015-06-221-1/+177
* 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
| |/