summaryrefslogtreecommitdiff
path: root/numpy/core/tests/test_getlimits.py
Commit message (Expand)AuthorAgeFilesLines
* ENH: Add some unit tests for finfo and iinfo (#23109)Pieter Eendebak2023-02-151-11/+49
* TST: Fixup tests for strict Python integer conversionsSebastian Berg2022-10-051-1/+3
* DEP: Deprecate `finfo.machar`Bas van Beek2021-10-271-1/+1
* ENH: Add smallest_normal and smallest_subnormal attributes to finfo (#18536)Stephannie Jimenez Gacha2021-07-191-1/+25
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-8/+8
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* MAINT: cleanup getlimit global varsAllan Haldane2018-10-091-9/+6
* MAINT: Remove all uses of run_module_suite.Charles Harris2018-04-061-9/+5
* ENH: Expose dragon4 fractional-cutoff modes to publicAllan Haldane2017-11-061-1/+1
* TST: update tests to account for dragon4 fixesAllan Haldane2017-11-041-1/+1
* MAINT: Remove `level=` keyword from test arguments.Charles Harris2017-08-051-1/+1
* TST: Remove unittest dependencies in numpy/core/tests.Charles Harris2017-07-241-11/+11
* BUG: match hard-coded finfo to calculated MachArMatthew Brett2017-02-091-0/+4
* ENH: hard-code finfo parameters for known types (#8504)Matthew Brett2017-02-031-1/+36
* ENH: Add bits attribute to np.finfo, closes #1886Jaime Fernandez2016-06-041-2/+16
* STY: pyflakes fixes for numpy/core/tests/*.py.Charles Harris2015-07-251-14/+5
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-5/+5
* 2to3: Apply zip fixer.Charles Harris2013-04-131-2/+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
* TST: fix string comparison test failures on Windows for Python 2.5.Ralf Gommers2012-03-071-1/+12
* ENH: add useful repr's for finfo, iinfo.Brent Pedersen2011-08-181-0/+9
* ENH: core: Add half/float16 finfo supportMark Wiebe2010-12-011-1/+7
* remove unnecessary import and reload in test_getlimits, which was causingDarren Dale2010-07-311-8/+0
* 3K: core: fix a few Name and SyntaxErrors in testsPauli Virtanen2009-12-061-1/+8
* Move finfo into core.David Cournapeau2009-09-161-0/+59