summaryrefslogtreecommitdiff
path: root/numpy/lib/machar.py
Commit message (Collapse)AuthorAgeFilesLines
* Move finfo into core.David Cournapeau2009-09-161-317/+0
|
* Merge from documentation editor.Stefan van der Walt2008-08-051-30/+52
|
* Disable underflow warning reporting when testing for arch + test (#759).David Cournapeau2008-04-291-0/+10
|
* Fix longdouble machar problem (iterations too low)Travis Oliphant2006-07-311-17/+18
|
* numpy.lib.machar: replace 'while 1' loops with 'for _ in max_iter'cookedm2006-07-281-8/+25
| | | | | If there are bugs in the scalar objects, the 'while 1' loops can potentially run forever, so we make sure they only go at most 1000 times.
* Check-in name-space changes so that numpy.oldnumeric is the compatibility ↵Travis Oliphant2006-06-121-1/+1
| | | | module and numpy does not contain all of the names.
* change header comments into docstringsTim Leslie2006-03-231-5/+5
|
* clean up some importsTim Leslie2006-03-161-1/+0
|
* Run tabnanny over the code, and replace uses of tab for indentation with spacescookedm2006-03-101-3/+3
|
* Included locals info to error on negep.Pearu Peterson2006-01-061-1/+1
|
* Fixed libTravis Oliphant2006-01-041-2/+2
|
* Moving things..Travis Oliphant2006-01-041-0/+268