summaryrefslogtreecommitdiff
path: root/numpy/lib/getlimits.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | finfo interface instead of MachAr.
* 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 ↵cookedm2006-03-101-1/+0
| | | | extraneous whitespace
* 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
| | | | array type.
* 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