summaryrefslogtreecommitdiff
path: root/numpy/core/getlimits.py
Commit message (Expand)AuthorAgeFilesLines
* ENH: Improve performance of finfo and _commonType (#23088)Pieter Eendebak2023-02-151-5/+16
* WHL: musllinux wheels [wheel build]Andrew Nelson2023-02-011-3/+14
* DEP: deprecate np.finfo(None) (#23011)Daiki Shintani2023-01-191-0/+9
* Merge pull request #22619 from seberg/move-set_moduleMatti Picus2022-11-291-1/+1
|\
| * MAINT: Move set_module to numpy.core to use without C importSebastian Berg2022-11-241-1/+1
* | DEP: Finalize MachAr and machar deprecationsSebastian Berg2022-11-221-20/+3
|/
* DOC: Added missing dtype attribute to `iinfo` and `finfo` docstring (#22334)Matteo Raso2022-09-271-0/+14
* DOC: Clarified how finfo works with complex numbers (#22260)Matteo Raso2022-09-141-1/+7
* BUG: Fix discovered MachAr (still used within valgrind)Sebastian Berg2022-06-211-2/+3
* DEP: Deprecate `finfo.machar`Bas van Beek2021-10-271-3/+19
* DEP: Deprecate the `np.core.machar` moduleBas van Beek2021-10-261-1/+1
* MAINT: remove unused importsAlessia Marcolini2021-10-081-1/+0
* ENH: Add smallest_normal and smallest_subnormal attributes to finfo (#18536)Stephannie Jimenez Gacha2021-07-191-48/+166
* MAINT: Avoid accessing uninitialized bytes getlimits (#16834)Yu Feng2020-07-131-4/+8
* 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