Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move finfo into core. | David Cournapeau | 2009-09-16 | 1 | -288/+0 |
| | |||||
* | Fix finfo to work on all instances, not just NumPy scalars. | Stefan van der Walt | 2009-01-14 | 1 | -3/+12 |
| | |||||
* | Fix printing of limits. | Stefan van der Walt | 2009-01-14 | 1 | -12/+23 |
| | |||||
* | Import documentation from doc wiki (part 2, work-in-progress docstrings, but ↵ | Pauli Virtanen | 2008-10-28 | 1 | -0/+4 |
| | | | | they are still an improvement) | ||||
* | Merge from documentation editor. | Stefan van der Walt | 2008-08-05 | 1 | -6/+86 |
| | |||||
* | Added note to numpy developers about the policy on using finfo in numpy's ↵ | Robert Kern | 2008-07-03 | 1 | -0/+7 |
| | | | | codebase. | ||||
* | Reduce numpy's import times by delaying a few time consuming imports to the ↵ | Robert Kern | 2008-07-03 | 1 | -6/+8 |
| | | | | point of actual use and global instantiations of finfo. Thanks to David Cournapeau for tracking down and fixing the import part of the problem. | ||||
* | more janitorial work | Jarrod Millman | 2007-12-29 | 1 | -2/+2 |
| | |||||
* | Fix tab/space. | Travis Oliphant | 2007-05-23 | 1 | -1/+1 |
| | |||||
* | Fix up getlimits to work with Python2.3 | Travis Oliphant | 2007-05-23 | 1 | -5/+19 |
| | |||||
* | Expose numpy.iinfo and re-implement so it supports big-endian as well. | Travis Oliphant | 2007-05-23 | 1 | -25/+15 |
| | |||||
* | Add iinfo based on a patch by Albert Strasheim (ticket #250). | Stefan van der Walt | 2007-05-13 | 1 | -1/+54 |
| | |||||
* | Fix finfo eps and huge to be array scalars of the appropriate type. And use ↵ | Travis Oliphant | 2006-10-16 | 1 | -2/+2 |
| | | | | finfo interface instead of MachAr. | ||||
* | numpy.lib.getlimits: replace typecodes with dtypes | cookedm | 2006-07-28 | 1 | -22/+19 |
| | |||||
* | explicitly use numerictypes | Tim Leslie | 2006-03-23 | 1 | -6/+8 |
| | |||||
* | Run reindent.py (script distributed with Python) over the source to remove ↵ | cookedm | 2006-03-10 | 1 | -1/+0 |
| | | | | extraneous whitespace | ||||
* | Ensure scalars in finfo | Travis Oliphant | 2006-03-06 | 1 | -4/+6 |
| | |||||
* | Change arrtype --> sctype so that dtype is given pre-eminance in determining ↵ | Travis Oliphant | 2006-01-31 | 1 | -1/+1 |
| | | | | array type. | ||||
* | Fixed up usage of dtype to be consistent with new dtype objects. | Travis Oliphant | 2006-01-17 | 1 | -1/+1 |
| | |||||
* | More numpy fixes... | Travis Oliphant | 2006-01-04 | 1 | -1/+1 |
| | |||||
* | Fixed lib | Travis Oliphant | 2006-01-04 | 1 | -2/+2 |
| | |||||
* | Changed all references to scipy to numpy | Travis Oliphant | 2006-01-04 | 1 | -3/+3 |
| | |||||
* | Moving things.. | Travis Oliphant | 2006-01-04 | 1 | -0/+118 |