Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ran reindent | Jarrod Millman | 2008-02-08 | 1 | -1/+0 |
| | |||||
* | updating to us import numpy as np convention | Jarrod Millman | 2007-12-15 | 4 | -25/+32 |
| | |||||
* | ran reindent.py to cleanup whitespaces | Jarrod Millman | 2007-11-19 | 1 | -1/+1 |
| | |||||
* | Make sorting benchmarks all sort integers | Charles Harris | 2007-04-07 | 1 | -9/+9 |
| | |||||
* | Refactor benchmarks. | Stefan van der Walt | 2007-02-17 | 4 | -41/+90 |
| | |||||
* | Fix to example. | Travis Oliphant | 2006-07-18 | 1 | -1/+1 |
| | |||||
* | Change occurrences of N.rand to N.random.rand. | Stefan van der Walt | 2006-07-12 | 1 | -4/+4 |
| | |||||
* | Remove dependency on _internal.py from pickles. Clean up Py_ssize_t usage. ↵ | Travis Oliphant | 2006-07-02 | 2 | -8/+8 |
| | | | | Add .ctypes attribute for use with the ctypes module if it's available. | ||||
* | Add simple indexing test. | Travis Oliphant | 2006-06-28 | 1 | -0/+42 |
| | |||||
* | Add benchmark for creating new arrays. | Travis Oliphant | 2006-06-28 | 1 | -0/+9 |
| | |||||
* | Add a function to retrieve a user-defined type number from the name of the ↵ | Travis Oliphant | 2006-06-27 | 1 | -0/+9 |
| | | | | associated type-object | ||||
* | Run reindent.py (script distributed with Python) over the source to remove ↵ | cookedm | 2006-03-10 | 1 | -5/+0 |
| | | | | extraneous whitespace | ||||
* | More documentation updates | edschofield | 2006-01-05 | 1 | -3/+3 |
| | |||||
* | Changed all references to scipy to numpy | Travis Oliphant | 2006-01-04 | 1 | -3/+3 |
| | |||||
* | Added benchmarks folder | Travis Oliphant | 2005-12-31 | 1 | -0/+36 |