summaryrefslogtreecommitdiff
path: root/benchmarks/casting.py
Commit message (Collapse)AuthorAgeFilesLines
* REM: Remove benchmarks files.Charles Harris2013-02-281-17/+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.
* Refactor benchmarks.Stefan van der Walt2007-02-171-8/+16
|
* Remove dependency on _internal.py from pickles. Clean up Py_ssize_t usage. ↵Travis Oliphant2006-07-021-4/+4
| | | | Add .ctypes attribute for use with the ctypes module if it's available.
* Add a function to retrieve a user-defined type number from the name of the ↵Travis Oliphant2006-06-271-0/+9
associated type-object