summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* MAINT: Bump mypy from 0.780 to 0.781dependabot/pip/mypy-0.781dependabot-preview[bot]2020-06-221-1/+1
* Merge pull request #16505 from EGuesnet/aix-ieee-exceptionCharles Harris2020-06-211-1/+1
|\
| * BUG: raise IEEE exception on AIXEtienne Guesnet2020-06-051-1/+1
* | ENH: add annotation for abs (#16618)Yuya Unno2020-06-213-0/+6
* | Merge pull request #16648 from charris/post-1.19.0-releaseCharles Harris2020-06-213-179/+779
|\ \
| * | REL: Update master after 1.19.0 release.Charles Harris2020-06-203-179/+779
* | | Merge pull request #16653 from adeak/doc_dot_multidot_seealsoCharles Harris2020-06-212-1/+2
|\ \ \
| * | | DOC: cross-reference numpy.dot and numpy.linalg.multi_dotAndras Deak2020-06-212-1/+2
* | | | Merge pull request #16651 from lgeiger/simplify-any-listCharles Harris2020-06-211-2/+2
|\ \ \ \
| * | | | MAINT: Prefer generator expressions over list comprehensionsLukas Geiger2020-06-211-2/+2
| |/ / /
* | | | Merge pull request #16643 from eric-wieser/fix-docs-urlMatti Picus2020-06-211-1/+11
|\ \ \ \ | |/ / / |/| | |
| * | | REL: Fix outdated docs linkEric Wieser2020-06-201-1/+11
* | | | Merge pull request #16646 from levistovall/issue-16612-add-test-for-memoryvie...Josh Wilson2020-06-201-1/+2
|\ \ \ \
| * | | | TST: add a static typing test for memoryviews as ArrayLikesLevi Stovall2020-06-201-1/+2
| | |/ / | |/| |
* | | | Merge pull request #16642 from eric-wieser/fix-unicode-sizeMatti Picus2020-06-202-3/+3
|\ \ \ \
| * | | | MAINT: Replace `PyUString_GET_SIZE` with `PyUnicode_GetLength`.Eric Wieser2020-06-202-3/+3
| | |/ / | |/| |
* | | | Merge pull request #15471 from eric-wieser/fix-scalar-array-typeSebastian Berg2020-06-202-25/+59
|\ \ \ \ | |_|/ / |/| | |
| * | | MAINT: Simplify gotos and refcountingEric Wieser2020-06-171-25/+18
| * | | BUG: Ensure PyArray_FromScalar always returns the requested dtypeEric Wieser2020-06-172-1/+42
| |/ /
* | | Merge pull request #16639 from anirudh2290/fix_timedelta_promotion_uintSebastian Berg2020-06-194-3/+14
|\ \ \
| * | | MAINT: Add platform specific umath tests to gitignoreAnirudh Subramanian2020-06-191-0/+3
| * | | BUG: Fix promote_types uint<->m8 behaviorAnirudh Subramanian2020-06-193-3/+11
|/ / /
* | | Merge pull request #16592 from anirudh2290/fix_timedelta_promotionSebastian Berg2020-06-193-2/+12
|\ \ \
| * | | BUG: Fix promote_types float32->m8 behaviorAnirudh Subramanian2020-06-193-2/+12
|/ / /
* | | TST: Add new tests for array coercion (#16571)Sebastian Berg2020-06-193-0/+593
* | | Merge pull request #16591 from bjnath/arange-no-complex-argsMelissa Weber Mendonça2020-06-181-3/+3
|\ \ \
| * | | DOC: Disallow complex args in arangeBen Nathanson2020-06-121-3/+3
* | | | Merge pull request #16594 from sturlamolden/f2py-version-fix2Sebastian Berg2020-06-182-1/+27
|\ \ \ \
| * | | | add __f2py_numpy_version__ attributeSturla Molden2020-06-172-1/+27
* | | | | Merge pull request #16635 from pared/remove_benchPauli Virtanen2020-06-181-1/+1
|\ \ \ \ \
| * | | | | BENCH: remove obsolete goal_time paramPaweł Redzyński2020-06-181-1/+1
* | | | | | Merge pull request #16630 from seiko2plus/ccopt_fix_impliesMatti Picus2020-06-181-14/+39
|\ \ \ \ \ \
| * | | | | | Update numpy/distutils/ccompiler_opt.pyMatti Picus2020-06-181-3/+3
| * | | | | | ENH,BUG:distutils Remove the origins from the implied featuresSayed Adel2020-06-181-14/+39
* | | | | | | Merge pull request #16633 from WarrenWeckesser/maint-loadtxtMatti Picus2020-06-181-71/+87
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | MAINT: lib: A few PEP-8 fixes.Warren Weckesser2020-06-181-3/+6
| * | | | | | MAINT: lib: In loadtxt, move some code out of a try/finally block.Warren Weckesser2020-06-181-5/+8
| * | | | | | MAINT: lib: In loadtxt, validate ndmin argument earlier.Warren Weckesser2020-06-181-3/+4
| * | | | | | MAINT: lib: Move some nested function definitions in loadtxt.Warren Weckesser2020-06-181-61/+70
|/ / / / / /
* | | | | | Merge pull request #16523 from seberg/buffer-speedMatti Picus2020-06-182-52/+44
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | TST: Test that user-scalar sublasses do not inherit buffer-interfaceSebastian Berg2020-06-081-0/+6
| * | | | | ENH: Use Python allocator for buffer-info allocationSebastian Berg2020-06-081-49/+22
| * | | | | MAINT: User array alignment to speed up buffer exportSebastian Berg2020-06-081-3/+16
* | | | | | Merge pull request #13516 from seiko2plus/core_improve_infa_buildMatti Picus2020-06-1756-22/+4492
|\ \ \ \ \ \
| * | | | | | DOC: add a release noteSayed Adel2020-06-161-0/+47
| * | | | | | ENH: [7/7] enable multi-platform SIMD compiler optimizationsSayed Adel2020-06-164-3/+131
| * | | | | | ENH: [6/7] enable multi-platform SIMD compiler optimizationsSayed Adel2020-06-164-2/+118
| * | | | | | ENH: [5/7] enable multi-platform SIMD compiler optimizationsSayed Adel2020-06-163-0/+262
| * | | | | | ENH: [4/7] enable multi-platform SIMD compiler optimizationsSayed Adel2020-06-152-12/+25
| * | | | | | ENH: [3/7] enable multi-platform SIMD compiler optimizationsSayed Adel2020-06-155-5/+144