Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | [DOC] Replace verbatim to reference to local parameter | Matthias Bussonnier | 2020-12-13 | 1 | -1/+1 | |
* | | | | | | | | | | | | | DOC: Rename basics to fundamentals + added description (#17889) | Ryan C Cooper | 2020-12-13 | 1 | -5/+9 | |
|/ / / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge pull request #17974 from charris/fix-versioneer-dirty | Charles Harris | 2020-12-12 | 3 | -12/+15 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | BUG: Replace f-string in root setup.py | Charles Harris | 2020-12-12 | 1 | -4/+4 | |
| * | | | | | | | | | | | | BUG: Make sdist use distutils. | Charles Harris | 2020-12-10 | 1 | -5/+8 | |
| * | | | | | | | | | | | | MAINT: Don't include "dirty" in versioneer generated versions. | Charles Harris | 2020-12-10 | 2 | -3/+3 | |
* | | | | | | | | | | | | | Merge pull request #17888 from spaceofmiah/patch-1 | Ralf Gommers | 2020-12-12 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Correct sentence/statement composition | Agbonze Osazuwa | 2020-12-01 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | Merge pull request #17906 from fxcoudert/patch-1 | Ralf Gommers | 2020-12-12 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | Update gnu.py | FX Coudert | 2020-12-03 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | Merge pull request #17955 from Carreau/fix-17944 | Charles Harris | 2020-12-11 | 1 | -7/+7 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | [DOC] Replace {var} in docstrings type annotation with `scalar or None`. | Matthias Bussonnier | 2020-12-07 | 1 | -7/+7 | |
| | |_|_|_|/ / / / / / / / / / | |/| | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | Merge pull request #17981 from BvB93/flatiter | Charles Harris | 2020-12-11 | 6 | -33/+56 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | STY: Fixed a typo: `ofthe` -> `of the` | Bas van Beek | 2020-12-11 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | TST: Updated the `__array__` typing tests | Bas van Beek | 2020-12-11 | 2 | -6/+6 | |
| * | | | | | | | | | | | | | | TST: Updated the `np.flatiter` typing tests | Bas van Beek | 2020-12-11 | 2 | -9/+14 | |
| * | | | | | | | | | | | | | | ENH: Add dtype-support for `np.flatiter` | Bas van Beek | 2020-12-11 | 1 | -7/+10 | |
| * | | | | | | | | | | | | | | ENH: Add dtype-support for the `__array__` protocol | Bas van Beek | 2020-12-11 | 2 | -11/+26 | |
| | |_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | Merge pull request #17968 from BvB93/dtype-typevar | Charles Harris | 2020-12-11 | 3 | -5/+21 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | 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 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | |