Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move finfo into core. | David Cournapeau | 2009-09-16 | 1 | -317/+0 |
| | |||||
* | Merge from documentation editor. | Stefan van der Walt | 2008-08-05 | 1 | -30/+52 |
| | |||||
* | Disable underflow warning reporting when testing for arch + test (#759). | David Cournapeau | 2008-04-29 | 1 | -0/+10 |
| | |||||
* | Fix longdouble machar problem (iterations too low) | Travis Oliphant | 2006-07-31 | 1 | -17/+18 |
| | |||||
* | numpy.lib.machar: replace 'while 1' loops with 'for _ in max_iter' | cookedm | 2006-07-28 | 1 | -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 Oliphant | 2006-06-12 | 1 | -1/+1 |
| | | | | module and numpy does not contain all of the names. | ||||
* | change header comments into docstrings | Tim Leslie | 2006-03-23 | 1 | -5/+5 |
| | |||||
* | clean up some imports | Tim Leslie | 2006-03-16 | 1 | -1/+0 |
| | |||||
* | Run tabnanny over the code, and replace uses of tab for indentation with spaces | cookedm | 2006-03-10 | 1 | -3/+3 |
| | |||||
* | Included locals info to error on negep. | Pearu Peterson | 2006-01-06 | 1 | -1/+1 |
| | |||||
* | Fixed lib | Travis Oliphant | 2006-01-04 | 1 | -2/+2 |
| | |||||
* | Moving things.. | Travis Oliphant | 2006-01-04 | 1 | -0/+268 |