summaryrefslogtreecommitdiff
path: root/benchmarks
Commit message (Expand)AuthorAgeFilesLines
* BENCH: Add benchmark for permutationKevin Sheppard2018-05-101-0/+15
* DOC: update asv urlJarrod Millman2017-11-031-1/+1
* BENCH: histogramming benchmarksJohn Goetz2017-10-231-0/+28
* BENCH: Added missing ufunc benchmarksKeno Goertz2017-10-111-16/+14
* STY: Add blank line for PEP8.Charles Harris2017-09-121-0/+1
* [MAINT] Add block benchmarksJamie Townsend2017-09-121-0/+88
* MAINT/DOC: Use builtin when np.{x} is builtins.{x}.Eric Wieser2017-08-053-4/+4
* BENCH: Add some basic ma benchmarksEric Wieser2017-04-121-0/+93
* MAINT: Move ma benchmarks to new fileEric Wieser2017-04-112-15/+20
* BENCH: use initialized memory for count_nonzero benchmarkJulian Taylor2017-03-251-2/+2
* BENCH: add benchmarks for operations with temporariesJulian Taylor2017-02-241-0/+20
* Merge pull request #8629 from eric-wieser/speedup-indicesMarten van Kerkwijk2017-02-191-0/+5
|\
| * TST: add a benchmark for indicesEric Wieser2017-02-181-0/+5
* | MAINT: ensure benchmark suite is importable on old numpy versionsPauli Virtanen2017-02-181-1/+1
|/
* TST: add extended packbits testsJulian Taylor2017-01-121-0/+32
* DOC: change Numpy to NumPy in remaining filesPierre de Buyl2016-09-061-6/+6
* ENH: add inplace cases to fast ufunc loop macrosJulian Taylor2016-09-011-0/+39
* ENH: added axis param for np.count_nonzerogfyoung2016-08-042-3/+24
* BENCH: add more sort benchmarksJulian Taylor2016-07-291-0/+28
* BENCH: add correlate/convolve benchmarks.Ralf Gommers2016-05-281-27/+44
* ENH: make memmap file in temporary directoryMatthew Brett2016-02-141-1/+10
* BUG: only benchmark complex256 if it existsMatthew Brett2016-02-141-1/+2
* BENCH: Add some benchmarks for `matmul`.John Kirkham2016-01-161-0/+18
* BENCH: Reorganize existing benchmarks by the order they show up when run in t...John Kirkham2016-01-161-11/+11
* Merge pull request #6969 from charris/bench-randintCharles Harris2016-01-121-0/+38
|\
| * ENH: Add benchmark tests for numpy.random.randint.Charles Harris2016-01-071-0/+38
* | BENCH: Perform benchmarking for the computation of `inner` on a matrix with i...John Kirkham2016-01-081-0/+7
|/
* BENCH: Add benchmarks between an array and its transpose that share data, whi...John Kirkham2016-01-061-0/+14
* BENCH: speed up benchmark suite import time; bump bench_ufunc timeout upwardPauli Virtanen2015-12-146-51/+107
* BENCH: allow benchmark suite to run on Python 3Pauli Virtanen2015-12-062-5/+9
* 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
* REM: Remove benchmarks files.Charles Harris2013-02-285-146/+0
* 2to3: Updata `except Exception, msg:` syntax in files not in numpy/ .Charles Harris2013-02-271-1/+1
* 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. A...Travis Oliphant2006-07-022-8/+8
* 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 as...Travis Oliphant2006-06-271-0/+9
* Run reindent.py (script distributed with Python) over the source to remove ex...cookedm2006-03-101-5/+0
* More documentation updatesedschofield2006-01-051-3/+3
* Changed all references to scipy to numpyTravis Oliphant2006-01-041-3/+3