summaryrefslogtreecommitdiff
path: root/numpy/linalg
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #22786 from asmeurer/linalg-namedtuplesHEADmainCharles Harris2023-05-173-159/+220
|\
| * TYP: Update type annotations for the new linalg named tuplesBas van Beek2023-05-172-36/+51
| * MAINT: Update numpy/linalg/linalg.pyCharles Harris2023-05-171-1/+1
| * Fix a doctestAaron Meurer2022-12-131-1/+1
| * Add namedtuple return types to linalg functions that return tuplesAaron Meurer2022-12-122-133/+179
* | Merge pull request #22493 from mwtoews/maint-openSebastian Berg2023-04-282-4/+4
|\ \
| * | MAINT: remove redundant open() modes and io.open() aliasMike Taves2022-10-292-4/+4
* | | ENH: Raise C++ standard to C++17Sayed Adel2023-04-041-2/+0
* | | DEP: deprecate `product`, `cumproduct`, `sometrue`, `alltrue`Ralf Gommers2023-03-021-2/+2
* | | MAINT: Only set memory error when we know it was one (and fix second occurance)Sebastian Berg2023-02-211-20/+32
* | | BUG,MAINT: Avoid malloc(0) in linalg and improve error paths.Sebastian Berg2023-02-211-8/+28
* | | ENH: Improve performance of finfo and _commonType (#23088)Pieter Eendebak2023-02-151-9/+9
* | | Add missing <type_traits> header.Peter Hawkins2023-01-301-0/+1
* | | Merge pull request #21888 from WillTirone/fix_scipy_1339Matti Picus2023-01-251-2/+2
|\ \ \
| * | | ENH: unifying error type for gh scipy #1339Will Tirone2023-01-241-5/+9
| * | | MAINT: changing the method of checking for nan / inf values in numpy.linalg.eig.Will Tirone2022-06-291-7/+3
* | | | MAINT: Fix stacklevels for the new C dispatcher not adding oneSebastian Berg2023-01-171-3/+3
| |_|/ |/| |
* | | TST: Adapt test for modification to == and != deprecation/futurewarningSebastian Berg2022-12-011-4/+1
* | | Merge pull request #22619 from seberg/move-set_moduleMatti Picus2022-11-291-2/+2
|\ \ \
| * | | MAINT: Move set_module to numpy.core to use without C importSebastian Berg2022-11-241-2/+2
* | | | BLD: enable building NumPy with MesonRalf Gommers2022-11-251-0/+56
* | | | BLD: fix missing `Python.h` includesRalf Gommers2022-11-252-0/+7
|/ / /
* | | Merge pull request #21895 from hoodmane/emscripten-ciRalf Gommers2022-11-151-1/+4
|\ \ \
| * | | TST: Skip tests that are not currently supported in wasmHood Chatham2022-11-111-1/+4
| | |/ | |/|
* | | MAINT: Patch to remove ncola variable from f2c_blas.cCharles Harris2022-11-131-0/+112
* | | BLD: remove unused `ncola` variables from lapack-liteRalf Gommers2022-11-131-16/+4
|/ /
* | 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
* | Merge pull request #22313 from rossbar/deprecate-fastCopyAndTransposeMatti Picus2022-10-071-16/+2
|\ \
| * | MAINT: rm private, unused linalg function.Ross Barnowski2022-10-061-11/+0
| * | DEP: fastCopyAndTranspose and PyArray_CopyAndTransposeRoss Barnowski2022-10-061-7/+4
* | | Merge pull request #22147 from eelregit/eelregit_tensorsolve_doc_fixSebastian Berg2022-09-301-1/+1
|\ \ \ | |/ / |/| |
| * | Fix linalg.tensorsolve docstringYin Li2022-08-181-1/+1
* | | BUG: Support using libunwind for backtrackRin Cat (鈴猫)2022-08-181-0/+4
|/ /
* | remove redundant reversal of eigenvalues orderKIU Shueng Chuan2022-08-121-1/+0
|/
* MAINT: Fix non-void function does not return a value warningHood Chatham2022-06-291-2/+4
* Merge pull request #21626 from seberg/weak-scalarsCharles Harris2022-06-261-3/+3
|\
| * API: Add leading underscore to `no_nep50_warning` and `get/set_promotion_state`Sebastian Berg2022-06-151-1/+1
| * TST: Ignore promotion warning in linalg test calculating atolSebastian Berg2022-06-151-3/+3
* | Merge pull request #21789 from hoodmane/void-to-int-return-values-f2cCharles Harris2022-06-192-11/+12
|\ \ | |/ |/|
| * ENH: Change f2c declarations with void return type to intHood Chatham2022-06-172-11/+12
* | Update comment according to seberg's reviewHood Chatham2022-06-121-1/+3
* | Fix lintHood Chatham2022-06-121-1/+1
* | Handle windowsHood Chatham2022-06-121-1/+6
* | Update numpy/linalg/setup.pyHood Chatham2022-06-111-1/+1
* | ENH: Fix pointer size determination for cross buildHood Chatham2022-06-111-1/+2
|/
* Merge pull request #21504 from Yulv-git/typos1Ralf Gommers2022-05-254-18/+18
|\
| * Fix some typos.Yulv-git2022-05-144-18/+18
* | DOC:linalg: Remove ref to scipy.linalg.pinv2Ilhan Polat2022-05-221-1/+0
|/
* PERF: Reduce overhead of np.linalg.norm for small arrays (#21394)Pieter Eendebak2022-05-031-2/+4