summaryrefslogtreecommitdiff
path: root/numpy/lib/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5022 from seberg/structured-insertJulian Taylor2014-09-021-1/+11
|\
| * BUG: Fix np.insert for inserting a single item into a structured arraySebastian Berg2014-08-301-1/+11
* | Merge pull request #5006 from dhomeier/ioconv_usecolsJulian Taylor2014-08-271-0/+15
|\ \ | |/
| * BUG: fix genfromtxt check of converters when using usecolsDerek Homeier2014-08-271-0/+15
* | Merge pull request #5005 from juliantaylor/use-tempdir-for-large-fileJulian Taylor2014-08-271-16/+16
|\ \
| * | TST: skip large file test on windowsJulian Taylor2014-08-271-0/+2
| * | BUG: avoid NamedTemporaryFile for large file testMatthew Brett2014-08-271-16/+14
* | | Merge pull request #4989 from juliantaylor/percentile-fixJulian Taylor2014-08-241-0/+8
|\ \ \ | | |/ | |/|
| * | BUG: don't overwrite input percentile arraysJulian Taylor2014-08-241-0/+8
* | | Merge pull request #4930 from juliantaylor/charris-pep8-numpy-libCharles Harris2014-07-3117-619/+667
|\ \ \ | |/ /
| * | STY: PEP8 compliance for numpy/lib/tests.Charles Harris2014-07-319-243/+243
| * | MAINT: Fix problems noted by pyflakes in numpy/lib/tests.Charles Harris2014-07-3115-378/+426
| |/
* | BUG: Avoid type promotion in tril and triu.Yotam Doron2014-07-291-0/+22
* | BUG: Use `np.where` in np.triu/np.tril, fixes #4859jaimefrio2014-07-161-0/+12
* | Merge pull request #4828 from ogrisel/fix-isfileobj-py3Julian Taylor2014-06-301-12/+4
|\ \
| * | Move tempdir context manager to numpy.testing.utilsOlivier Grisel2014-06-301-12/+4
| |/
* | 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