summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #20201 from BvB93/machar2Charles Harris2021-10-2812-109/+65
|\
| * DEP: Deprecate `finfo.machar`Bas van Beek2021-10-277-92/+27
| * DEP: Deprecate the `np.core.machar` moduleBas van Beek2021-10-267-6/+20
| * DEP: Deprecate `np.MachAr`Bas van Beek2021-10-265-12/+19
* | Merge pull request #20213 from WarrenWeckesser/doc-power-negCharles Harris2021-10-281-2/+42
|\ \
| * | DOC: Mention `nan` results in `power` and `float_power`.warren2021-10-281-2/+42
* | | Merge pull request #20219 from seiko2plus/simd_msvc_broadcast_64bitCharles Harris2021-10-287-25/+116
|\ \ \
| * | | fix up upSayed Adel2021-10-281-4/+4
| * | | fix upSayed Adel2021-10-283-15/+15
| * | | BUG, SIMD: Workaround broadcasting SIMD 64-bit integers on MSVC 32-bit modeSayed Adel2021-10-284-6/+97
* | | | Merge pull request #20214 from mattip/work-in-venvCharles Harris2021-10-281-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | BUG: fix test c-extension compilation inside a venvmattip2021-10-281-1/+1
| |/ /
* | | Merge pull request #20206 from seiko2plus/ci_armv7_simd_testMatti Picus2021-10-281-2/+1
|\ \ \ | |/ / |/| |
| * | BUG, BLD: Fix cast long double and double warnings(C)/errors(C++)Sayed Adel2021-10-281-2/+1
* | | MAINT: Only warn for transferred ownership if env variable is set (#20200)Matti Picus2021-10-272-8/+52
* | | DOC: Fix random.power Raises description (#20205)jessijzhao2021-10-272-2/+2
* | | ENH: Expose promoters and Common-DType API experimentally (#20163)Sebastian Berg2021-10-262-25/+128
| |/ |/|
* | Merge pull request #20199 from BvB93/numericCharles Harris2021-10-265-136/+598
|\ \
| * | TST: Update the typing tests of `np.core.numeric`Bas van Beek2021-10-263-68/+122
| * | TST: Strip the file-extensions from the parametrize IDBas van Beek2021-10-261-9/+3
| * | ENH: Add dtype-support to `np.core.numeric`Bas van Beek2021-10-261-59/+473
* | | DOC: Updated random.uniform docstring parameter description (#20146)Arushi Sharma2021-10-262-3/+8
* | | Merge pull request #20015 from j-i-l/better-select-exampleMatti Picus2021-10-261-4/+9
|\ \ \ | |/ / |/| |
| * | Merge remote-tracking branch 'upstream/main' into better-select-exampleJonas Liechti2021-10-25137-2013/+6760
| |\ \
| * | | incorporated suggested editJonas I. Liechti2021-10-241-1/+0
| * | | removed redundant commentJonas Liechti2021-10-221-3/+0
| * | | type-o: used element instead of arrayJonas Liechti2021-10-051-3/+3
| * | | adding example: also highlight priority in multiple matchesJonas Liechti2021-10-051-2/+11
| * | | use an example that also shows default valueJonas Liechti2021-10-011-3/+3
* | | | Merge pull request #20172 from matthew-brett/fix-gl-compiler-flagMatti Picus2021-10-263-9/+59
|\ \ \ \
| * | | | Apply suggestions from code reviewMatthew Brett2021-10-262-0/+3
| * | | | Allow clib callable build flagsMatthew Brett2021-10-233-9/+56
* | | | | Merge pull request #20153 from numpy/issue_20025Charles Harris2021-10-252-53/+29
|\ \ \ \ \
| * | | | | BUG, SIMD: Fix unsigned 8-bit integer divison by a scalarissue_20025Sayed Adel2021-10-231-1/+1
| * | | | | TST, SIMD: Enhance the test case for SIMD integer division by adding several ...Sayed Adel2021-10-231-50/+25
| * | | | | BUG, SIMD: Fix 64-bit integer divison by a scalar on MSVC <= 2017Sayed Adel2021-10-211-2/+3
* | | | | | Merge pull request #20156 from melissawm/fix-cond-docsCharles Harris2021-10-251-2/+2
|\ \ \ \ \ \
| * | | | | | DOC: Clarify table contents in cond docstringmelissawm2021-10-221-4/+4
| * | | | | | DOC: Fixed docstring for parameters 2 and -2 on linalg.condmelissawm2021-10-211-2/+2
| |/ / / / /
* | | | | | BUG: Don't pass /arch:SSE2 to MSVC when targeting x64 (#20190)Tom Tan2021-10-252-4/+6
* | | | | | Merge pull request #20184 from BvB93/miscCharles Harris2021-10-258-127/+118
|\ \ \ \ \ \
| * | | | | | TST: Update the typing testsBas van Beek2021-10-255-13/+26
| * | | | | | MAINT: Simplify the annotations of `np.version`Bas van Beek2021-10-251-5/+7
| * | | | | | MAINT: Add annotations for remaining unannotated methodsBas van Beek2021-10-251-10/+71
| * | | | | | MAINT: Remove the default `memo` value of `ndarray.__deepcopy__`Bas van Beek2021-10-251-1/+1
| * | | | | | MAINT: Remove redundant `NoReturn` overloadsBas van Beek2021-10-251-88/+0
| * | | | | | MAINT: Move `_SupportsWrite` to the main numpy namespace & parametrize itBas van Beek2021-10-252-10/+13
* | | | | | | ENH: Configurable allocator (#17582)Matti Picus2021-10-2523-65/+1200
| |_|_|_|/ / |/| | | | |
* | | | | | BUG,DOC: Resolve a refguide failure for `ndarray.__class_getitem__` (#20187)Bas van Beek2021-10-251-1/+1
* | | | | | Thin compatibility layer for C/C++ math headerserge-sans-paille2021-10-251-0/+6
|/ / / / /