summaryrefslogtreecommitdiff
path: root/numpy/core
Commit message (Expand)AuthorAgeFilesLines
* DOC: Fix and extend the docstring for np.inner (#18002)Michal W. Tarnowski2020-12-161-6/+21
* DOC: Warn when reloading numpy or using numpy in sub-interpreterSebastian Berg2020-12-151-0/+39
* Merge pull request #16855 from marload/fix-issue-10244Charles Harris2020-12-151-2/+2
|\
| * Merge branch 'master' into fix-issue-10244Charles Harris2020-12-13213-6597/+22356
| |\
| * | DOC: Fix Typomarload2020-07-141-2/+2
* | | Merge branch 'master' of github.com:numpy/numpy into einsum-dotQiyu82020-12-141-1/+1
|\ \ \ | | |/ | |/|
| * | [DOC] Replace verbatim to reference to local parameterMatthias Bussonnier2020-12-131-1/+1
* | | add highest gcc optimization level.Qiyu82020-12-141-1/+1
* | | remove force avx2Qiyu82020-12-141-5/+1
* | | Optimize the performance of einsum's submodule dotQiyu82020-12-142-141/+49
|/ /
* | 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
* | | 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 #17956 from charris/version-with-versioneerMatti Picus2020-12-091-1/+1
|\ \ \ \
| * | | | ENH: Use versioneer to manage numpy versions.Charles Harris2020-12-081-1/+1
* | | | | Merge pull request #17789 from seiko2plus/npyv_new_intrinsic_pk0Matti Picus2020-12-0912-39/+409
|\ \ \ \ \
| * | | | | ENH, SIMD: Add new NPYV intrinsics pack(0)Sayed Adel2020-11-1712-39/+409
* | | | | | TST: Ensure `like=` tests are not sensitive to execution orderSebastian Berg2020-12-081-37/+35
| |/ / / / |/| | | |
* | | | | BUG: numpy.putmask not respecting writeable flag (#17884)a-elhag2020-12-072-0/+11
* | | | | MAINT: Replace `contextlib_nullcontext` with `contextlib.nullcontext`Bas van Beek2020-12-053-12/+12
* | | | | Merge pull request #17878 from MaiaKaplan/arange_keywordSebastian Berg2020-12-042-1/+29
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | BUG: np.arange: As only kwarg, allow `stop` and disallow `start`. (gh-17764)Maia Kaplan2020-12-042-1/+29
* | | | | Merge pull request #17900 from seberg/finalize-unravel-index-dims-depMatti Picus2020-12-032-39/+1
|\ \ \ \ \
| * | | | | DEP: Finalize unravel_index `dims` alias for `shape` keywordSebastian Berg2020-12-022-39/+1
* | | | | | Merge pull request #17896 from seberg/fixup-where-in-reducelikesMatti Picus2020-12-032-7/+13
|\ \ \ \ \ \
| * | | | | | DOC: Add where to all, any, mean, var, and std method docstringsSebastian Berg2020-12-021-5/+5
| * | | | | | ENH: Micro-optimize where=True path for mean, var, any, and allSebastian Berg2020-12-021-2/+8
* | | | | | | BUG: merging PR to use -Werror=undef broke another PRmattip2020-12-031-1/+3
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #17727 from ganesh-k13/enh_14959-libdivideMatti Picus2020-12-025-36/+2343
|\ \ \ \ \ \
| * | | | | | MAINT: Linting fixesGanesh Kathiresan2020-12-011-6/+6
| * | | | | | BUG,TST: Fixed division by 0 status settingGanesh Kathiresan2020-11-242-29/+12
| * | | | | | BUG: Added better 0 checksGanesh Kathiresan2020-11-232-13/+55
| * | | | | | ENH: Removed unsed macro checkGanesh Kathiresan2020-11-221-2/+0
| * | | | | | ENH: Remove looping definitions | Renamed fast loop macrosGanesh Kathiresan2020-11-222-28/+19
| * | | | | | TST: Minor changes to floor divide | Added cases for timedelta divideGanesh Kathiresan2020-11-211-12/+41
| * | | | | | ENH: Optimized 0 divisor casesGanesh Kathiresan2020-11-212-42/+74
| * | | | | | TST: Added UT for floor divideGanesh Kathiresan2020-11-201-0/+23
| * | | | | | ENH: Added libdivide to timedeltaGanesh Kathiresan2020-11-131-19/+68
| * | | | | | ENH: Removed legacy divisionGanesh Kathiresan2020-11-122-37/+6
| * | | | | | ENH: LintingGanesh Kathiresan2020-11-121-1/+1
| * | | | | | ENH: Change commentsGanesh Kathiresan2020-11-121-1/+0
| * | | | | | ENH: Change commentsGanesh Kathiresan2020-11-111-3/+2
| * | | | | | ENH: Fix breaking caseGanesh Kathiresan2020-11-111-1/+1
| * | | | | | ENH: Logic to optimize %Ganesh Kathiresan2020-11-111-3/+4
| * | | | | | ENH: Auto generate libdivide structsGanesh Kathiresan2020-11-111-4/+16