summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* ENH: Adding `scalar.bit_count()` (popcount) (#19355)Ganesh Kathiresan2021-11-016-2/+185
* DOC: Add multi-axis examples to numpy.roll docstring (#20267)vinith22021-11-011-1/+7
* BUG: Fix headers for unviersal2 buildsIsuru Fernando2021-11-011-0/+13
* DOC: Fix math block in hermmulx, lagmulx (#20261)Matthias Bussonnier2021-10-313-3/+3
* Merge pull request #20139 from seberg/ufunc-at-new-apiMatti Picus2021-10-315-39/+116
|\
| * MAINT,BUG: Fix `ufunc.at` to use new ufunc APISebastian Berg2021-10-195-39/+116
* | Merge pull request #20238 from seberg/fixup-transfer-ownershipCharles Harris2021-10-312-6/+21
|\ \
| * | Update numpy/core/tests/test_mem_policy.pySebastian Berg2021-10-301-0/+3
| * | BUG: Fix environment checking logic for `NUMPY_WARN_IF_NO_MEM_POLICY`Sebastian Berg2021-10-292-6/+18
* | | DOC: Fixes wording for fmod and remainder functions.lalitmusmade2021-10-301-2/+2
* | | Merge pull request #20237 from seberg/bug-void-nonzeroCharles Harris2021-10-292-2/+14
|\ \ \
| * | | BUG: `VOID_nonzero` could sometimes mutate alignment flagSebastian Berg2021-10-292-2/+14
| |/ /
* | | Merge pull request #20230 from BvB93/ctypeslibCharles Harris2021-10-293-22/+408
|\ \ \
| * | | STY: Linting fixesBas van Beek2021-10-291-3/+6
| * | | TST: Account for the platform-specific mapping of numpy- to ctypes-typesBas van Beek2021-10-292-37/+74
| * | | TST,ENH: Print the relevant expression whenever a `test_fail` or `test_reveal...Bas van Beek2021-10-291-15/+28
| * | | TST: Add typing tests for `np.ctypeslib`Bas van Beek2021-10-291-0/+80
| * | | ENH: Add annotations for `np.ctypeslib`Bas van Beek2021-10-291-7/+260
| |/ /
* | | Update numpy/core/_add_newdocs.pyMike McCann2021-10-291-1/+1
* | | DOC: fix typo in example, throws ValueError if return statement is not inside...Michael McCann2021-10-291-1/+1
|/ /
* | 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
|\ \ \ \ \