summaryrefslogtreecommitdiff
path: root/numpy/lib/tests
Commit message (Expand)AuthorAgeFilesLines
* BUG: incorrect argument order to _copyto in in np.nanmax, np.nanminMarten van Kerkwijk2014-08-041-0/+25
* TST: add unittest for byte_boundsOlivier Grisel2014-03-191-0/+9
* Fix stride_stricks.as_strided function for object arraysJay Bourque2014-03-011-0/+17
* BUG: Fix histogramdd treatment of events at rightmost binedgeJulian Taylor2014-03-011-0/+24
* BUG: Fixes #2799jaimefrio2014-02-271-0/+3
* BUG: IRR was returning nan instead of valid negative answer.Philip Eliot2014-02-151-0/+15
* TST: fix test_io.TestSavezLoadJulian Taylor2014-02-151-1/+1
* ENH: remove insecure mktemp useJulian Taylor2014-02-151-8/+16
* BUG: backport fromfile and large file fixes to 1.8Julian Taylor2014-01-191-0/+27
* BUG: fix loading from compressed .npzJulian Taylor2014-01-021-0/+49
* TST: fix test failure due to comparing floats with assert_equal.Ralf Gommers2014-01-021-1/+1
* BUG: Fix chunked reading of strings longer than BUFFERSIZELuke Carmichael2013-11-091-0/+6
* MAINT: io: handle a bad fmt argument in savetxt by raising a ValueError.Warren Weckesser2013-10-201-0/+4
* TST: Raise AssertionError on failureJoseph Martinot-Lagarde2013-10-121-0/+2
* TST: Regression test for gh-2561Joseph Martinot-Lagarde2013-10-121-0/+14
* TST: Mark test_big_arrays as knownfail on Mac.Charles Harris2013-10-061-0/+1
* BUG: Refactor nanfunctions to behave as agreed on for 1.8.Charles Harris2013-10-051-91/+178
* BUG: preserve ndarray subclasses in medianJulian Taylor2013-10-021-0/+13
* TST: Test that FutureWarning is not raised by nansum if not all-nan.Charles Harris2013-09-141-0/+3
* BUG: Fix 0-sized ndindexSebastian Berg2013-09-091-0/+4
* TST: add test for Python 3.4 _ast.NameConstantChristoph Gohlke2013-09-081-0/+4
* BUG: Make DeprecationWarning always raise error in test.Charles Harris2013-09-011-3/+5
* STY: Giant comma spacing fixup.Charles Harris2013-08-1815-717/+717
* STY: Giant whitespace cleanup.Charles Harris2013-08-181-1/+1
* BUG: fix np.median so it accepts array_like input. Clean up median tests.Ralf Gommers2013-08-171-56/+73
* TST: Test that savetxt works with objects having a write method.Daniel2013-08-151-0/+12
* DOC: Various fixes.Charles Harris2013-08-141-4/+4
* TST: Add tests for the nansum, nanmean, nanvar, and nanstd.Charles Harris2013-08-121-190/+367
* MAINT: Separate nan functions into their own module.Charles Harris2013-08-122-128/+245
* ENH: implement median in terms of partitionJulian Taylor2013-08-121-0/+47
* BUG: Make np.insert check for out of bounds axis arguments.Félix Hartmann2013-08-021-0/+4
* TST: add test for negative axis values in np.insert.Félix Hartmann2013-08-021-0/+7
* MAINT: Remove uses of the WarningManager class.Charles Harris2013-07-121-26/+10
* MAINT: Use np.errstate context manager.Charles Harris2013-07-112-79/+25
* TST: New test to ensure np.pad allows pad_width of zero.Jostein Bø Fløystad2013-07-051-0/+8
* BUG: Make np.load transfer file ownership to the returned NpzFile.Charles Harris2013-06-221-1/+13
* adjust the optimal IO buffer size for npz filesBartosz Telenczuk2013-06-121-5/+3
* BUG: fix loading large npz files (fixes #2922)Bartosz Telenczuk2013-06-121-1/+18
* BUG: The npv function in financial.py was incorrectly implemented.bebert2182013-05-291-1/+1
* ENH: implement may_share_memory in CJulian Taylor2013-05-281-0/+15
* ENH: improved, faster algorithm for array paddingJosh Warner (Mac)2013-05-191-15/+15
* Merge pull request #3280 from seberg/issue-3279seberg2013-04-271-0/+4
|\
| * BUG: np.insert must copy index arraySebastian Berg2013-04-271-0/+4
* | 2to3: Apply unicode fixer.Charles Harris2013-04-211-1/+3
* | 2to3: Apply urllib fixer.Charles Harris2013-04-141-6/+10
* | 2to3: Apply zip fixer.Charles Harris2013-04-133-16/+16
* | 2to3: Apply the `numliterals` fixer and skip the `long` fixer.Charles Harris2013-04-134-6/+7
|/
* MAINT: np.delete keep old out of bound/negative index behaviorSebastian Berg2013-04-111-10/+13
* TST: New tests for insert/delete covering warnings and corner casesSebastian Berg2013-04-111-9/+65
* ENH: larger fixes for np.delete and np.insert functionsSebastian Berg2013-04-111-2/+51