Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.21.3
/
benchmarks
tag
efe3349b8222c68863564c5f0bf5a7d332511050
tagger
Charles Harris <charlesr.harris@gmail.com>
Wed Oct 20 01:00:59 2021
object
d4d0584ccb508cad69288b504e6c8b04aa0d5caf
NumPy 1.21.3 release
472b152
ENH: add new function `_opt_info()` to utils provides the optimization info of NumPy build
by Sayed Adel
· 4 years, 4 months ago
ec91211
MAINT, Benchmark: print the supported CPU features during the run of performance tests
by Sayed Adel
· 4 years, 4 months ago
d0d80b9
Merge pull request #18728 from anthonyhvo12/avo-exceptions-chaining
by Charles Harris
· 4 years, 5 months ago
914407d
Merge pull request #18075 from ganesh-k13/enh_simd_npyv_floor_div
by Matti Picus
· 4 years, 5 months ago
328b5a6
Update benchmarks/benchmarks/bench_ufunc_strides.py
by Anthony Vo
· 4 years, 5 months ago
e4856c1
Merge branch 'main' of https://github.com/numpy/numpy into avo-exceptions-chaining
by Anthony Vo
· 4 years, 5 months ago
2c1410b
chain exceptions when appropriate
by Anthony Vo
· 4 years, 5 months ago
ed5abf1
Merge pull request #17586 from BvB93/type_aliases
by Charles Harris
· 4 years, 5 months ago
a2c5af9
BENCH: Benchmarks for unsigned ints (#18075)
by Ganesh Kathiresan
· 4 years, 5 months ago
954605e
MAINT: Update master to main after branch rename (gh-18544)
by Stefan van der Walt
· 4 years, 6 months ago
17e3ef9
Merge pull request #18183 from touqir14/master
by Matti Picus
· 4 years, 6 months ago
7dcd29a
BUG: Fix unique handling of nan entries. (#18070)
by Filip Trojan
· 4 years, 7 months ago
4152443
MAINT: Avoid moveaxis overhead in median.
by Antony Lee
· 4 years, 7 months ago
ed3d080
Merge remote-tracking branch 'upstream/master'
by Touqir Sajed
· 4 years, 7 months ago
15cf37d
Merged count_nonzero_int16/int32/int64 into count_nonzero_int and added benchmarks
by Touqir Sajed
· 4 years, 7 months ago
2951e73
Add triu_indices and tril_indices
by Illviljan
· 4 years, 7 months ago
a4260ab
MAINT,DEP: Replace references to `typeDict` with `sctypeDict`
by Bas van Beek
· 4 years, 7 months ago
f36e940
DOC: Avoid using "set of" when talking about an ordered list.
by Antony Lee
· 4 years, 8 months ago
1470654
BENCH: Rename `bench_avx.py` to `bench_ufunc_strides.py`
by Sayed Adel
· 4 years, 8 months ago
3095b43
Merge pull request #17102 from Qiyu8/usimd-compiled
by Matti Picus
· 4 years, 8 months ago
d7a75e8
Merge pull request #17736 from seiko2plus/issue_17716
by Matti Picus
· 4 years, 8 months ago
b156231
add benchmark test case for little order.
by Qiyu8
· 4 years, 8 months ago
a5e1235
BENCH: Improve floor divide benchmarks (#17727)
by Ganesh Kathiresan
· 4 years, 9 months ago
2fde590
BENCH: Added floor divide benchmarks (#17727)
by Ganesh Kathiresan
· 4 years, 9 months ago
931134b
ENH: Added asv benchmarks
by Ganesh Kathiresan
· 4 years, 10 months ago
11728e8
BUG, Benchmark: fix passing optimization build options to asv
by Sayed Adel
· 4 years, 10 months ago
052cad7
improve the einsum bench by adding new bench cases and variable rename.
by Qiyu8
· 4 years, 10 months ago
96be695
ENH: Pass optimizations arguments to asv build
by Sayed Adel
· 5 years ago
593ef5f
ENH: Speed up trim_zeros (#16911)
by Bas van Beek
· 5 years ago
c02d020
Merge pull request #16605 from xiegengxin/avx512-log-float64
by Matti Picus
· 5 years ago
86fcce6
BENCH: Add basic benchmarks for scalar indexing and assignment (#16786)
by Sebastian Berg
· 5 years ago
e8a3bfa
Merge pull request #16621 from seberg/bench-more-arr
by Matti Picus
· 5 years ago
50dd510
BENCH: remove obsolete goal_time param
by Paweł Redzyński
· 5 years ago
16ab9b6
BENCH: Expand array-creation tests
by Sebastian Berg
· 5 years ago
2f93818
add blank line according PEP8
by qiyu8
· 5 years ago
c457a75
MAINT: AVX512 intrinsics implementation for float64 input np.log
by Gengxin Xie
· 5 years ago
87381b2
Simplify the benchmark case by focusing only on float64 input and SSE2 optimization
by qiyu8
· 5 years ago
2e2e9d5
improve float64 performance by sse2
by qiyu8
· 5 years ago
924cbe4
Merge pull request #16389 from seberg/hardcode-scalar-buffers
by Matti Picus
· 5 years ago
bdd4e2e
ENH: ARM Neon implementation with intrinsic for np.argmax. (#16375)
by Chunlin
· 5 years ago
1b212bd
ENH: Use AVX-512 for np.frexp and np.ldexp (#16371)
by Raghuveer Devulapalli
· 5 years ago
8b901c7
ENH: Use AVX-512 for np.isnan, np.infinite, np.isinf and np.signbit (#16334)
by Raghuveer Devulapalli
· 5 years ago
426b3ca
BENCH: Add simple scalar math benchmarks
by Sebastian Berg
· 5 years ago
bc98e54
BENCH: Default to building HEAD instead of master
by kai-striega
· 5 years ago
96c21f0
Merge pull request #15648 from xiegengxin/avx512-exp-float64
by Matti Picus
· 5 years ago
a5cfc8e
MAINT: provide float64 logisticregression bench
by Gengxin Xie
· 5 years ago
ffe1f46
Added benchmark for _var with complex input.
by Ross Barnowski
· 5 years ago
be7d25a
improving benchmark doc according the suggestion
by Qiyu8
· 5 years ago
b42a2f8
improving benchmark doc according the suggestion
by Qiyu8
· 5 years ago
849ca57
improving benchmark doc according the suggestion
by Qiyu8
· 5 years ago
cae33e2
improving benchmark doc according the suggestion
by Qiyu8
· 5 years ago
36eea37
improve benchmark doc formating
by Qiyu8
· 5 years ago
c0abd2f
improve benchmark doc format2
by Qiyu8
· 5 years ago
a7ff6a0
improve benchmark doc formate
by Qiyu8
· 5 years ago
c2157d0
improve benchmark doc
by Qiyu8
· 5 years ago
0a5eb43
TEST: Enable accuracy tests for float32 sin/cos/exp/log for AVX platforms
by Raghuveer Devulapalli
· 6 years ago
665da87
BENCH: Adding benchmarks for float32 and float64 sin/cos/exp/log functions
by Raghuveer Devulapalli
· 6 years ago
cef4dc9
Merge pull request #15465 from mwtoews/imports
by Sebastian Berg
· 6 years ago
07bf33f
MAINT: cleanup unused imports; avoid redefinition of imports
by Mike Taves
· 6 years ago
a0fc6a1
BENCH: Adding benchmarks for cmplx number operations
by Raghuveer Devulapalli
· 6 years ago
71ad52e
BENCH: adding benchmarks for np.maximum
by Raghuveer Devulapalli
· 6 years ago
e7c48d4
MAINT: Remove other uses of six module
by Mike Taves
· 6 years ago
9a21ec8
[MAINT] Cleanup python2 sys.version checks
by Seth Troisi
· 6 years ago
cddd567
[MAINT] Remove six
by Seth Troisi
· 6 years ago
a524490
Merge pull request #15278 from seberg/bench-small-array-coercion
by Matti Picus
· 6 years ago
9fc60fb
BENCH: Add basic benchmarks for take and putmask
by Sebastian Berg
· 6 years ago
ad1dd90
BENCH: Add benchmark for small array coercions
by Sebastian Berg
· 6 years ago
c31cc36
MAINT: Remove implicit inheritance from object class (#15236)
by Jon Dufresne
· 6 years ago
ed1e965
MAINT: Remove unnecessary 'from __future__ import ...' statements
by Jon Dufresne
· 6 years ago
677be32
DEV: update asv.conf.json
by Pauli Virtanen
· 6 years ago
5323bbf
BENCH: adding benchmarks for avx based ufuncs
by Raghuveer Devulapalli
· 6 years ago
47fd29d
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
· 6 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
Next »