summaryrefslogtreecommitdiff
path: root/numpy/lib/getlimits.py
Commit message (Expand)AuthorAgeFilesLines
* Move finfo into core.David Cournapeau2009-09-161-288/+0
* Fix finfo to work on all instances, not just NumPy scalars.Stefan van der Walt2009-01-141-3/+12
* Fix printing of limits.Stefan van der Walt2009-01-141-12/+23
* Import documentation from doc wiki (part 2, work-in-progress docstrings, but ...Pauli Virtanen2008-10-281-0/+4
* Merge from documentation editor.Stefan van der Walt2008-08-051-6/+86
* Added note to numpy developers about the policy on using finfo in numpy's cod...Robert Kern2008-07-031-0/+7
* Reduce numpy's import times by delaying a few time consuming imports to the p...Robert Kern2008-07-031-6/+8
* more janitorial workJarrod Millman2007-12-291-2/+2
* Fix tab/space.Travis Oliphant2007-05-231-1/+1
* Fix up getlimits to work with Python2.3Travis Oliphant2007-05-231-5/+19
* Expose numpy.iinfo and re-implement so it supports big-endian as well.Travis Oliphant2007-05-231-25/+15
* Add iinfo based on a patch by Albert Strasheim (ticket #250).Stefan van der Walt2007-05-131-1/+54
* Fix finfo eps and huge to be array scalars of the appropriate type. And use ...Travis Oliphant2006-10-161-2/+2
* numpy.lib.getlimits: replace typecodes with dtypescookedm2006-07-281-22/+19
* explicitly use numerictypesTim Leslie2006-03-231-6/+8
* Run reindent.py (script distributed with Python) over the source to remove ex...cookedm2006-03-101-1/+0
* Ensure scalars in finfoTravis Oliphant2006-03-061-4/+6
* Change arrtype --> sctype so that dtype is given pre-eminance in determining ...Travis Oliphant2006-01-311-1/+1
* Fixed up usage of dtype to be consistent with new dtype objects.Travis Oliphant2006-01-171-1/+1
* More numpy fixes...Travis Oliphant2006-01-041-1/+1
* Fixed libTravis Oliphant2006-01-041-2/+2
* Changed all references to scipy to numpyTravis Oliphant2006-01-041-3/+3
* Moving things..Travis Oliphant2006-01-041-0/+118