summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* use repo secrets for uploadingmattip2022-02-131-3/+3
* Merge pull request #21045 from mattip/upload3Matti Picus2022-02-131-2/+2
|\
| * BUILD: change syntax to use env variablemattip2022-02-131-2/+2
* | Merge pull request #20846 from seiko2plus/simd_argmaxminMatti Picus2022-02-136-114/+601
|\ \
| * | add npyv_cleanup()Sayed Adel2022-02-131-0/+2
| * | ENH, SIMD: improve argmax/argmin performanceSayed Adel2022-02-136-114/+599
| |/
* | Merge pull request #21046 from charris/fix-3.10-aarch64Sebastian Berg2022-02-131-4/+4
|\ \ | |/ |/|
| * MAINT: Use "3.10" instead of "3.10-dev" on travis.Charles Harris2022-02-131-4/+4
* | Merge pull request #21043 from mattip/upload2Matti Picus2022-02-131-16/+11
|\ \
| * | BUILD: simplify upload stepmattip2022-02-131-16/+11
|/ /
* | Merge pull request #21035 from mattip/tokenMatti Picus2022-02-131-11/+8
|\ \ | |/ |/|
| * BUILD: combine upload stepsThomas Li2022-02-121-11/+8
| * BUILD: remove condition on upload stepmattip2022-02-111-1/+1
* | Merge pull request #21039 from seberg/removed-relaxed-strides-checkingCharles Harris2022-02-1217-170/+63
|\ \
| * | DOC: Fix striding related comments based on reviewSebastian Berg2022-02-122-4/+4
| * | MAINT: Remove the RELAXED_STRIDES_CHECKING env variableSebastian Berg2022-02-1117-170/+63
* | | Merge pull request #21040 from Carreau/backticks-see-alsoSebastian Berg2022-02-121-1/+1
|\ \ \
| * | | DOC: See also should not have backticks.Matthias Bussonnier2022-02-121-1/+1
|/ / /
* | | Merge pull request #20968 from serge-sans-paille/feature/road-to-cxx-partitio...Charles Harris2022-02-114-384/+114
|\ \ \
| * | | Convert npy_partition.h.src to numpy/core/src/common/npy_partition.hserge-sans-paille2022-02-114-384/+114
| | |/ | |/|
* | | DOC: disambiguate :: in rst. (#21037)Matthias Bussonnier2022-02-111-2/+1
* | | Merge pull request #21030 from lorenzomammana/fix-full-like-documentationBas van Beek2022-02-111-1/+7
|\ \ \ | |/ / |/| |
| * | DOC: change fill_value of full_like from scalar to array_likelorenzomammana2022-02-101-1/+7
* | | Merge pull request #21031 from charris/style-fixes-quicksortSebastian Berg2022-02-101-28/+48
|\ \ \
| * | | STY: Style fixes to quicksort.cppCharles Harris2022-02-101-28/+48
|/ / /
* | | Merge pull request #20897 from serge-sans-paille/feature/road-to-cxx-quicksortCharles Harris2022-02-105-660/+1100
|\ \ \ | |/ / |/| |
| * | Road to C++: quicksort.c.src -> quicksort.cppserge-sans-paille2022-02-105-660/+1100
* | | Merge pull request #20363 from seiko2plus/svml2npyv/tanh_f32Matti Picus2022-02-1012-8/+629
|\ \ \
| * | | SIMD: handel |x| > HUGE_THRESHOLD, special cases via universal intrinsicsSayed Adel2022-02-011-39/+28
| * | | SIMD: Test lookup table intrinsicsSayed Adel2022-01-192-3/+44
| * | | SIMD: Add new universal intrinsics for lookup tableSayed Adel2022-01-195-0/+168
| * | | ENH, SIMD: replace SVML/tanh with universal intrinsicsSayed Adel2022-01-195-5/+428
* | | | Merge pull request #21027 from GalaxySnail/fix-issue-21026Matti Picus2022-02-101-4/+3
|\ \ \ \
| * | | | BUG: use ThreadPoolExecutor instead of ThreadPoolGalaxySnail2022-02-101-4/+3
* | | | | Merge pull request #20976 from rafaelcfsousa/p10_enh_intdivMatti Picus2022-02-105-10/+118
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | DOC: Add release note for VSX4/Power10 enablementRafael Cardoso Fernandes Sousa2022-02-081-0/+5
| * | | | ENH: Optimize divc with VSX4/Power10 intrinsicsRafael Cardoso Fernandes Sousa2022-02-081-0/+14
| * | | | ENH: Optimize floor_divide for VSX4/Power10Rafael Cardoso Fernandes Sousa2022-02-083-10/+86
| * | | | BENCH: Add arr // arr for floor_divideRafael Cardoso Fernandes Sousa2022-02-021-0/+13
* | | | | API: Disallow strings in logical ufuncs (#21024)Sebastian Berg2022-02-092-1/+23
* | | | | Merge pull request #21021 from BvB93/fromnumeric2Charles Harris2022-02-094-287/+557
|\ \ \ \ \
| * | | | | TST: Add more typing tests for `np.core.fromnumeric`Bas van Beek2022-02-092-58/+77
| * | | | | TST,MAINT: Improve a number of variable namesBas van Beek2022-02-091-227/+226
| * | | | | TYP: Add dtype-typing support to `fromnumeric` (part 2)Bas van Beek2022-02-091-24/+273
| * | | | | MAINT: gitignore `tokenize.c` and `x86-qsort.dispatch.c`Bas van Beek2022-02-091-0/+3
* | | | | | Merge pull request #20883 from honno/xp-can-castCharles Harris2022-02-093-4/+61
|\ \ \ \ \ \
| * | | | | | Note `np.array_api.can_cast()` does not use `np.can_cast()`Matthew Barber2022-02-092-2/+5
| * | | | | | BUG: Fix `np.array_api.can_cast()` by not relying on `np.can_cast()`Matthew Barber2022-02-093-4/+58
| |/ / / / /
* | | | | | DOC: Include special case in `hsplit` doc (#20974)Bharat Raghunathan2022-02-091-1/+7
* | | | | | DOC: imbalanced backticks (#21020)Matthias Bussonnier2022-02-092-2/+2
|/ / / / /