summaryrefslogtreecommitdiff
path: root/benchmarks
Commit message (Collapse)AuthorAgeFilesLines
* PERF: add 0d structured indexing benchmarkPauli Virtanen2015-10-181-0/+23
|
* WHT: break long lines + pep8Pauli Virtanen2015-08-244-14/+21
|
* DOC: mention asv in release notes and add a readmePauli Virtanen2015-08-221-0/+62
|
* MAINT: add airspeed velocity benchmarksPauli Virtanen2015-08-2212-0/+809
| | | | Converted from numpy-vbench suite
* REM: Remove benchmarks files.Charles Harris2013-02-285-146/+0
| | | | | | | | | | | The files are very basic, old benchmarks testing numpy against numeric and numarray. The competitors are almost defunct and, while benchmarks are awesome, we really need a more polished and complete framework that runs against the current competition. I think the early results from these benchmarks were posted, maybe even presented, and could be found in a search. Closes #3088 ;) So old a tuple parameter was used.
* 2to3: Updata `except Exception, msg:` syntax in files not in numpy/ .Charles Harris2013-02-271-1/+1
| | | | This should finish the updating of the exception syntax.
* 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