summaryrefslogtreecommitdiff
path: root/benchmarks
Commit message (Expand)AuthorAgeFilesLines
* BENCH: Add a test for masked array creationsRohit Goswami2022-12-031-0/+8
* MAINT: change subprocess arguments from Python>=3.7Mike Taves2022-10-271-1/+1
* MAINT: remove u-prefix for former Unicode strings (#22479)Mike Taves2022-10-261-16/+16
* MAINT: Fix linter errorRaghuveer Devulapalli2022-09-261-1/+1
* BENCH: Add benchmarks for fp16 umath functionsRaghuveer Devulapalli2022-09-261-1/+1
* Fixed linter errorsMatthew Sterrett2022-09-091-1/+4
* BENCH: Adds benchmarks for arctan2 and powerMatthew Sterrett2022-09-091-0/+17
* remove unneeded future importsJake Bowhay2022-07-173-6/+0
* Merge pull request #21832 from eendebakpt/optimize_linspaceMatti Picus2022-07-081-0/+9
|\
| * add linspace benchmarkPieter Eendebak2022-06-271-0/+9
* | Merge pull request #12065 from MilesCranmer/masterSebastian Berg2022-06-231-0/+19
|\ \ | |/ |/|
| * BENCH: Add benchmark for integer input to np.isinMilesCranmer2022-06-091-0/+19
* | ENH: Implement string comparison ufuncs (or almost) (#21041)Sebastian Berg2022-06-101-0/+45
|/
* SIMD: Use universal intrinsics to implement comparison functionsRafael Cardoso Fernandes Sousa2022-05-231-1/+18
* add test for small percentilePieter Eendebak2022-05-101-1/+4
* fix mean testPieter Eendebak2022-05-101-2/+2
* PERF Add benchmarks targeted at small arrays and scalarsPieter Eendebak2022-05-104-1/+67
* Merge pull request #21188 from seberg/scalar-math-rewriteMatti Picus2022-05-071-0/+34
|\
| * BENCH: Add scalar/array mixed arithmetic cases to the benchmarkSebastian Berg2022-05-061-0/+22
| * MAINT,ENH: Rewrite scalar math logicSebastian Berg2022-04-241-0/+12
* | DEV: Pin setuptools in the asv configSebastian Berg2022-05-062-0/+2
|/
* DOC: various spell checks and typo fixes (#21314)Logan Thomas2022-04-101-25/+25
* BENCH: Kron benchmarks (#21232)Ganesh Kathiresan2022-03-271-0/+18
* BENCH: make the np.where benchmark more completeJérôme Richard2022-03-051-0/+55
* ENH, SIMD: improve argmax/argmin performanceSayed Adel2022-02-131-1/+13
* Merge pull request #20976 from rafaelcfsousa/p10_enh_intdivMatti Picus2022-02-101-0/+13
|\
| * BENCH: Add arr // arr for floor_divideRafael Cardoso Fernandes Sousa2022-02-021-0/+13
* | BENCH: Add benchmarks for 32-bit data type sortingRaghuveer Devulapalli2022-01-141-1/+1
|/
* BENCH: cover integer max/min and fmax/fmin testsSayed Adel2021-12-312-13/+40
* Merge pull request #19485 from r-devulap/fp-testsMatti Picus2021-08-041-21/+11
|\
| * BENCH: Add benchmarking for ufuncs using SVML implementationsRaghuveer Devulapalli2021-07-161-21/+11
* | DEV: Update default Python in benchmark config.Ross Barnowski2021-08-032-2/+2
|/
* ENH: add new function `_opt_info()` to utils provides the optimization info o...Sayed Adel2021-04-221-1/+1
* MAINT, Benchmark: print the supported CPU features during the run of performa...Sayed Adel2021-04-221-0/+52
* Merge pull request #18728 from anthonyhvo12/avo-exceptions-chainingCharles Harris2021-04-122-6/+6
|\
| * Update benchmarks/benchmarks/bench_ufunc_strides.pyAnthony Vo2021-04-051-1/+1
| * Merge branch 'main' of https://github.com/numpy/numpy into avo-exceptions-cha...Anthony Vo2021-04-052-2/+2
| |\
| * | chain exceptions when appropriateAnthony Vo2021-04-052-7/+7
* | | Merge pull request #18075 from ganesh-k13/enh_simd_npyv_floor_divMatti Picus2021-04-061-7/+8
|\ \ \ | |_|/ |/| |
| * | BENCH: Benchmarks for unsigned ints (#18075)Ganesh Kathiresan2021-03-221-7/+8
* | | Merge pull request #17586 from BvB93/type_aliasesCharles Harris2021-03-301-1/+1
|\ \ \ | |/ / |/| |
| * | MAINT,DEP: Replace references to `typeDict` with `sctypeDict`Bas van Beek2021-01-161-1/+1
* | | MAINT: Update master to main after branch rename (gh-18544)Stefan van der Walt2021-03-041-1/+1
| |/ |/|
* | Merge pull request #18183 from touqir14/masterMatti Picus2021-02-151-1/+1
|\ \
| * \ Merge remote-tracking branch 'upstream/master'Touqir Sajed2021-02-051-0/+6
| |\ \
| * | | Merged count_nonzero_int16/int32/int64 into count_nonzero_int and added bench...Touqir Sajed2021-01-191-1/+1
| | |/ | |/|
* | | BUG: Fix unique handling of nan entries. (#18070)Filip Trojan2021-02-121-0/+24
* | | MAINT: Avoid moveaxis overhead in median.Antony Lee2021-02-061-0/+8
| |/ |/|
* | Add triu_indices and tril_indicesIllviljan2021-01-181-0/+6
|/
* DOC: Avoid using "set of" when talking about an ordered list.Antony Lee2020-12-292-3/+3