summaryrefslogtreecommitdiff
path: root/numpy
Commit message (Expand)AuthorAgeFilesLines
* 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-282-87/+0
* BUG: Use output when given on numpy.dot C-API branch (#23459)Pedro Lameiras2023-03-283-5/+20
* 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-272-109/+11
|\ \
| * | Revert "ENH: Enabled the use of numpy.vectorize as a decorator"Matti Picus2023-03-272-109/+11
* | | BUG: in the fastest path form ufunc.at, properly increment args[2]mattip2023-03-272-0/+14
|/ /
* | TST: Fix failing test (introduced deprecation after written)Sebastian Berg2023-03-261-2/+2
|/
* Merge pull request #21120 from BvB93/matmulMatti Picus2023-03-264-31/+146
|\
| * 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-022-7/+19
* | Merge pull request #23061 from MatteoRaso/vectorizeMatti Picus2023-03-262-11/+109
|\ \
| * | @vectorize now requires arguments to specify keywordsMatteo Raso2023-02-092-27/+15
| * | Added a test for positional args (PR-23061)Matteo Raso2023-02-082-0/+30
| * | Added test for vectorize decorator projectMatteo Raso2023-01-271-0/+8
| * | Changed documentation for numpy.vectorizeMatteo Raso2023-01-241-1/+1
| * | Fixed lint errorMatteo Raso2023-01-211-1/+1
| * | ENH: Enabled use of numpy.vectorize as decorator (#9477)Matteo Raso2023-01-212-12/+76
| * | BUG: Added __name__ atribute to vectorize class (#23021)Matteo Raso2023-01-182-0/+8
* | | Merge pull request #23322 from F3eQnxN3RriK/enh-ma-dotMatti Picus2023-03-263-96/+149
|\ \ \
| * | | MAINT: move `mask_rowcols` to `ma/extras.py`yuki2023-03-252-93/+90
| * | | ENH: revert changes of `mask_rowcols`yuki2023-03-221-8/+12
| * | | ENH: fix formatyuki2023-03-221-12/+24
| * | | Merge branch 'main' into enh-ma-dotyuki2023-03-2265-463/+575
| |\ \ \
| * | | | add support for non-2d arraysyuki2023-03-032-25/+65
* | | | | MAINT: Fix reference roles of astyuki2023-03-251-5/+5
* | | | | MAINT: Fix reference roles of `ast`yuki2023-03-251-7/+7
* | | | | MAINT Fix broken links in absoft.pyChristian Veenhuis2023-03-241-2/+2
* | | | | DOC: Remove descriptions in method declarationsyuki2023-03-231-2/+2
* | | | | Merge pull request #23404 from ngoldbaum/dtype-class-array-creationSebastian Berg2023-03-238-71/+198
|\ \ \ \ \
| * | | | | MAINT: add test for string dtype discovery from a dtypemetaNathan Goldbaum2023-03-201-0/+2
| * | | | | MAINT: Simplify reference counting in the np.array() internal codeSebastian Berg2023-03-201-54/+35
| * | | | | MAINT: respond to review commentsNathan Goldbaum2023-03-202-17/+27
| * | | | | MAINT: move npy_dtype_info definition back to descriptor.hNathan Goldbaum2023-03-208-18/+13
| * | | | | MAINT: avoid calling PyArray_AdaptDescriptorToArray in some casesNathan Goldbaum2023-03-171-4/+26