Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.11.3
/
benchmarks
tag
9098d1f934b0e7787568585d4a00cb223e1f9131
tagger
Charles Harris <charlesr.harris@gmail.com>
Sun Dec 18 22:20:53 2016
object
bfc9a059c48c57c4ef20bebe88d6f6ce363d1464
NumPy 1.11.3 release.
e5b108c
BENCH: Add some benchmarks for `matmul`.
by John Kirkham
· 10 years ago
4c50407
BENCH: Reorganize existing benchmarks by the order they show up when run in the benchmarking suite.
by John Kirkham
· 10 years ago
1192930
Merge pull request #6969 from charris/bench-randint
by Charles Harris
· 10 years ago
5a1d64e
BENCH: Perform benchmarking for the computation of `inner` on a matrix with itself.
by John Kirkham
· 10 years ago
931e2d1
ENH: Add benchmark tests for numpy.random.randint.
by Charles Harris
· 10 years ago
8d8a74d
BENCH: Add benchmarks between an array and its transpose that share data, which should be optimized, versus the same configuration without shared data.
by John Kirkham
· 10 years ago
ff92db2
BENCH: speed up benchmark suite import time; bump bench_ufunc timeout upward
by Pauli Virtanen
· 10 years ago
8e9c91c
BENCH: allow benchmark suite to run on Python 3
by Pauli Virtanen
· 10 years ago
8cf5b50
PERF: add 0d structured indexing benchmark
by Pauli Virtanen
· 10 years ago
02ae0e3e
WHT: break long lines + pep8
by Pauli Virtanen
· 10 years ago
8f31e5e
DOC: mention asv in release notes and add a readme
by Pauli Virtanen
· 10 years ago
15b6ef2
MAINT: add airspeed velocity benchmarks
by Pauli Virtanen
· 10 years ago
d1e6fc3
REM: Remove benchmarks files.
by Charles Harris
· 12 years ago
c6397ba
2to3: Updata `except Exception, msg:` syntax in files not in numpy/ .
by Charles Harris
· 13 years ago
c66da19
ran reindent
by Jarrod Millman
· 18 years ago
1c913bc
updating to us import numpy as np convention
by Jarrod Millman
· 18 years ago
5bb7ee6
ran reindent.py to cleanup whitespaces
by Jarrod Millman
· 18 years ago
a083ce5
Make sorting benchmarks all sort integers
by Charles Harris
· 18 years ago
5cb3d75
Refactor benchmarks.
by Stefan van der Walt
· 19 years ago
3acb430
Fix to example.
by Travis Oliphant
· 19 years ago
27c212b
Change occurrences of N.rand to N.random.rand.
by Stefan van der Walt
· 19 years ago
da42cda
Remove dependency on _internal.py from pickles. Clean up Py_ssize_t usage. Add .ctypes attribute for use with the ctypes module if it's available.
by Travis Oliphant
· 19 years ago
b173aa1
Add simple indexing test.
by Travis Oliphant
· 19 years ago
145d10c
Add benchmark for creating new arrays.
by Travis Oliphant
· 19 years ago
36c72bf
Add a function to retrieve a user-defined type number from the name of the associated type-object
by Travis Oliphant
· 19 years ago
bf57380
Run reindent.py (script distributed with Python) over the source to remove extraneous whitespace
by cookedm
· 19 years ago
605f8a5
More documentation updates
by edschofield
· 20 years ago
e706c7d
Changed all references to scipy to numpy
by Travis Oliphant
· 20 years ago
c548d82
Added benchmarks folder
by Travis Oliphant
· 20 years ago