Sign in
chromium
/
external
/
github.com
/
numpy
/
numpy
/
refs/tags/v1.26.1
/
benchmarks
tag
74426498afefe921b326233cc859f1e0b9dfb834
tagger
Charles Harris <charlesr.harris@gmail.com>
Sat Oct 14 18:37:55 2023
object
411a55b9ec084c3315fe5f199351c31d0eb3c352
NumPy 1.26.1 release
5e63c86
DOC: Update building docs to use Meson (#24573)
by Melissa Weber Mendonça
· 2 years ago
21e732a
Merge pull request #23723 from seberg/indexing-no-copyswap
by Matti Picus
· 2 years, 3 months ago
9d08632
BENCH: add benchmark for where slow path
by Nathan Goldbaum
· 2 years, 3 months ago
5e983f2
BUG: typo, linting
by mattip
· 2 years, 3 months ago
670842b
add fast path for str(scalar_int)
by mattip
· 2 years, 3 months ago
41fbcdb
BENCH: Add more indeixng benchmarks (and make existing dtype specific)
by Sebastian Berg
· 2 years, 4 months ago
f865cc8
MAINT: Do not use copyswap as part of indexing
by Sebastian Berg
· 2 years, 4 months ago
8a36e09
BUG: Add packaging to benchmark dependencies
by Chris Sidebottom
· 2 years, 4 months ago
3480b5f
Merge pull request #23010 from HaoZeke/benchArrayAPI
by Sebastian Berg
· 2 years, 4 months ago
1def667
BENCH: Rework benchmarks
by Rohit Goswami
· 2 years, 4 months ago
b50568d
DOC: Fix typos & grammer in docstrings and comments (#23503)
by Pratyay Banerjee
· 2 years, 5 months ago
e014e7c
MAINT: Appease linter
by Rohit Goswami
· 2 years, 6 months ago
307198d
MAINT: Cleanup with Path
by Rohit Goswami
· 2 years, 6 months ago
5d7b60f
BENCH: Bugfix
by Rohit Goswami
· 2 years, 6 months ago
2043b46
BENCH: Rework to test real, round
by Rohit Goswami
· 2 years, 6 months ago
56d2fd5
BENCH: Reduce shapes and types for speed
by Rohit Goswami
· 2 years, 6 months ago
80245ea
BENCH: Rework whitespace
by Rohit Goswami
· 2 years, 6 months ago
d6abcec
BENCH: Better usage of np.random
by Rohit Goswami
· 2 years, 6 months ago
a5cc4ed
BENCH: Minor naming changes
by Rohit Goswami
· 2 years, 6 months ago
974cf90
BENCH: Use operator where possible
by Rohit Goswami
· 2 years, 6 months ago
c165f62
BENCH: Update to handle bool for DLPack
by Rohit Goswami
· 2 years, 6 months ago
88fbec0
BENCH: Refactor as per review comments
by Rohit Goswami
· 2 years, 6 months ago
2abab10
BENCH: Add manipulation functions
by Rohit Goswami
· 2 years, 6 months ago
1fa3d2f
BENCH: Add some documentation
by Rohit Goswami
· 2 years, 6 months ago
4b15656
BENCH: Add from_dlpack
by Rohit Goswami
· 2 years, 6 months ago
57c9aed
BENCH: Add meshgrid
by Rohit Goswami
· 2 years, 6 months ago
13ab5d6
BENCH: Add astype
by Rohit Goswami
· 2 years, 6 months ago
d4dc9a6
MAINT: Appease linter
by Rohit Goswami
· 2 years, 6 months ago
6da7dc2
BENCH: Add transpose() and vdot()
by Rohit Goswami
· 2 years, 6 months ago
81d3030
BENCH: Add variants of unique
by Rohit Goswami
· 2 years, 6 months ago
3541212
BUG,BENCH: Ensure np.nans in np.unique benchmarks
by Rohit Goswami
· 2 years, 6 months ago
6d43684
BENCH: Add creation functions
by Rohit Goswami
· 2 years, 6 months ago
41c7fba
MAINT: Fixup BENCH to appease linter
by Rohit Goswami
· 2 years, 6 months ago
3eb7c73
BENCH: Add ndarray stats method calls
by Rohit Goswami
· 2 years, 6 months ago
a734da6
MAINT: Kill unused
by Rohit Goswami
· 2 years, 6 months ago
49a2268
BENCH: Add remaining ndarray dunder methods
by Rohit Goswami
· 2 years, 6 months ago
252a4bd
MAINT,BENCH: Rework to skip benchmarks
by Rohit Goswami
· 2 years, 6 months ago
77bcc98
BENCH: Rework numpy stats reductions
by Rohit Goswami
· 2 years, 6 months ago
543da35
MAINT: Minor cleanup of benchmarking tools
by Rohit Goswami
· 2 years, 6 months ago
2bcdc5d
BENCH: Add ndarray get,set items
by Rohit Goswami
· 2 years, 6 months ago
a974be6
BENCH: Add 0d ndarray benchmarks
by Rohit Goswami
· 2 years, 6 months ago
bef1e94
BENCH: Refactor and add 0-argument ndarray methods
by Rohit Goswami
· 2 years, 6 months ago
3a1ffd8
BENCH: Init benchmarks for 1 arg ndarray methods
by Rohit Goswami
· 2 years, 6 months ago
1e22f70
BENCH: Add real and round ufuncs
by Rohit Goswami
· 2 years, 6 months ago
3f14264
Merge pull request #23153 from seiko2plus/removes_old_cpu_dispatcher
by Charles Harris
· 2 years, 6 months ago
3a33b4c
BENCH: Add benchmark for put and types for putmask
by Sebastian Berg
· 2 years, 6 months ago
138bba5
MAINT: Further removal of PyArray_Item_INCREF use
by Sebastian Berg
· 2 years, 6 months ago
94472bd
ENH: Avoid use of item XINCREF and DECREF in fasttake
by Sebastian Berg
· 2 years, 6 months ago
2aa7fde
BENCH: Add new data generator
by Sayed Adel
· 2 years, 6 months ago
52ac852
BENCH: cover auto-vectorized ufunc operations
by Sayed Adel
· 2 years, 6 months ago
d4f8b5d
BENCH: Clean up ufunc_strides
by Sayed Adel
· 2 years, 6 months ago
0bd56e7
Merge pull request #22315 from r-devulap/avxsort
by Matti Picus
· 2 years, 6 months ago
11a7e2d
ENH: add indexed loops for maximum, minimum, fmax, fmin (#23177)
by Matti Picus
· 2 years, 6 months ago
c4c0bbd
Merge pull request #23136 from mattip/indexed-loopos
by Sebastian Berg
· 2 years, 7 months ago
8bfaaf3
BENCH: fix benchmark
by mattip
· 2 years, 7 months ago
361a1a6
BENCH: Add float16 to sort benchmarks
by Raghuveer Devulapalli
· 2 years, 7 months ago
c35f97f
BENCH, SIMD: Add strides in/out for complex benchmark
by Sayed Adel
· 2 years, 7 months ago
723b5ac
BENCH: Add two small additional overhead core benchmarks
by Sebastian Berg
· 2 years, 7 months ago
2303556
ENH: Faster numpy.load (try/except _filter_header) (#22916)
by Michael
· 2 years, 7 months ago
ba89ef9
Merge pull request #22889 from mattip/speedup-ufunc.at-main
by Sebastian Berg
· 2 years, 8 months ago
471d568
BENCH: use intp dtype when indexing
by Matti Picus
· 2 years, 8 months ago
261f8b2
DOC: linting, spelling
by Matti Picus
· 2 years, 8 months ago
6efe7f0
DOC: describe the quick command
by Matti Picus
· 2 years, 8 months ago
922c477
DOC: Update to clarify local benchmark testing
by Rohit Goswami
· 2 years, 8 months ago
a299a1a
DOC: Update to remove benchmark contributions
by Rohit Goswami
· 2 years, 8 months ago
7853cbc
add fast iter loop and benchmark
by mattip
· 2 years, 8 months ago
3e1090e
DOC: Cleanup and simplify with ASV
by Rohit Goswami
· 2 years, 8 months ago
1adc626
DOC: Add details on benchmarking versions
by Rohit Goswami
· 2 years, 8 months ago
e877ba9
Merge pull request #22731 from HaoZeke/maBenchCleanup
by Matti Picus
· 2 years, 9 months ago
ecf195d
BENCH: Port ma/bench.py to asv
by Rohit Goswami
· 2 years, 9 months ago
7c24bd4
BENCH: Add a test for masked array creations
by Rohit Goswami
· 2 years, 9 months ago
69a3946
MAINT: change subprocess arguments from Python>=3.7
by Mike Taves
· 2 years, 10 months ago
13d55a3
MAINT: remove u-prefix for former Unicode strings (#22479)
by Mike Taves
· 2 years, 10 months ago
80f0015
MAINT: Fix linter error
by Raghuveer Devulapalli
· 2 years, 11 months ago
6070491
BENCH: Add benchmarks for fp16 umath functions
by Raghuveer Devulapalli
· 2 years, 11 months ago
6502e32
Fixed linter errors
by Matthew Sterrett
· 3 years ago
4d4fc62
BENCH: Adds benchmarks for arctan2 and power
by Matthew Sterrett
· 3 years ago
b9f1d23
remove unneeded future imports
by Jake Bowhay
· 3 years, 1 month ago
a9fadb2
Merge pull request #21832 from eendebakpt/optimize_linspace
by Matti Picus
· 3 years, 2 months ago
e34d2a7
add linspace benchmark
by Pieter Eendebak
· 3 years, 2 months ago
91e753c
Merge pull request #12065 from MilesCranmer/master
by Sebastian Berg
· 3 years, 2 months ago
71f7f7c
ENH: Implement string comparison ufuncs (or almost) (#21041)
by Sebastian Berg
· 3 years, 2 months ago
60c71bb
BENCH: Add benchmark for integer input to np.isin
by MilesCranmer
· 3 years, 2 months ago
1134be2
SIMD: Use universal intrinsics to implement comparison functions
by Rafael Cardoso Fernandes Sousa
· 3 years, 3 months ago
159714b
add test for small percentile
by Pieter Eendebak
· 3 years, 3 months ago
ab62db3
fix mean test
by Pieter Eendebak
· 3 years, 3 months ago
2534a7c
PERF Add benchmarks targeted at small arrays and scalars
by Pieter Eendebak
· 3 years, 3 months ago
37cb0f8
Merge pull request #21188 from seberg/scalar-math-rewrite
by Matti Picus
· 3 years, 4 months ago
117aecb
DEV: Pin setuptools in the asv config
by Sebastian Berg
· 3 years, 4 months ago
c2af303
BENCH: Add scalar/array mixed arithmetic cases to the benchmark
by Sebastian Berg
· 3 years, 4 months ago
fd9c3ef
MAINT,ENH: Rewrite scalar math logic
by Sebastian Berg
· 3 years, 4 months ago
b2e7534
DOC: various spell checks and typo fixes (#21314)
by Logan Thomas
· 3 years, 5 months ago
97d1229
BENCH: Kron benchmarks (#21232)
by Ganesh Kathiresan
· 3 years, 5 months ago
3dbbaf9
BENCH: make the np.where benchmark more complete
by Jérôme Richard
· 3 years, 6 months ago
762538c
ENH, SIMD: improve argmax/argmin performance
by Sayed Adel
· 3 years, 6 months ago
b97e7d5
Merge pull request #20976 from rafaelcfsousa/p10_enh_intdiv
by Matti Picus
· 3 years, 6 months ago
5c25a5a
BENCH: Add arr // arr for floor_divide
by Rafael Cardoso Fernandes Sousa
· 3 years, 7 months ago
61dec07
BENCH: Add benchmarks for 32-bit data type sorting
by Raghuveer Devulapalli
· 3 years, 7 months ago
91a4b98
BENCH: cover integer max/min and fmax/fmin tests
by Sayed Adel
· 3 years, 8 months ago
07cbfff
Merge pull request #19485 from r-devulap/fp-tests
by Matti Picus
· 4 years, 1 month ago
Next »