Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.16.0
/
benchmarks
tag
bbb6fd019c9018c0c9d16ab351d33359ef10c222
tagger
Charles Harris <charlesr.harris@gmail.com>
Mon Jan 14 02:35:17 2019
object
971e2e89d08deeae0139d3011d15646fdac13c92
NumPy 1.16.0 release.
71fb264
BENCH: don't fail at import time with old Numpy
by Pauli Virtanen
· 7 years ago
b56463d
Update benchmarks/asv.conf.json
by Charles Harris
· 7 years ago
aa3b141
DEV: change ASV benchmarks to run on Python 3.7 by default
by Stephan Hoyer
· 7 years ago
f37b0c6
ENH: Add a benchmark comparing block to copy in the 3D case
by Mark Harfouche
· 7 years ago
7511d0b
Merge pull request #11991 from hmaarrfk/block_optimize_order
by Matti Picus
· 7 years ago
fbc6ad4
Revert goal_time -> sample_time
by Stephan Hoyer
· 7 years ago
c0cf617
Revert removal of Benchmark class
by Stephan Hoyer
· 7 years ago
ceba9b3
Merge branch 'master' into nep-18-initial
by Stephan Hoyer
· 7 years ago
1846ac3
CLN: remove the internal Benchmark class
by Stephan Hoyer
· 7 years ago
611bd6c
Merge pull request #11889 from MichaelSaah/sort-setup-speedup
by Charles Harris
· 7 years ago
31f1964
Merge pull request #11957 from juliantaylor/hugepages
by Charles Harris
· 7 years ago
415f327
Add initial benchmarks for __array_function__
by Stephan Hoyer
· 7 years ago
2ccfc32
BENCH: Add a relatable 2D benchmark for block
by Mark Harfouche
· 7 years ago
c6b418f
BENCH: add out of place memcpy benchmark
by Julian Taylor
· 7 years ago
62851d4
Added a message to readme about page faulting
by Mark Harfouche
· 7 years ago
6ade16e
Force pagefaults on other benchmarks too
by Mark Harfouche
· 7 years ago
ebf3648
MAINT: np.pad Explicitely cause pagefaults to happen before starting the benchmark
by Mark Harfouche
· 7 years ago
a8f6590
BENCH: Split bench_function_base.Sort into Sort and SortWorst.
by MichaelSaah
· 7 years ago
a798ec7
BENCH: split out slow setup method in bench_shape_base.Block
by Pauli Virtanen
· 7 years ago
f25b18f
BENCH: Add benchmarks for np.loadtxt reading from CSV format
by Tyler Reddy
· 7 years ago
e238112
MAINT: Produce a more readable repr of argument packs in benchmark
by Eric Wieser
· 7 years ago
2fa3789
BENCH: add ufunc argument parsing benchmarks.
by Marten van Kerkwijk
· 7 years ago
4c3a782
BENCH: belated addition of lcm, gcd to ufunc benchmark.
by Marten van Kerkwijk
· 7 years ago
83828f5
HTTP -> HTTPS, and other linkrot fixes
by Mike Toews
· 7 years ago
1bcc8af
BENCH: Add basic benchmarks for numpy.pad
by Lars G
· 7 years ago
4cb2282
BENCH: Add benchmark for permutation
by Kevin Sheppard
· 7 years ago
c2c9a2b
DOC: update asv url
by Jarrod Millman
· 8 years ago
7f836c6
BENCH: histogramming benchmarks
by John Goetz
· 8 years ago
acae8a4
BENCH: Added missing ufunc benchmarks
by Keno Goertz
· 8 years ago
a3b990d
STY: Add blank line for PEP8.
by Charles Harris
· 8 years ago
5bdb889
[MAINT] Add block benchmarks
by Jamie Townsend
· 8 years ago
2b781f8
MAINT/DOC: Use builtin when np.{x} is builtins.{x}.
by Eric Wieser
· 8 years ago
78a1837
BENCH: Add some basic ma benchmarks
by Eric Wieser
· 8 years ago
d5cc7cd
MAINT: Move ma benchmarks to new file
by Eric Wieser
· 8 years ago
6a4858c
BENCH: use initialized memory for count_nonzero benchmark
by Julian Taylor
· 8 years ago
c3e24b2
BENCH: add benchmarks for operations with temporaries
by Julian Taylor
· 9 years ago
eda7009
Merge pull request #8629 from eric-wieser/speedup-indices
by Marten van Kerkwijk
· 9 years ago
5719d5b
MAINT: ensure benchmark suite is importable on old numpy versions
by Pauli Virtanen
· 9 years ago
0808bca
TST: add a benchmark for indices
by Eric Wieser
· 9 years ago
7e6091c
TST: add extended packbits tests
by Julian Taylor
· 9 years ago
3f6672a
DOC: change Numpy to NumPy in remaining files
by Pierre de Buyl
· 9 years ago
fd298a3
ENH: add inplace cases to fast ufunc loop macros
by Julian Taylor
· 9 years ago
0fc9e45
ENH: added axis param for np.count_nonzero
by gfyoung
· 9 years ago
afc4f24
BENCH: add more sort benchmarks
by Julian Taylor
· 9 years ago
af13636
BENCH: add correlate/convolve benchmarks.
by Ralf Gommers
· 9 years ago
3048fa4
ENH: make memmap file in temporary directory
by Matthew Brett
· 10 years ago
f570f27
BUG: only benchmark complex256 if it exists
by Matthew Brett
· 10 years ago
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
· 13 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