Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PERF: add 0d structured indexing benchmark | Pauli Virtanen | 2015-10-18 | 1 | -0/+23 |
| | |||||
* | WHT: break long lines + pep8 | Pauli Virtanen | 2015-08-24 | 4 | -14/+21 |
| | |||||
* | DOC: mention asv in release notes and add a readme | Pauli Virtanen | 2015-08-22 | 1 | -0/+62 |
| | |||||
* | MAINT: add airspeed velocity benchmarks | Pauli Virtanen | 2015-08-22 | 12 | -0/+809 |
| | | | | Converted from numpy-vbench suite | ||||
* | REM: Remove benchmarks files. | Charles Harris | 2013-02-28 | 5 | -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 Harris | 2013-02-27 | 1 | -1/+1 |
| | | | | This should finish the updating of the exception syntax. | ||||
* | 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 |