summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* ENH: Added annotations to 8 functions from np.core.fromnumeric (#16647)Bas van Beek2020-06-224-0/+343
* 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 #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
* | | MAINT: Prefer generator expressions over list comprehensionsLukas Geiger2020-06-211-2/+2
|/ /
* | 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
| |/ /
* | | BUG: Fix promote_types uint<->m8 behaviorAnirudh Subramanian2020-06-192-1/+3
* | | BUG: Fix promote_types float32->m8 behaviorAnirudh Subramanian2020-06-192-2/+5
* | | 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 #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
* | | | | | 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-1752-22/+4431
|\ \ \ \ \ \
| * | | | | | 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-153-5/+131
| * | | | | | ENH: [2/7] enable multi-platform SIMD compiler optimizationsSayed Adel2020-06-152-0/+956
| * | | | | | ENH: [1/7] enable multi-platform SIMD compiler optimizationsSayed Adel2020-06-1535-0/+2808
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #16558 from person142/typing-runtimeMatti Picus2020-06-178-38/+131
|\ \ \ \ \ \
| * | | | | | DOC: add reference to Python issue about buffer protocolsJosh Wilson2020-06-161-2/+4
| * | | | | | DOC: add note about supporting buffer protocols in `ArrayLike`Josh Wilson2020-06-151-0/+5
| * | | | | | DOC: clarify `ArrayLike` example in typing docsJosh Wilson2020-06-151-5/+21
| * | | | | | DOC: add warning about typing-extensions module to numpy.typing docsJosh Wilson2020-06-112-2/+11
| * | | | | | DOC: add documentation for the numpy.typing moduleJosh Wilson2020-06-101-0/+53
| * | | | | | MAINT: make typing module available at runtimeJosh Wilson2020-06-098-38/+46
* | | | | | | BUG: Initialize stop-reading in array_from_textSebastian Berg2020-06-162-1/+5
| |_|_|/ / / |/| | | | |
* | | | | | Merge pull request #14882 from eric-wieser/6103-alias-__getattr__-deprecationSebastian Berg2020-06-167-51/+119
|\ \ \ \ \ \
| * | | | | | DEP: Deprecate aliases of builtin types in python 3.7+Eric Wieser2020-06-123-29/+97