summaryrefslogtreecommitdiff
path: root/numpy/core/tests/test_half.py
AgeCommit message (Expand)AuthorFilesLines
2017-08-05MAINT/DOC: Use builtin when np.{x} is builtins.{x}.Eric Wieser1-1/+1
2017-07-24TST: Remove unittest dependencies in numpy/core/tests.Charles Harris1-4/+3
2017-05-07ENH: add np.divmod ufuncStephan Hoyer1-0/+1
2017-04-30ENH: add np.positive ufunc and use it for ndarray.__pos__Stephan Hoyer1-0/+1
2015-07-25STY: pyflakes fixes for numpy/core/tests/*.py.Charles Harris1-7/+5
2015-07-25STY: PEP8 fixes for numpy/core/tests/*.pyCharles Harris1-10/+9
2013-08-18STY: Giant comma spacing fixup.Charles Harris1-103/+103
2013-07-11MAINT: Use np.errstate context manager.Charles Harris1-9/+2
2013-04-062to3: Apply `print` fixer.Charles Harris1-1/+1
2013-03-282to3: Use absolute imports.Charles Harris1-1/+1
2013-03-012to3: Put `from __future__ import division in every python file.Charles Harris1-0/+2
2013-02-262to3: Use modern exception syntax.Charles Harris1-1/+1
2013-01-02TST: skip floating point warning test failures on ARM. Closes gh-413.Ralf Gommers1-3/+5
2012-03-31STY: Cleanup test_half.py a bit.Charles Harris1-2/+6
2012-03-31TST: Test float16 __array_interface__.Nicolas Pinto1-0/+12
2011-07-26STY: Remove trailing whitespaceMark Wiebe1-5/+5
2010-12-03BUG: core: Some fixes and clean up of floating point exception codeMark Wiebe1-20/+25
2010-12-01TST: Refactor the half test to use a fixtureMark Wiebe1-364/+404
2010-12-01ENH: core: Add floating point exception support to the half/float16 typeMark Wiebe1-2/+78
2010-12-01ENH: core: Fix up coercion rules for half/float16Mark Wiebe1-0/+27
2010-12-01ENH: core: Implement half/float16 umath loopsMark Wiebe1-0/+78
2010-12-01ENH: core: Create half/float16 data typeMark Wiebe1-0/+200