summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #22786 from asmeurer/linalg-namedtuplesHEADmainCharles Harris2023-05-175-174/+243
|\
| * TYP: Update type annotations for the new linalg named tuplesBas van Beek2023-05-173-51/+66
| * MAINT: Update numpy/linalg/linalg.pyCharles Harris2023-05-171-1/+1
| * Fix a doctestAaron Meurer2022-12-131-1/+1
| * Add a changelog entry for #22786Aaron Meurer2022-12-121-0/+8
| * Add namedtuple return types to linalg functions that return tuplesAaron Meurer2022-12-122-133/+179
* | Merge pull request #23505 from cbrt64/fix-2256Matti Picus2023-05-172-7/+14
|\ \
| * | MAINT: Use fwrite chunking generally on Windows 64 and size_t as typeSebastian Berg2023-05-161-6/+9
| * | BUG: Use 2GiB chunking code for fwrite() on mingw32/64Edward E2023-03-312-4/+8
* | | Merge pull request #23763 from seberg/nep50-fixes-part2Charles Harris2023-05-163-3/+86
|\ \ \
| * | | MAINT: Fix typo in commentSebastian Berg2023-05-151-1/+1
| * | | MAINT: Address Marten's reviewSebastian Berg2023-05-152-5/+17
| * | | BUG: Fix weak scalar logic for large ints in ufuncsSebastian Berg2023-05-153-3/+74
* | | | Merge pull request #23769 from ngoldbaum/resulttype-docSebastian Berg2023-05-161-23/+7
|\ \ \ \
| * | | | DOC: delete out-of-date description of ResultType algorithmNathan Goldbaum2023-05-161-20/+4
| * | | | DOC: clarify how inputs of PyArray_ResultType are usedNathan Goldbaum2023-05-161-5/+5
* | | | | Merge pull request #23659 from seberg/issue-23029Charles Harris2023-05-162-2/+102
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | MAINT: Seems it should be -1 direction for matching a prefixSebastian Berg2023-04-251-2/+2
| * | | | BUG: Add missing decref's of replaced error.Sebastian Berg2023-04-251-0/+3
| * | | | TST: Skip test on older Python versions which use `__name__`Sebastian Berg2023-04-251-0/+6
| * | | | ENH: Restore TypeError cleanup in array function dispatchingSebastian Berg2023-04-252-2/+93
* | | | | Merge pull request #23768 from BvB93/genfromtxtSebastian Berg2023-05-162-6/+6
|\ \ \ \ \
| * | | | | TYP: Relax the `genfromtxt` return dtype when the dtype is unspecifiedBas van Beek2023-05-162-6/+6
|/ / / / /
* | | | | Merge pull request #23765 from ngoldbaum/fix-compiler-warningsCharles Harris2023-05-152-2/+2
|\ \ \ \ \
| * | | | | MAINT: fix signed/unsigned int comparison warningsNathan Goldbaum2023-05-152-2/+2
|/ / / / /
* | | | | Merge pull request #23665 from r-devulap/update-simd-sortCharles Harris2023-05-151-0/+0
|\ \ \ \ \
| * | | | | ENH: Speed up 64-bit qsort by 1.6xRaghuveer Devulapalli2023-05-141-0/+0
| | |/ / / | |/| | |
* | | | | Merge pull request #23750 from ngoldbaum/replace-copyswapnSebastian Berg2023-05-151-15/+91
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | MAINT: do not use copyswapn in array sorting internalsNathan Goldbaum2023-05-121-15/+91
* | | | | Merge pull request #23727 from F3eQnxN3RriK/doc-patch-2Charles Harris2023-05-141-15/+13
|\ \ \ \ \
| * | | | | DOC: Rewrite docstrings of `ogrid` and `mgrid`Yuki2023-05-061-15/+13
* | | | | | Merge pull request #23758 from tacaswell/fix/cython3Matti Picus2023-05-142-8/+7
|\ \ \ \ \ \
| * | | | | | MNT: compatibility with cython3Thomas A Caswell2023-05-132-8/+7
|/ / / / / /
* | | | | | Merge pull request #22539 from seberg/deprecate-find-common-typeCharles Harris2023-05-1313-37/+106
|\ \ \ \ \ \
| * | | | | | MAINT: Remove ``find_common_type`` export.Charles Harris2023-05-131-1/+0
| * | | | | | Merge branch 'main' into deprecate-find-common-typeCharles Harris2023-05-13786-16889/+31161
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | |
* | | | | | | Merge pull request #23746 from mattip/scalar-strCharles Harris2023-05-133-3/+52
|\ \ \ \ \ \ \
| * | | | | | | BUG: typo, lintingmattip2023-05-113-2/+3
| * | | | | | | add fast path for str(scalar_int)mattip2023-05-103-2/+50
* | | | | | | | BUG: properly handle tuple keys in NpZFile.__getitem__ (#23757)Nathan Goldbaum2023-05-122-1/+12
* | | | | | | | Merge pull request #23599 from HaoZeke/f2pyEndIfFixCharles Harris2023-05-123-3/+22
|\ \ \ \ \ \ \ \
| * | | | | | | | MAINT: Fix merge errorRohit Goswami2023-05-121-13/+0
| * | | | | | | | BUG: Fix matching endifs with commentsRohit Goswami2023-05-121-3/+3
| * | | | | | | | TST: Add a test for gh-23533Rohit Goswami2023-05-122-0/+32
* | | | | | | | | Merge pull request #23756 from rossbar/rm-bool8-docsSebastian Berg2023-05-122-3/+1
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | DOC: Rm bool8 alias from _add_newdoc_for_scalar.Ross Barnowski2023-05-121-1/+1
| * | | | | | | | DOC: rm bool8 from scalars summary page.Ross Barnowski2023-05-121-2/+0
|/ / / / / / / /
* | | | | | | | Merge pull request #23753 from charris/disable-spr-on-clangCharles Harris2023-05-121-0/+4
|\ \ \ \ \ \ \ \
| * | | | | | | | MAINT, BLD: Disable spr for clangCharles Harris2023-05-111-0/+4
| |/ / / / / / /
* | | | | | | | Merge pull request #23747 from MikiPWata/DOC/clarify_ravel_vs_reshapeMatti Picus2023-05-121-4/+6
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | |