summaryrefslogtreecommitdiff
path: root/numpy/lib/tests/test_nanfunctions.py
Commit message (Expand)AuthorAgeFilesLines
* TST: do not use "ignore" to filter warningsSebastian Berg2014-02-211-2/+2
* BUG: Refactor nanfunctions to behave as agreed on for 1.9.Charles Harris2013-10-041-66/+171
* STY: Make numpy/lib/test/*.py PEP8 compliant.Charles Harris2013-09-031-14/+14
* DEP: Make nansum return 0 for all-NaN or empty axis.Charles Harris2013-08-181-27/+11
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-4/+4
* 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-121-0/+240