summaryrefslogtreecommitdiff
path: root/numpy/linalg
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #20669 from DWesl/cygwin-use-reference-blasSebastian Berg2022-04-201-15/+0
|\
| * CI: Run Cygwin CI with Netlib reference BLAS.DWesl2021-12-271-15/+0
* | Merge pull request #21306 from serge-sans-paille/feature/syndicate-cxxflagsMatti Picus2022-04-081-4/+2
|\ \
| * | Introduce numpy.core.setup_common.NPY_CXX_FLAGSserge-sans-paille2022-04-081-4/+2
* | | BUG: Consistent promotion for norm for all values of ord (#17709)Toshiki Kataoka2022-04-072-21/+30
|/ /
* | Use C++ version of C headers for C++ sourcesserge-sans-paille2022-04-021-4/+4
* | Use `inline` keyword instead of NPY_INLINE for C++ sourcesserge-sans-paille2022-04-021-71/+71
* | [Road to C++] Rename linalg/umath_linalg.cpp.src into linalg/umath_linalg.cppserge-sans-paille2022-03-302-1/+5
* | [Road to C++] Update numpy/linalg/umath_linalg.cpp.srcserge-sans-paille2022-03-291-1013/+1138
* | [Road to C++] First step toward numpy/linalg/umath_linalg.c.src conversionserge-sans-paille2022-03-292-160/+164
* | MAINT: Split `numpy.typing` into a public and private componentBas van Beek2022-03-181-1/+1
* | DOC: Update linalg.qr docstring with numerically stable example (#21149)Jason Thai2022-03-071-2/+2
* | Update numpy/linalg/linalg.pyDiego Wang2022-02-251-5/+6
* | clarify svd documentationDiego Wang2022-02-241-2/+3
* | DOC: clarify the return value of linalg.choleskyStephan Hoyer2022-02-171-2/+2
|/
* STY: Wrap long lines in linalg test.DWesl2021-12-241-4/+9
* TST: Mark the failing tests as xfail.DWesl2021-12-241-18/+30