summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | TST: Add new tests for `dtype` methodsBas van Beek2020-12-092-0/+16
| * | | | | | | | MAINT: Use `dtype[Any]` instead of `dtype`Bas van Beek2020-12-091-1/+1
| * | | | | | | | ENH: Replace `dtype` with the `_DType` typevarBas van Beek2020-12-091-4/+4
* | | | | | | | | Merge pull request #17978 from charris/update-requirementsCharles Harris2020-12-112-2/+2
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | MAINT: Update test_requirements and release_requirements.Charles Harris2020-12-102-2/+2
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge pull request #17782 from Qiyu8/einsum-muladdMatti Picus2020-12-111-101/+82
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | add guard #ifndef NPY_DISABLE_OPTIMIZATIONQiyu82020-11-191-1/+4
| * | | | | | | optimize the remaining elements using npyv_load_tillzQiyu82020-11-191-19/+8
| * | | | | | | fix misleading commentQiyu82020-11-161-1/+1
| * | | | | | | Optimize the performance of multiplyQiyu82020-11-091-102/+91
* | | | | | | | Merge pull request #17971 from seiko2plus/issue_17969Matti Picus2020-12-091-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | BUG, SIMD: Fix direactive check for AVX512BW of intrinsics npyv_tobits_*Sayed Adel2020-12-091-2/+2
|/ / / / / / / /
* | | | | | | | Merge pull request #17966 from MaiaKaplan/arange_keywordSebastian Berg2020-12-091-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Add missing decref to arange, refs 17878Maia Kaplan2020-12-091-0/+1
* | | | | | | | | Merge pull request #17795 from BvB93/x-likeMatti Picus2020-12-094-28/+33
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | MAINT: Simplify existing `_<X>Like` annotationsBas van Beek2020-11-172-26/+25
| * | | | | | | | | ENH: Add `_UIntLike` and `_TD64Like`Bas van Beek2020-11-172-1/+5
| * | | | | | | | | ENH: Add `_BoolLike` to the union defining `_IntLike`Bas van Beek2020-11-171-1/+3
* | | | | | | | | | Merge pull request #17960 from seiko2plus/ci_baselineMatti Picus2020-12-092-3/+28
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | TST: Fix passing build options when `--debug-info` is enabledSayed Adel2020-12-081-3/+3
| * | | | | | | | | | TST, BUILD: Add a native x86 baseline build running on ubuntu-20.04Sayed Adel2020-12-081-0/+25
* | | | | | | | | | | Merge pull request #17956 from charris/version-with-versioneerMatti Picus2020-12-0913-135/+2479
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | ENH: Use versioneer to manage numpy versions.Charles Harris2020-12-0813-135/+2479
| |/ / / / / / / / / /
* | | | | | | | | | | Merge pull request #17789 from seiko2plus/npyv_new_intrinsic_pk0Matti Picus2020-12-0914-40/+446
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | BLD, SIMD: Add check for inline ASM VSX supportSayed Adel2020-11-172-1/+37
| * | | | | | | | | | | ENH, SIMD: Add new NPYV intrinsics pack(0)Sayed Adel2020-11-1712-39/+409
* | | | | | | | | | | | Merge pull request #17950 from Brunochris13/masterCharles Harris2020-12-081-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' of https://github.com/Brunochris13/numpyChristos Efstathiou2020-12-070-0/+0
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | Removed empty string from nag compiler's flagsChristos Efstathiou2020-12-071-1/+1
| * | | | | | | | | | | | | BUG: Removed empty String from Nag Compiler's FlagsChristos Efstathiou2020-12-071-1/+1
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge pull request #17962 from seberg/fixup-like-testsCharles Harris2020-12-082-40/+45
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | TST: Do not disable errors globally in ma/timer_comparison.pySebastian Berg2020-12-081-3/+10
| * | | | | | | | | | | | TST: Ensure `like=` tests are not sensitive to execution orderSebastian Berg2020-12-081-37/+35
|/ / / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #17957 from rossbar/fix-polynomial-str-testsSebastian Berg2020-12-071-5/+8
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | TST: Fix crosstalk issues with polynomial str tests.Ross Barnowski2020-12-071-5/+8
|/ / / / / / / / / / /
* | | | | | | | | | | Merge pull request #17920 from seberg/update-nep-resolve-descrSebastian Berg2020-12-072-30/+53
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | NEP: Update NEP 42 and 43 according to the current implementationSebastian Berg2020-12-072-30/+53
* | | | | | | | | | | | BUG: numpy.putmask not respecting writeable flag (#17884)a-elhag2020-12-072-0/+11
| |/ / / / / / / / / / |/| | | | | | | | | |
* | | | | | | | | | | Merge pull request #17945 from numpy/dependabot/pip/hypothesis-5.41.5Matti Picus2020-12-071-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | MAINT: Bump hypothesis from 5.41.4 to 5.41.5dependabot-preview[bot]2020-12-071-1/+1
| | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
* | | | | | | | | | | Merge pull request #17943 from Carreau/doc-typoMatti Picus2020-12-071-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | [DOC]: Wrong length for underline in docstring.Matthias Bussonnier2020-12-061-1/+1
|/ / / / / / / / / /
* | | | | | | | | | Merge pull request #17934 from seberg/add-advanced-tools-docsMatti Picus2020-12-063-0/+194
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / |/| | | | | | | | |
| * | | | | | | | | DOC: Move links to the end of the sections in new debugging textSebastian Berg2020-12-051-4/+6
| * | | | | | | | | Apply suggestions from code reviewSebastian Berg2020-12-051-8/+10
| * | | | | | | | | DOC: Add information about leak checking and valgrindSebastian Berg2020-12-053-0/+190
| |/ / / / / / / /
* | | | | | | | | Merge pull request #17936 from BvB93/comparisonCharles Harris2020-12-051-36/+36
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | TST: Fixed an issue where the typing tests would fail for comparison operationsBas van Beek2020-12-051-36/+36
|/ / / / / / / / /
* | | | | | | | | Merge pull request #17719 from BvB93/ndarrayCharles Harris2020-12-055-269/+275
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | TST: Replace `numpy.ndarray` with `numpy.ndarray[Any, Any]`Bas van Beek2020-11-264-262/+262