summaryrefslogtreecommitdiff
path: root/benchmarks
Commit message (Collapse)AuthorAgeFilesLines
* ran reindentJarrod Millman2008-02-081-1/+0
|
* updating to us import numpy as np conventionJarrod Millman2007-12-154-25/+32
|
* ran reindent.py to cleanup whitespacesJarrod Millman2007-11-191-1/+1
|
* Make sorting benchmarks all sort integersCharles Harris2007-04-071-9/+9
|
* Refactor benchmarks.Stefan van der Walt2007-02-174-41/+90
|
* 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