summaryrefslogtreecommitdiff
path: root/numpy/lib/tests
Commit message (Expand)AuthorAgeFilesLines
* TST: Added lots of new tests for fromnumeric.pygfyoung2016-01-181-32/+29
* Merge pull request #5981 from dfreese/fix/multi_percent_nanperc_bugJulian Taylor2016-01-171-1/+25
|\
| * BUG: Fix nanpercentile crash on all-nan slicesDavid Freese2016-01-121-1/+25
* | Merge pull request #7020 from jakirkham/deprecated_masked_array_mask_copyCharles Harris2016-01-151-0/+1
|\ \
| * | TEST: Ignore `FutureWarning` if raised from running masked array operations.John Kirkham2016-01-151-0/+1
| |/
* | DOC, MAINT: Enforce np.ndarray arg for np.put and np.placegfyoung2016-01-142-4/+4
|/
* MAINT: Simplify some tests using temppath context manager.Charles Harris2015-12-261-55/+31
* Merge pull request #6866 from charris/tempfile-context-managerCharles Harris2015-12-201-21/+12
|\
| * MAINT: Use temppath in test_not_closing_opened_fid.Charles Harris2015-12-201-21/+12
* | DOC: Use print only as function when print_function is imported from __future__gfyoung2015-12-191-1/+1
|/
* Merge pull request #6808 from charris/fix-assert-in-testsJaime2015-12-111-3/+3
|\
| * MAINT: Replace assert with assert_(...) in some tests.Charles Harris2015-12-101-3/+3
* | [TST] fix test_dtype_error to actually test what it's supposed toNathaniel J. Smith2015-12-081-3/+3
|/
* Merge pull request #6775 from charris/add-future-importsCharles Harris2015-12-071-1/+2
|\
| * MAINT: Include from __future__ boilerplate in some files missing it.Charles Harris2015-12-051-1/+2
* | BUG: Quick and dirty fix for interp.Charles Harris2015-12-071-4/+36
|/
* Merge pull request #6690 from lzkelley/hist_check_range_finiteJaime2015-11-171-0/+17
|\
| * BUG, MAINT: check that histogram range parameters are finite, add tests to as...lzkelley2015-11-171-0/+17
* | ENH: testing: add SkipTest and KnownFailureExceptionEvgeni Burovski2015-11-162-7/+4
|/
* DEP: Remove FutureWarning from np.lib.split and go to future.Charles Harris2015-10-301-18/+12
* TST: attempt to make test_load_refcount deterministicNathaniel J. Smith2015-10-281-6/+11
* Merge pull request #6562 from ahaldane/disable_view_safety_checksCharles Harris2015-10-261-10/+0
|\
| * TST: Remove tests of view safety checks (see next commit)Allan Haldane2015-10-261-10/+0
* | BUG: error in broadcast_arrays with as_strided arrayStephan Hoyer2015-10-241-0/+8
|/
* 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 #6371 from seberg/pr-5771Charles Harris2015-09-271-0/+9
|\
| * TST: Test empty warning for split with manual inputsSebastian Berg2015-09-271-0/+9
* | TST: Update test__version.py.Charles Harris2015-09-231-0/+13
* | 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
|/ /
* | Clarify signature of numpy.pad.Antony Lee2015-08-071-1/+1
* | 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-253-237/+296
* | Merge pull request #6046 from charris/pep8-and-pyflakes-cleanupsCharles Harris2015-07-252-10/+11
|\ \
| * | BUG: Fix imports in test_io.py and test_recfunctions.py.Charles Harris2015-07-042-10/+11
* | | ENH: Faster algorithm for computing histograms with equal-size binsThomas Robitaille2015-07-231-0/+31
* | | BUG: Fix tiling of zero-sized arrays numpy/numpy#6089 and add test case.Dimas Abreu Dutra2015-07-171-0/+3
* | | BUG: made view of new array to fix ix_ bugmlai2015-07-111-0/+9
|/ /
* | 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
* | BUG: np.float16 not recognized in np.common_typeMarten van Kerkwijk2015-06-221-2/+4
* | ENH: structured datatype safety checksAllan Haldane2015-06-051-0/+30
* | BUG: fix _broadcast_shape (and broadcast_array) for len(args) > 32Stephan Hoyer2015-05-151-0/+5
* | ENH: add 'fweights' and 'aweights' arguments to covariance calculations.tpoole2015-05-131-5/+72
* | BUG: setdiff1d return dtypeChristian Brodbeck2015-05-071-1/+3