summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* REL: Update main after 1.23.4 release.Charles Harris2022-10-124-55/+109
* Merge pull request #22418 from charris/fix-memory-checkCharles Harris2022-10-112-1/+5
|\
| * TST, BLD: Fix failing aarch64 wheel builds.Charles Harris2022-10-112-1/+5
* | Merge pull request #22385 from seberg/deprecate-out-of-bound-pyint-conversionMatti Picus2022-10-1120-60/+280
|\ \
| * | Update doc/release/upcoming_changes/22393.deprecation.rstSebastian Berg2022-10-111-1/+1
| * | 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
| * | DOC: Add release note about deprecation of out-of-bound python integer convSebastian Berg2022-10-061-0/+17
| * | 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
* | | Merge pull request #22421 from HaoZeke/cobjToCapsuleMatti Picus2022-10-104-17/+19
|\ \ \ | |_|/ |/| |
| * | Update doc/source/f2py/python-usage.rstRohit Goswami2022-10-101-1/+1
| * | DOC: Add reference links and switch to PyCapsuleRohit Goswami2022-10-104-14/+15
| * | DOC: Replace CObject with Capsule consistentlyRohit Goswami2022-10-104-11/+12
|/ /
* | Merge pull request #22407 from cmarmo/fix-sphinx-titlesSebastian Berg2022-10-102-2/+2
|\ \
| * | Fix title level for improvements.Chiara Marmo2022-10-072-2/+2
|/ /
* | DOC: fix code comment forward reference (#22401)Dimitri Papadopoulos Orfanos2022-10-071-1/+1
* | Merge pull request #22399 from DimitriPapadopoulos/codespellSebastian Berg2022-10-0731-43/+44
|\ \
| * | MAINT,DOC: Fix typo / missing wordDimitri Papadopoulos2022-10-071-1/+1
| * | MAINT: Fix typos found by codespellDimitri Papadopoulos2022-10-0729-37/+38
| * | MAINT: Fix typos found by codespell in NEPDimitri Papadopoulos2022-10-071-5/+5
* | | Merge pull request #22398 from rossbar/nep44-update-diataxis-linkMatti Picus2022-10-071-1/+1
|\ \ \ | |/ / |/| |
| * | DOC: Update broken link to diataxis framework.Ross Barnowski2022-10-061-1/+1
|/ /
* | Merge pull request #22313 from rossbar/deprecate-fastCopyAndTransposeMatti Picus2022-10-078-41/+49
|\ \
| * | MAINT: rm private, unused linalg function.Ross Barnowski2022-10-061-11/+0
| * | DEP: fastCopyAndTranspose and PyArray_CopyAndTransposeRoss Barnowski2022-10-068-32/+51
* | | 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
* | | | Merge pull request #20321 from xor2k/mainSebastian Berg2022-10-052-6/+32
|\ \ \ \
| * | | | add spare space for growth for .npy filesMichael Siebert2022-09-262-6/+32
* | | | | Merge pull request #22046 from cmarmo/masked-invalidSebastian Berg2022-10-052-13/+13
|\ \ \ \ \
| * | | | | Remove try statement. Add test.Chiara Marmo2022-09-072-4/+5
| * | | | | Fix lint.Chiara Marmo2022-07-251-1/+2
| * | | | | Make mask_invalid consistent with mask_where when copy is set to False. Add t...Chiara Marmo2022-07-252-13/+11
* | | | | | Merge pull request #22372 from rossbar/doc/update-delimiter-descrSebastian Berg2022-10-051-2/+7
|\ \ \ \ \ \
| * | | | | | DOC: Use versionchanged and add in note about newline chars.Ross Barnowski2022-10-041-3/+7
| * | | | | | DOC: Update delimiter param description.Ross Barnowski2022-10-031-1/+2
* | | | | | | Merge pull request #22374 from amagicmuffin/docs-rm-colonSebastian Berg2022-10-041-1/+1
|\ \ \ \ \ \ \
| * | | | | | | DOC: typo, see issue 22369amagicmuffin2022-10-031-1/+1
|/ / / / / / /
* | | | | | | Merge pull request #22373 from melissawm/remove-filesMatti Picus2022-10-036-84/+0
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | DOC, MAINT: Remove unused filesmelissawm2022-10-036-84/+0
|/ / / / / /
* | | | | | Merge pull request #22371 from mattip/ci-permissions2Sebastian Berg2022-10-031-3/+0
|\ \ \ \ \ \