summaryrefslogtreecommitdiff
path: root/numpy/core/tests/test_half.py
Commit message (Expand)AuthorAgeFilesLines
* TST: Skip tests that are not currently supported in wasmHood Chatham2022-11-111-1/+3
* TST,MAINT: Replace most `setup` with `setup_method` (also teardown)Sebastian Berg2022-10-271-1/+1
* TST: Improve testing setup by introducing a new `weak_promotion` fixtureSebastian Berg2022-06-151-5/+5
* API: Add leading underscore to `no_nep50_warning` and `get/set_promotion_state`Sebastian Berg2022-06-151-2/+2
* TST: Promotion test (and warning filter) fixupSebastian Berg2022-06-151-1/+2
* TST: Make test compatible with new promotion or mark for no-warningsSebastian Berg2022-06-151-18/+22
* ENH: Add overflow check to float setitemSebastian Berg2022-06-131-2/+2
* TST: Fixup tests that cause FPEs during castsSebastian Berg2022-06-131-2/+4
* API: Delay string and number promotion deprecation/future warningSebastian Berg2021-06-041-4/+2
* DEP: Deprecate promotion of numbers and bool to stringSebastian Berg2021-01-251-2/+4
* BUG: Fix promotion of half and stringSebastian Berg2021-01-041-0/+15
* BUG: Fix inf and NaN-warnings in half float `nextafter` (#15988)Adam2020-04-171-3/+26
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-1/+1
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* MAINT: Misc. typo fixes (#13664)luzpaz2019-05-311-1/+1
* BUG: Fix rounding of denormals in double and float to half casts … (#12722)Sebastian Berg2019-01-241-0/+79
* MAINT: Review F401,F841,F842 flake8 errors (unused variables and imports) (#1...Roman Yurchak2018-12-061-1/+1
* ENH: maximum, minimum no longer emit warnings on NANmattip2018-10-231-10/+8
* ENH: add Nan warnings for maximum, minimum on more dtypesmattip2018-08-011-5/+11
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-061-5/+1
* TST: Switch to using pytest markersCharles Harris2018-04-041-2/+4
* MAINT/DOC: Use builtin when np.{x} is builtins.{x}.Eric Wieser2017-08-051-1/+1
* TST: Remove unittest dependencies in numpy/core/tests.Charles Harris2017-07-241-4/+3
* ENH: add np.divmod ufuncStephan Hoyer2017-05-071-0/+1
* ENH: add np.positive ufunc and use it for ndarray.__pos__Stephan Hoyer2017-04-301-0/+1
* STY: pyflakes fixes for numpy/core/tests/*.py.Charles Harris2015-07-251-7/+5
* STY: PEP8 fixes for numpy/core/tests/*.pyCharles Harris2015-07-251-10/+9
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-103/+103
* MAINT: Use np.errstate context manager.Charles Harris2013-07-111-9/+2
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-1/+1
* 2to3: Use absolute imports.Charles Harris2013-03-281-1/+1
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+2
* 2to3: Use modern exception syntax.Charles Harris2013-02-261-1/+1
* TST: skip floating point warning test failures on ARM. Closes gh-413.Ralf Gommers2013-01-021-3/+5
* STY: Cleanup test_half.py a bit.Charles Harris2012-03-311-2/+6
* TST: Test float16 __array_interface__.Nicolas Pinto2012-03-311-0/+12
* STY: Remove trailing whitespaceMark Wiebe2011-07-261-5/+5
* BUG: core: Some fixes and clean up of floating point exception codeMark Wiebe2010-12-031-20/+25
* TST: Refactor the half test to use a fixtureMark Wiebe2010-12-011-364/+404
* ENH: core: Add floating point exception support to the half/float16 typeMark Wiebe2010-12-011-2/+78
* ENH: core: Fix up coercion rules for half/float16Mark Wiebe2010-12-011-0/+27
* ENH: core: Implement half/float16 umath loopsMark Wiebe2010-12-011-0/+78
* ENH: core: Create half/float16 data typeMark Wiebe2010-12-011-0/+200