| Commit message (Expand) | Author | Age | Files | Lines |
* | DOC: Fix and extend the docstring for np.inner (#18002) | Michal W. Tarnowski | 2020-12-16 | 1 | -6/+21 |
* | DOC: Warn when reloading numpy or using numpy in sub-interpreter | Sebastian Berg | 2020-12-15 | 1 | -0/+39 |
* | Merge pull request #16855 from marload/fix-issue-10244 | Charles Harris | 2020-12-15 | 1 | -2/+2 |
|\ |
|
| * | Merge branch 'master' into fix-issue-10244 | Charles Harris | 2020-12-13 | 213 | -6597/+22356 |
| |\ |
|
| * | | DOC: Fix Typo | marload | 2020-07-14 | 1 | -2/+2 |
* | | | Merge branch 'master' of github.com:numpy/numpy into einsum-dot | Qiyu8 | 2020-12-14 | 1 | -1/+1 |
|\ \ \
| | |/
| |/| |
|
| * | | [DOC] Replace verbatim to reference to local parameter | Matthias Bussonnier | 2020-12-13 | 1 | -1/+1 |
* | | | add highest gcc optimization level. | Qiyu8 | 2020-12-14 | 1 | -1/+1 |
* | | | remove force avx2 | Qiyu8 | 2020-12-14 | 1 | -5/+1 |
* | | | Optimize the performance of einsum's submodule dot | Qiyu8 | 2020-12-14 | 2 | -141/+49 |
|/ / |
|
* | | Merge pull request #17782 from Qiyu8/einsum-muladd | Matti Picus | 2020-12-11 | 1 | -101/+82 |
|\ \ |
|
| * | | add guard #ifndef NPY_DISABLE_OPTIMIZATION | Qiyu8 | 2020-11-19 | 1 | -1/+4 |
| * | | optimize the remaining elements using npyv_load_tillz | Qiyu8 | 2020-11-19 | 1 | -19/+8 |
| * | | fix misleading comment | Qiyu8 | 2020-11-16 | 1 | -1/+1 |
| * | | Optimize the performance of multiply | Qiyu8 | 2020-11-09 | 1 | -102/+91 |
* | | | BUG, SIMD: Fix direactive check for AVX512BW of intrinsics npyv_tobits_* | Sayed Adel | 2020-12-09 | 1 | -2/+2 |
* | | | Merge pull request #17966 from MaiaKaplan/arange_keyword | Sebastian Berg | 2020-12-09 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | Add missing decref to arange, refs 17878 | Maia Kaplan | 2020-12-09 | 1 | -0/+1 |
* | | | | Merge pull request #17956 from charris/version-with-versioneer | Matti Picus | 2020-12-09 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | ENH: Use versioneer to manage numpy versions. | Charles Harris | 2020-12-08 | 1 | -1/+1 |
* | | | | | Merge pull request #17789 from seiko2plus/npyv_new_intrinsic_pk0 | Matti Picus | 2020-12-09 | 12 | -39/+409 |
|\ \ \ \ \ |
|
| * | | | | | ENH, SIMD: Add new NPYV intrinsics pack(0) | Sayed Adel | 2020-11-17 | 12 | -39/+409 |
* | | | | | | TST: Ensure `like=` tests are not sensitive to execution order | Sebastian Berg | 2020-12-08 | 1 | -37/+35 |
| |/ / / /
|/| | | | |
|
* | | | | | BUG: numpy.putmask not respecting writeable flag (#17884) | a-elhag | 2020-12-07 | 2 | -0/+11 |
* | | | | | MAINT: Replace `contextlib_nullcontext` with `contextlib.nullcontext` | Bas van Beek | 2020-12-05 | 3 | -12/+12 |
* | | | | | Merge pull request #17878 from MaiaKaplan/arange_keyword | Sebastian Berg | 2020-12-04 | 2 | -1/+29 |
|\ \ \ \ \
| | |/ / /
| |/| | | |
|
| * | | | | BUG: np.arange: As only kwarg, allow `stop` and disallow `start`. (gh-17764) | Maia Kaplan | 2020-12-04 | 2 | -1/+29 |
* | | | | | Merge pull request #17900 from seberg/finalize-unravel-index-dims-dep | Matti Picus | 2020-12-03 | 2 | -39/+1 |
|\ \ \ \ \ |
|
| * | | | | | DEP: Finalize unravel_index `dims` alias for `shape` keyword | Sebastian Berg | 2020-12-02 | 2 | -39/+1 |
* | | | | | | Merge pull request #17896 from seberg/fixup-where-in-reducelikes | Matti Picus | 2020-12-03 | 2 | -7/+13 |
|\ \ \ \ \ \ |
|
| * | | | | | | DOC: Add where to all, any, mean, var, and std method docstrings | Sebastian Berg | 2020-12-02 | 1 | -5/+5 |
| * | | | | | | ENH: Micro-optimize where=True path for mean, var, any, and all | Sebastian Berg | 2020-12-02 | 1 | -2/+8 |
* | | | | | | | BUG: merging PR to use -Werror=undef broke another PR | mattip | 2020-12-03 | 1 | -1/+3 |
| |/ / / / /
|/| | | | | |
|
* | | | | | | Merge pull request #17727 from ganesh-k13/enh_14959-libdivide | Matti Picus | 2020-12-02 | 5 | -36/+2343 |
|\ \ \ \ \ \ |
|
| * | | | | | | MAINT: Linting fixes | Ganesh Kathiresan | 2020-12-01 | 1 | -6/+6 |
| * | | | | | | BUG,TST: Fixed division by 0 status setting | Ganesh Kathiresan | 2020-11-24 | 2 | -29/+12 |
| * | | | | | | BUG: Added better 0 checks | Ganesh Kathiresan | 2020-11-23 | 2 | -13/+55 |
| * | | | | | | ENH: Removed unsed macro check | Ganesh Kathiresan | 2020-11-22 | 1 | -2/+0 |
| * | | | | | | ENH: Remove looping definitions | Renamed fast loop macros | Ganesh Kathiresan | 2020-11-22 | 2 | -28/+19 |
| * | | | | | | TST: Minor changes to floor divide | Added cases for timedelta divide | Ganesh Kathiresan | 2020-11-21 | 1 | -12/+41 |
| * | | | | | | ENH: Optimized 0 divisor cases | Ganesh Kathiresan | 2020-11-21 | 2 | -42/+74 |
| * | | | | | | TST: Added UT for floor divide | Ganesh Kathiresan | 2020-11-20 | 1 | -0/+23 |
| * | | | | | | ENH: Added libdivide to timedelta | Ganesh Kathiresan | 2020-11-13 | 1 | -19/+68 |
| * | | | | | | ENH: Removed legacy division | Ganesh Kathiresan | 2020-11-12 | 2 | -37/+6 |
| * | | | | | | ENH: Linting | Ganesh Kathiresan | 2020-11-12 | 1 | -1/+1 |
| * | | | | | | ENH: Change comments | Ganesh Kathiresan | 2020-11-12 | 1 | -1/+0 |
| * | | | | | | ENH: Change comments | Ganesh Kathiresan | 2020-11-11 | 1 | -3/+2 |
| * | | | | | | ENH: Fix breaking case | Ganesh Kathiresan | 2020-11-11 | 1 | -1/+1 |
| * | | | | | | ENH: Logic to optimize % | Ganesh Kathiresan | 2020-11-11 | 1 | -3/+4 |
| * | | | | | | ENH: Auto generate libdivide structs | Ganesh Kathiresan | 2020-11-11 | 1 | -4/+16 |