summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* move dlpack functions to a new filemattip2021-11-027-393/+419
* BUG: Offset not properly stored/computed.Hameer Abbasi2021-11-022-10/+29
* MAINT: Robustify dlpack_capsule_deleter and add comments.Hameer Abbasi2021-11-022-8/+34
* BUG, TST: Device bugfix and test __dl_device__.Hameer Abbasi2021-11-023-14/+32
* BUG: Fix handling of C-contiguous and 1-element arrays.Hameer Abbasi2021-11-023-10/+18
* TST: Improve testing coverage for DLPack.Hameer Abbasi2021-11-021-0/+11
* MAINT: Move around code so that there are no more unused warnings.Hameer Abbasi2021-11-023-25/+24
* MAINT: Split up capsule deleter.Hameer Abbasi2021-11-022-7/+19
* MAINT: Add URL to DLPack GitHub.Hameer Abbasi2021-11-021-0/+2
* MAINT, BUG: Documentation for DLPack protocol and refcounting bug fixes.Hameer Abbasi2021-11-026-25/+58
* ENH, TST: Add the from_dlpack method and test DLPack.Hameer Abbasi2021-11-028-14/+287
* ENH: Add the __dlpack__ and __dlpack_device__ methods to ndarray.Hameer Abbasi2021-11-023-0/+361
* Merge pull request #20224 from Azureblade3808/use-alias-for-dtype-in-type-stubsBas van Beek2021-11-021-45/+46
|\
| * BUG: Fix shadowed reference of `str` in the type stubsBas van Beek2021-11-011-14/+12
| * BUG: Fix shadowed reference of `dtype` in type stubs傅立业(Chris Fu)2021-10-291-31/+34
* | 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