Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | TST: Add new tests for `dtype` methods | Bas van Beek | 2020-12-09 | 2 | -0/+16 | |
| * | | | | | | | | MAINT: Use `dtype[Any]` instead of `dtype` | Bas van Beek | 2020-12-09 | 1 | -1/+1 | |
| * | | | | | | | | ENH: Replace `dtype` with the `_DType` typevar | Bas van Beek | 2020-12-09 | 1 | -4/+4 | |
* | | | | | | | | | Merge pull request #17978 from charris/update-requirements | Charles Harris | 2020-12-11 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | MAINT: Update test_requirements and release_requirements. | Charles Harris | 2020-12-10 | 2 | -2/+2 | |
| | |_|_|_|/ / / | |/| | | | | | | ||||||
* | | | | | | | | 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 | |
* | | | | | | | | Merge pull request #17971 from seiko2plus/issue_17969 | Matti Picus | 2020-12-09 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | 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 #17795 from BvB93/x-like | Matti Picus | 2020-12-09 | 4 | -28/+33 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | MAINT: Simplify existing `_<X>Like` annotations | Bas van Beek | 2020-11-17 | 2 | -26/+25 | |
| * | | | | | | | | | ENH: Add `_UIntLike` and `_TD64Like` | Bas van Beek | 2020-11-17 | 2 | -1/+5 | |
| * | | | | | | | | | ENH: Add `_BoolLike` to the union defining `_IntLike` | Bas van Beek | 2020-11-17 | 1 | -1/+3 | |
* | | | | | | | | | | Merge pull request #17960 from seiko2plus/ci_baseline | Matti Picus | 2020-12-09 | 2 | -3/+28 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | TST: Fix passing build options when `--debug-info` is enabled | Sayed Adel | 2020-12-08 | 1 | -3/+3 | |
| * | | | | | | | | | | TST, BUILD: Add a native x86 baseline build running on ubuntu-20.04 | Sayed Adel | 2020-12-08 | 1 | -0/+25 | |
* | | | | | | | | | | | Merge pull request #17956 from charris/version-with-versioneer | Matti Picus | 2020-12-09 | 13 | -135/+2479 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | ENH: Use versioneer to manage numpy versions. | Charles Harris | 2020-12-08 | 13 | -135/+2479 | |
| |/ / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge pull request #17789 from seiko2plus/npyv_new_intrinsic_pk0 | Matti Picus | 2020-12-09 | 14 | -40/+446 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | BLD, SIMD: Add check for inline ASM VSX support | Sayed Adel | 2020-11-17 | 2 | -1/+37 | |
| * | | | | | | | | | | | ENH, SIMD: Add new NPYV intrinsics pack(0) | Sayed Adel | 2020-11-17 | 12 | -39/+409 | |
* | | | | | | | | | | | | Merge pull request #17950 from Brunochris13/master | Charles Harris | 2020-12-08 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' of https://github.com/Brunochris13/numpy | Christos Efstathiou | 2020-12-07 | 0 | -0/+0 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | Removed empty string from nag compiler's flags | Christos Efstathiou | 2020-12-07 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | BUG: Removed empty String from Nag Compiler's Flags | Christos Efstathiou | 2020-12-07 | 1 | -1/+1 | |
| |/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | | Merge pull request #17962 from seberg/fixup-like-tests | Charles Harris | 2020-12-08 | 2 | -40/+45 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / |/| | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | TST: Do not disable errors globally in ma/timer_comparison.py | Sebastian Berg | 2020-12-08 | 1 | -3/+10 | |
| * | | | | | | | | | | | | TST: Ensure `like=` tests are not sensitive to execution order | Sebastian Berg | 2020-12-08 | 1 | -37/+35 | |
|/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge pull request #17957 from rossbar/fix-polynomial-str-tests | Sebastian Berg | 2020-12-07 | 1 | -5/+8 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | TST: Fix crosstalk issues with polynomial str tests. | Ross Barnowski | 2020-12-07 | 1 | -5/+8 | |
|/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge pull request #17920 from seberg/update-nep-resolve-descr | Sebastian Berg | 2020-12-07 | 2 | -30/+53 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | NEP: Update NEP 42 and 43 according to the current implementation | Sebastian Berg | 2020-12-07 | 2 | -30/+53 | |
* | | | | | | | | | | | | BUG: numpy.putmask not respecting writeable flag (#17884) | a-elhag | 2020-12-07 | 2 | -0/+11 | |
| |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | Merge pull request #17945 from numpy/dependabot/pip/hypothesis-5.41.5 | Matti Picus | 2020-12-07 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | MAINT: Bump hypothesis from 5.41.4 to 5.41.5 | dependabot-preview[bot] | 2020-12-07 | 1 | -1/+1 | |
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge pull request #17943 from Carreau/doc-typo | Matti Picus | 2020-12-07 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | [DOC]: Wrong length for underline in docstring. | Matthias Bussonnier | 2020-12-06 | 1 | -1/+1 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge pull request #17934 from seberg/add-advanced-tools-docs | Matti Picus | 2020-12-06 | 3 | -0/+194 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | DOC: Move links to the end of the sections in new debugging text | Sebastian Berg | 2020-12-05 | 1 | -4/+6 | |
| * | | | | | | | | | Apply suggestions from code review | Sebastian Berg | 2020-12-05 | 1 | -8/+10 | |
| * | | | | | | | | | DOC: Add information about leak checking and valgrind | Sebastian Berg | 2020-12-05 | 3 | -0/+190 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #17936 from BvB93/comparison | Charles Harris | 2020-12-05 | 1 | -36/+36 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | TST: Fixed an issue where the typing tests would fail for comparison operations | Bas van Beek | 2020-12-05 | 1 | -36/+36 | |
|/ / / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #17719 from BvB93/ndarray | Charles Harris | 2020-12-05 | 5 | -269/+275 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | TST: Replace `numpy.ndarray` with `numpy.ndarray[Any, Any]` | Bas van Beek | 2020-11-26 | 4 | -262/+262 |