summaryrefslogtreecommitdiff
path: root/numpy/core/getlimits.py
Commit message (Expand)AuthorAgeFilesLines
* DOC: Calrify tiny/xmin in finfo and machar (gh-16253)Raphael Kruse2020-05-181-3/+14
* DOC: Improve np.finfo docs (#15678)Ross Barnowski2020-03-011-6/+9
* MAINT: Implement keyword-only arguments as syntaxEric Wieser2020-01-061-6/+6
* MAINT: Remove implicit inheritance from object class (#15236)Jon Dufresne2020-01-051-3/+3
* MAINT: Remove unnecessary 'from __future__ import ...' statementsJon Dufresne2020-01-031-2/+0
* MAINT: Convert property to @propertyAlex Watt2019-02-241-4/+2
* ENH: set correct __module__ for objects in numpy's public APIStephan Hoyer2018-11-131-0/+3
* MAINT: cleanup getlimit global varsAllan Haldane2018-10-091-137/+137
* MAINT: delay initialization of getlimits (circular imports)Allan Haldane2018-10-091-197/+184
* Provide information about what kind is actually not integer kindYaroslav Halchenko2018-10-051-1/+1
* RF: remove main clauseMatthew Brett2017-05-151-10/+0
* RF: delay calls of array repr in getlimitsMatthew Brett2017-05-151-6/+26
* BUG: match hard-coded finfo to calculated MachArMatthew Brett2017-02-091-24/+30
* ENH: hard-code finfo parameters for known types (#8504)Matthew Brett2017-02-031-25/+256
* ENH: Add bits attribute to np.finfo, closes #1886Jaime Fernandez2016-06-041-6/+11
* STY: PEP8 fixes for numpy/core/*.pyCharles Harris2015-07-051-23/+25
* DOC: Reconcile docstrings and function signatures where they disagreeRobert McGibbon2015-03-021-1/+1
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-14/+14
* 2to3: Apply the `numliterals` fixer and skip the `long` fixer.Charles Harris2013-04-131-3/+3
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-7/+7
* 2to3: Use absolute imports.Charles Harris2013-03-281-5/+5
* 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-1/+3
* ENH: add useful repr's for finfo, iinfo.Brent Pedersen2011-08-181-0/+11
* STY: Fix up some remaining old-style exceptions.Charles Harris2011-04-051-1/+1
* STY: Update exception styles, trickier ones.Charles Harris2011-04-051-1/+1
* STY: Replace remaining old style classes with classes subclassing object.Charles Harris2011-04-051-1/+1
* DOC: fix doc build complaint about too-long tables.rgommers2011-03-021-5/+7
* DOC: merge wiki edits for numpy.core.rgommers2011-03-021-18/+20
* ENH: core: Add half/float16 finfo supportMark Wiebe2010-12-011-0/+4
* BUG: core: finfo.tiny, resolution, and epsneg should be scalars (#1538)Pauli Virtanen2010-07-171-1/+1
* Docstring update: corePauli Virtanen2009-10-021-6/+4
* Move finfo into core.David Cournapeau2009-09-161-0/+287