summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* DOC: default integer dtype reflect C long size (#23507)Matti Picus2023-03-311-2/+2
* DOC: Removed `.shape` setting note from reshape (#23491)JoryKlaverstijn2023-03-311-18/+3
* DOC: Fix typos & grammer in docstrings and comments (#23503)Pratyay Banerjee2023-03-306-6/+6
* Merge pull request #23501 from numpy/dependabot/github_actions/ossf/scorecard...Charles Harris2023-03-301-1/+1
|\
| * MAINT: Bump ossf/scorecard-action from 2.1.2 to 2.1.3dependabot[bot]2023-03-301-1/+1
|/
* Merge pull request #23484 from ngoldbaum/fill-clearSebastian Berg2023-03-291-1/+2
|\
| * MAINT: use PyArray_ClearBuffer in PyArray_FillWithScalarNathan Goldbaum2023-03-291-1/+2
|/
* Merge pull request #23480 from rgommers/remove-dualCharles Harris2023-03-287-137/+1
|\
| * MAIN: Remove dual.py from meson.buildCharles Harris2023-03-281-1/+0
| * MAINT: Remove numpy.dual from API checkCharles Harris2023-03-281-1/+0
| * DEP: remove deprecated `numpy.dual` moduleRalf Gommers2023-03-285-135/+1
|/
* BUG: Use output when given on numpy.dot C-API branch (#23459)Pedro Lameiras2023-03-283-5/+20
* Merge pull request #23473 from F3eQnxN3RriK/maint-link-writebackifcopyMatti Picus2023-03-281-1/+1
|\
| * MAINT: Fix a wrong format of referenceyuki2023-03-271-1/+1
* | Merge pull request #23474 from F3eQnxN3RriK/maint-missing-asteriskMatti Picus2023-03-281-1/+1
|\ \
| * | MAINT: Fix missing asteriskyuki2023-03-271-1/+1
| |/
* | Merge pull request #23472 from numpy/dependabot/github_actions/github/codeql-...Charles Harris2023-03-272-4/+4
|\ \
| * | MAINT: Bump github/codeql-action from 2.2.8 to 2.2.9dependabot[bot]2023-03-272-4/+4
* | | Docs typo fix (#23471)Johana De La Rosa2023-03-271-1/+1
* | | Merge pull request #23460 from molsonkiko/crackfortran_backtrackingCharles Harris2023-03-272-2/+49
|\ \ \ | |/ / |/| |
| * | make time tests more resilient to random noisemolsonkiko2023-03-261-7/+16
| * | make regex still match cases where OG fix failedmolsonkiko2023-03-262-7/+20
| * | update test for less arbitrary time requirementmolsonkiko2023-03-261-1/+2
| * | initial fix for nameargspattern regexmolsonkiko2023-03-262-3/+10
| * | add nameargspattern backtracking testmolsonkiko2023-03-261-0/+17
* | | Merge pull request #23466 from numpy/revert-23061-vectorizeCharles Harris2023-03-273-115/+11
|\ \ \
| * | | Revert "ENH: Enabled the use of numpy.vectorize as a decorator"Matti Picus2023-03-273-115/+11
| | |/ | |/|
* | | Merge pull request #23465 from e7kim/fixtypo2Mukulika2023-03-271-1/+1
|\ \ \
| * | | DOC: typo, fixed "Howeve" to "However" [skip ci]Eugene Kim2023-03-271-1/+1
| |/ /
* | | Merge pull request #23467 from mattip/ufunc_at3Sebastian Berg2023-03-272-0/+14
|\ \ \ | |/ / |/| |
| * | BUG: in the fastest path form ufunc.at, properly increment args[2]mattip2023-03-272-0/+14
|/ /
* | CI: add ci run after merge for coverage (#23456)Matti Picus2023-03-261-10/+20
* | Merge pull request #23458 from seberg/product-deprMatti Picus2023-03-261-2/+2
|\ \ | |/ |/|
| * TST: Fix failing test (introduced deprecation after written)Sebastian Berg2023-03-261-2/+2
|/
* Merge pull request #21120 from BvB93/matmulMatti Picus2023-03-265-31/+167
|\
| * BUG: Remove self == res assert for inplace matmulSebastian Berg2022-12-021-3/+1
| * ENH: Replace AxisError with more spefic oneSebastian Berg2022-12-021-1/+21
| * ENH: Implement matmul using the nuclear optionsSebastian Berg2022-12-021-23/+40
| * MAINT: Move check and expand error message slightlySebastian Berg2022-12-021-3/+6
| * MAINT: Explicitly raise when `a @= b` would otherwise broadcast the outputBas van Beek2022-12-022-2/+26
| * TST: Add `__imatmul__` tests for arrays with various shapesBas van Beek2022-12-021-5/+27
| * TST: Add a dedicated `__imatmul__` test case for large matricesBas van Beek2022-12-021-1/+14
| * MAINT: Let `ndarray.__imatmul__` handle inplace matrix multiplication in the ...Bas van Beek2022-12-021-12/+2
| * TST: Add tests for inplace matrix multiplicationBas van Beek2022-12-021-11/+28
| * DOC: Remove an outdated `matmul` commentBas van Beek2022-12-021-1/+0
| * ENH: Add support for inplace matrix multiplicationBas van Beek2022-12-023-7/+40
* | Merge pull request #23455 from seberg/run-coverageMatti Picus2023-03-261-0/+9
|\ \
| * | CI: Ensure coverage is run for mergesSebastian Berg2023-03-261-0/+9
|/ /
* | Merge pull request #23449 from charris/update-dependabotMatti Picus2023-03-261-5/+4
|\ \
| * | MAIN: Stop dependabot docker checks.Charles Harris2023-03-251-5/+4