summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* DEP: Add deprecation warning and check warning in test.Ross Barnowski2022-10-192-5/+11
* DOC: Add deprecated directive to docstring.Ross Barnowski2022-10-191-0/+4
* DOC: Add note to clarify relationship between round and around (#21853)Inessa Pawson2022-10-191-1/+2
* ENH: unstructured_to_structured converts dtype argument (#22442)LeonaTaric2022-10-192-0/+11
* Merge pull request #21875 from seberg/weak-scalars-safe-intsMatti Picus2022-10-188-22/+232
|\
| * 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: Avoid possible warning from unnecessary cast with uninitialized valuesSebastian Berg2022-10-121-1/+1
| * 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
| * MAINT: Use Python integers for int to array of uint32 calculationSebastian Berg2022-10-121-4/+4
| * 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 #22438 from DimitriPapadopoulos/versioneerCharles Harris2022-10-161-47/+182
|\ \
| * | MAINT: Don't include "dirty" in versioneer generated versions.Charles Harris2022-10-151-1/+1
| * | MAINT: Update versioneer 0.19 → 0.26Dimitri Papadopoulos2022-10-151-47/+182
* | | Revert "MAINT: fix typo in f2c_lapack.c"Rohit Goswami2022-10-161-1/+1
|/ /
* | MAINT: fix typo in f2c_lapack.cIkko Ashimine2022-10-161-1/+1
* | MAINT: always use sys.base_prefix, never use sys.real_prefixDimitri Papadopoulos2022-10-131-4/+1
* | Merge pull request #22411 from DimitriPapadopoulos/python2_docSebastian Berg2022-10-132-6/+4
|\ \ | |/ |/|
| * DOC: Remove documentation specific to Python 2Dimitri Papadopoulos2022-10-082-6/+4
* | 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-1119-60/+263
|\ \
| * | TST: Further test fixup for python integer conversion warningSebastian Berg2022-10-061-1/+1
| * | 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-0513-37/+50
| * | MAINT: Structured MA fill value workaround by adding array castSebastian Berg2022-10-051-1/+7
| * | 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
* | | DOC: added `ma.round` and `ma.round_` examples (#22404)Felix Hirwa Nshuti2022-10-111-0/+22
* | | ENH: allow explicit `like=None` in all array creation functions (#22379)Jordy Williams2022-10-115-77/+94
* | | DOC: Add reference links and switch to PyCapsuleRohit Goswami2022-10-101-1/+1
* | | DOC: Replace CObject with Capsule consistentlyRohit Goswami2022-10-101-1/+1
| |/ |/|
* | MAINT: Fix typos found by codespellDimitri Papadopoulos2022-10-0720-27/+27
* | Merge pull request #22313 from rossbar/deprecate-fastCopyAndTransposeMatti Picus2022-10-077-41/+39
|\ \
| * | MAINT: rm private, unused linalg function.Ross Barnowski2022-10-061-11/+0
| * | DEP: fastCopyAndTranspose and PyArray_CopyAndTransposeRoss Barnowski2022-10-067-32/+41
* | | Merge pull request #22393 from seberg/npy_headerMatti Picus2022-10-074-18/+126
|\ \ \
| * | | MAINT: Ensure graceful handling of large header sizesSebastian Berg2022-10-064-18/+126
| | |/ | |/|
* | | 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