summaryrefslogtreecommitdiff
path: root/numpy/lib/tests
Commit message (Expand)AuthorAgeFilesLines
* 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: Correct behavior for lists of tuples in unique, closes #4785jaimefrio2014-06-061-0/+10
* TST: add a format 2.0 roundtrip testJulian Taylor2014-06-031-0/+7
* BUG: fix test deleting temporary file before using it on windowsJulian Taylor2014-06-031-22/+28
* Merge pull request #4760 from juliantaylor/masked-medianCharles Harris2014-06-021-1/+17
|\
| * ENH: use masked median for small multidimensional nanmediansJulian Taylor2014-06-021-1/+17
* | ENH: add storage format 2.0 with 4 byte header length sizeJulian Taylor2014-06-021-2/+55
|/
* TST: fix random failing histogram testJulian Taylor2014-05-301-1/+1
* BUG: Don't let meshgrid ignore unknown kwargs. Fixes #4755.Michael McNeil Forbes2014-05-301-0/+7
* BUG: nanpercentile/nanmedian 0-d with output given.Sebastian Berg2014-05-281-40/+71
* ENH: added functionality nanpercentile to numpyDavid Freese2014-05-221-0/+90
* ENH: Add the scipy NumpyVersion class.Charles Harris2014-05-151-0/+57
* ENH: added functionality nanmedian to numpyDavid Freese2014-05-021-4/+94
* Add tests using matricesMarten van Kerkwijk2014-04-221-0/+25
* ENH: add a 'return_counts=' keyword argument to `np.unique`jaimefrio2014-04-051-11/+39
* ENH: Better error w/ line num for bad column count in np.loadtxt()Daniel da Silva2014-04-051-2/+13
* Merge pull request #3830 from jarondl/recfromcsvCharles Harris2014-03-281-0/+8
|\
| * TST: Added regression test for recfromcsv dtype error, as suggested by @hpauljYaron de Leeuw2014-02-281-0/+8
* | Merge pull request #4542 from immerrr/fix-bincount-systemerrorCharles Harris2014-03-261-1/+18
|\ \
| * | BUG: fix incorrect minlength handling in np.bincountimmerrr2014-03-261-1/+18
* | | Merge pull request #4509 from jaimefrio/twodim-speedupJulian Taylor2014-03-261-5/+39
|\ \ \ | |/ / |/| |
| * | ENH: speed-up of triangular matrix functionsjaimefrio2014-03-251-5/+39
* | | 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 unittest for byte_boundsOlivier Grisel2014-03-191-0/+9
* | | | 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 #4377 from ContinuumIO/as_strided_fixCharles Harris2014-03-011-0/+17
|\ \
| * | Fix stride_stricks.as_strided function for object arraysJay Bourque2014-02-261-0/+17
| |/
* | 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
| |/
* | ENH: tril and triu broadcastingalex2014-02-241-5/+29
* | BUG: Fixes #2799jaimefrio2014-02-211-0/+4
* | TST: do not use "ignore" to filter warningsSebastian Berg2014-02-212-10/+10
|/
* 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
* | Merge pull request #3798 from seberg/new-index-machineryCharles Harris2014-02-091-1/+1
|\ \
| * | ENH: Attempt to rewrite the index parsing.Sebastian Berg2014-02-061-1/+1
* | | Merge pull request #4273 from juliantaylor/test-file-leakJulian Taylor2014-02-091-7/+8
|\ \ \
| * | | TST: clean up tempfile in test_closing_zipfile_after_loadJulian Taylor2014-02-081-7/+8
| |/ /
* | | TST: fix test_io.TestSavezLoadJulian Taylor2014-02-081-1/+1
|/ /
* | ENH: remove insecure mktemp useJulian Taylor2014-02-061-8/+16
* | BUG: IRR was returning nan instead of valid negative answer.Philip Eliot2014-02-011-0/+15
|/