Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.17.0
/
benchmarks
tag
96d063c89e62f5779ef9d01df84a3cae547ba470
tagger
Charles Harris <charlesr.harris@gmail.com>
Fri Jul 26 18:01:30 2019
object
d9b1e32cb8ef90d6b4a47853241db2a28146a57d
NumPy 1.17.0 release.
4074a32
add benchmark
by Guillaume Horel
· 6 years ago
57d222f
DOC: Update benchmark codes to match current set.
by Robert Kern
· 6 years ago
02f63e0
MAINT: remove xoshiro* BitGenerators
by mattip
· 6 years ago
578cf42
MAINT: remove ThreeFry BitGenerator
by mattip
· 6 years ago
083be1f
MAINT: remove pcg32 BitGenerator
by mattip
· 6 years ago
91d3451
MAINT: remove dSFMT
by mattip
· 6 years ago
0c70787
MAINT: Misc. typo fixes (#13664)
by luzpaz
· 6 years ago
5af6880
BENCH: fix benchmark suite importability on Numpy<1.17
by Pauli Virtanen
· 6 years ago
22239d1
Merge pull request #13163 from mattip/randomgen
by Sebastian Berg
· 6 years ago
23853d6
STY: Clean up code
by Kevin Sheppard
· 6 years ago
58c0e72
Revert "MAINT: Implement API changes for randomgen-derived code"
by Kevin Sheppard
· 6 years ago
95aacf5
Merge pull request #13399 from superbobry/np.array-list-of-array-like
by Matti Picus
· 6 years ago
060c669
merge master into branch
by mattip
· 6 years ago
8eb30b4
Merge pull request #13541 from juliantaylor/restore-unpack-performance
by Matti Picus
· 6 years ago
3d19ae9
MAINT: remove threefry32, xoroshiro128, xorshift1024 BitGenerators
by mattip
· 6 years ago
17e0070
MAINT: Implement API changes for randomgen-derived code
by mattip
· 6 years ago
9578dcf
BUG: __dealloc__ can be called without __init__ in some error modes
by mattip
· 6 years ago
c53b2eb
BENCH: convert bencmarks to asv format
by mattip
· 6 years ago
71fc59d
ENH: Improved performance of PyArray_FromAny for sequences of array-like
by Sergei Lebedev
· 6 years ago
886da79
ENH: restore unpack bit lookup table
by Julian Taylor
· 6 years ago
01eebb1
BENCH: Modify benchmarks for radix sort.
by Hameer Abbasi
· 6 years ago
b728205
Add benchmark for sorting random array.
by Hameer Abbasi
· 6 years ago
289d804
BENCH: fix Savez suite, previously was actually calling pickle.dump()
by Christopher Whelan
· 6 years ago
71aab21
Merge pull request #12968 from hameerabbasi/sort-benchmarks
by Matti Picus
· 7 years ago
19770c7
Minor typo. [ci skip]
by Hameer Abbasi
· 7 years ago
f28155a
Address feedback from @eric-wieser and @charris.
by Hameer Abbasi
· 7 years ago
5e23c6e
Fix the missing types.
by Hameer Abbasi
· 7 years ago
7ce362e
Get rid of __getattr__ magic.
by Hameer Abbasi
· 7 years ago
06da76c
BENCH: set ones in any/all benchmarks to 1 instead of 0 (#12986)
by Christopher Whelan
· 7 years ago
8aa669b
Respond to feedback from @eric-wieser
by Hameer Abbasi
· 7 years ago
2a67d01
Change according to feedback from @charris.
by Hameer Abbasi
· 7 years ago
806a945
Merge pull request #8159 from wrwrwr/import-benchmark
by Matti Picus
· 7 years ago
e1ea1d5
Sorting benchmarks.
by Hameer Abbasi
· 7 years ago
214fac1
Merge pull request #12724 from mattip/remove-warning
by Eric Wieser
· 7 years ago
bf77490
BENCH: quiet warnings in benchmarks
by mattip
· 7 years ago
e39a847
ENH: improve performance of numpy.core.records.fromarrays (#12596)
by Daniel Hrisca
· 7 years ago
5af5244
Merge pull request #12723 from jakirkham/inc_other_sort_benchmarks
by Matti Picus
· 7 years ago
c61bf95
Drop `None` sort `kind` as it doesn't work yet
by John Kirkham
· 7 years ago
8656534
Drop radix benchmark as it is not included yet
by John Kirkham
· 7 years ago
a4f1faa
Merge pull request #12684 from mattip/benchmark-ufuncs
by Sebastian Berg
· 7 years ago
0bdf90c
DEV: remove _arg from public API, add matmul to benchmark ufuncs
by mattip
· 7 years ago
08a2319
BENCH: add asv nanfunction benchmarks
by Tyler Reddy
· 7 years ago
67bec8d
Fix benchmark.
by Hameer Abbasi
· 7 years ago
9a1d3f2
Update benchmarks.
by Hameer Abbasi
· 7 years ago
c34b894
Add benchmarks
by Hameer Abbasi
· 7 years ago
9ae9f36
Add benchmarks.
by Hameer Abbasi
· 7 years ago
e4b46cd
BENCH: don't fail at import time with old Numpy
by Pauli Virtanen
· 7 years ago
6b8a730
Merge pull request #12552 from lagru/pad-benchmark
by Charles Harris
· 7 years ago
3f67151
Bench: Adjust parameters and explain background
by Lars Grueter
· 7 years ago
4541345
ENH: refactor __array_function__ pure Python implementation
by Stephan Hoyer
· 7 years ago
65a099d
BENCH: Pin dtype to float64 for np.pad's benchmarks
by Lars Grueter
· 7 years ago
ba008f4
BENCH: Make the pad benchmark pagefault in setup
by Mark Harfouche
· 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
7afb94a
ENH: Add import time benchmarks.
by wrwrwr
· 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
Next »