summaryrefslogtreecommitdiff
path: root/numpy/core
Commit message (Expand)AuthorAgeFilesLines
* DOC: Add note to clarify relationship between round and around (#21853)Inessa Pawson2022-10-191-1/+2
* Merge pull request #21875 from seberg/weak-scalars-safe-intsMatti Picus2022-10-186-17/+227
|\
| * MAINT: Minor include fixup in scalarmath after rebase and comment fixupSebastian Berg2022-10-122-2/+2
| * DOC,TST: Improve overflow error message and adjust testSebastian Berg2022-10-122-2/+3
| * TST: Cover additional NEP 50 scalar pathsSebastian Berg2022-10-121-0/+22
| * TST: Add test to cover complex to complex64 downcast in weak promotionSebastian Berg2022-10-121-0/+9
| * TST: Rebustify NEP 50 integer tests for windows and 32bit linuxSebastian Berg2022-10-121-1/+14
| * TST: Improve tests for python integer special casesSebastian Berg2022-10-121-9/+43
| * BUG: Ensure new-style promotion is not accidentally used for some intsSebastian Berg2022-10-122-1/+14
| * MAINT: Make mem-overlap tests weak scalar promotion readySebastian Berg2022-10-121-1/+1
| * TST: Fix int overflow test for windows platforms where message differsSebastian Berg2022-10-121-1/+2
| * ENH: Get correct integer conversion into ufuncsSebastian Berg2022-10-123-4/+42
| * ENH: Implement safe integers and weak python scalars for scalarsSebastian Berg2022-10-122-11/+90
* | Align spelling with spelling in _GetItemKeys and documentation.Adam Knapp2022-10-171-1/+1
* | Merge pull request #22411 from DimitriPapadopoulos/python2_docSebastian Berg2022-10-131-2/+1
|\ \ | |/ |/|
| * DOC: Remove documentation specific to Python 2Dimitri Papadopoulos2022-10-081-2/+1
* | Merge pull request #22418 from charris/fix-memory-checkCharles Harris2022-10-111-1/+1
|\ \
| * | TST, BLD: Fix failing aarch64 wheel builds.Charles Harris2022-10-111-1/+1
| |/
* | Merge pull request #22385 from seberg/deprecate-out-of-bound-pyint-conversionMatti Picus2022-10-1115-56/+253
|\ \
| * | DOC: Extend out-of-bound python integer deprecation warningSebastian Berg2022-10-061-1/+4
| * | TST: Add deprecation tests for out-of-bound pyint conversion deprecationSebastian Berg2022-10-051-0/+34
| * | TST: Fixup tests for strict Python integer conversionsSebastian Berg2022-10-0511-35/+48
| * | ENH: Workaround -1 reduce identity for unsigned integersSebastian Berg2022-10-051-11/+31
| * | DEP: Deprecate out-of-bound Python integer conversionsSebastian Berg2022-10-052-10/+137
* | | ENH: allow explicit `like=None` in all array creation functions (#22379)Jordy Williams2022-10-115-77/+94
| |/ |/|
* | MAINT: Fix typos found by codespellDimitri Papadopoulos2022-10-0715-20/+20
* | Merge pull request #22313 from rossbar/deprecate-fastCopyAndTransposeMatti Picus2022-10-075-24/+36
|\ \
| * | DEP: fastCopyAndTranspose and PyArray_CopyAndTransposeRoss Barnowski2022-10-065-24/+36
* | | Merge pull request #22161 from mattip/simplify-npy_math2Matti Picus2022-10-064-451/+73
|\ \ \
| * | | BLD: Add mandatory complex math feature detection with signatureSebastian Berg2022-09-283-5/+52
| * | | BUILD: move some never-blocked complex math functions to 'mandatory'mattip2022-09-272-446/+21
* | | | DOC: Update amin/amax return description. (#22362)Muhammad Jarir Kanji2022-09-301-4/+6
* | | | DOC: add examples to numpy.char.replace (#22308)Simran Makandar2022-09-301-0/+9
| |_|/ |/| |
* | | Merge pull request #21955 from r-devulap/fp16-umathMatti Picus2022-09-284-41/+108
|\ \ \
| * | | BUG: Add memoverlap checkRaghuveer Devulapalli2022-09-261-7/+6
| * | | MAINT: Move AVX512 fp16 universal intrinsic to dispatch fileRaghuveer Devulapalli2022-09-264-39/+19
| * | | ENH: Vectorize FP16 math functions on Intel SkylakeXRaghuveer Devulapalli2022-09-264-38/+87
| * | | SIMD: Add universal intrinsic support for SIMD float16 using AVX-512Raghuveer Devulapalli2022-09-263-0/+39
* | | | Merge pull request #22297 from sanjanamm98/np.prod-example-issue#22266Sebastian Berg2022-09-281-3/+6
|\ \ \ \ | |_|/ / |/| | |
| * | | DOC: Apply Chuck's suggestion.Ross Barnowski2022-09-271-5/+5
| * | | Added example to np.prodSanjana M Moodbagil2022-09-161-0/+3
* | | | DOC: Added missing dtype attribute to `iinfo` and `finfo` docstring (#22334)Matteo Raso2022-09-271-0/+14
| |/ / |/| |
* | | DOC: Add copyto example (#22292)dg31922022-09-261-0/+16
* | | DOC: examples for `np.char.isdecimal` and `np.char.isnumeric` (#22300)lzha972022-09-261-1/+11
* | | Merge pull request #22325 from seiko2plus/npyv_speedup_neon_vec_initSebastian Berg2022-09-261-80/+88
|\ \ \
| * | | SIMD: Improve the performance of NEON vector initializerSayed Adel2022-09-251-80/+88
* | | | Merge pull request #22306 from seiko2plus/npyv_new_intrinsics_sep2022_vol0Matti Picus2022-09-2521-251/+1276
|\ \ \ \
| * | | | SIMD: Add new intrinsics to check true cross all vector lanesSayed Adel2022-09-1914-122/+557
| * | | | MAINT, SIMD: remove local implementation of max/min reduce intrinsicsSayed Adel2022-09-172-104/+6
| * | | | ENH, SIMD: Implement new universal intrinsic for max/min operationsSayed Adel2022-09-1713-142/+830