summaryrefslogtreecommitdiff
path: root/benchmarks
Commit message (Collapse)AuthorAgeFilesLines
* Fix to example.Travis Oliphant2006-07-181-1/+1
|
* Change occurrences of N.rand to N.random.rand.Stefan van der Walt2006-07-121-4/+4
|
* Remove dependency on _internal.py from pickles. Clean up Py_ssize_t usage. ↵Travis Oliphant2006-07-022-8/+8
| | | | Add .ctypes attribute for use with the ctypes module if it's available.
* Add simple indexing test.Travis Oliphant2006-06-281-0/+42
|
* Add benchmark for creating new arrays.Travis Oliphant2006-06-281-0/+9
|
* Add a function to retrieve a user-defined type number from the name of the ↵Travis Oliphant2006-06-271-0/+9
| | | | associated type-object
* Run reindent.py (script distributed with Python) over the source to remove ↵cookedm2006-03-101-5/+0
| | | | extraneous whitespace
* More documentation updatesedschofield2006-01-051-3/+3
|
* Changed all references to scipy to numpyTravis Oliphant2006-01-041-3/+3
|
* Added benchmarks folderTravis Oliphant2005-12-311-0/+36