Skip to content

Commit

Permalink
🤖 [master] Bump the LinearAlgebra stdlib from 56d561c to 1137b4c (#56828
Browse files Browse the repository at this point in the history
)

Stdlib: LinearAlgebra
URL: https://github.com/JuliaLang/LinearAlgebra.jl.git
Stdlib branch: master
Julia branch: master
Old commit: 56d561c
New commit: 1137b4c
Julia version: 1.12.0-DEV
LinearAlgebra version: 1.11.0(Does not match)
Bump invoked by: @DilumAluthge
Powered by:
[BumpStdlibs.jl](https://github.com/JuliaLang/BumpStdlibs.jl)

Diff:
JuliaLang/LinearAlgebra.jl@56d561c...1137b4c

```
$ git log --oneline 56d561c..1137b4c
1137b4c Port structured opnorm changes from main julia PR (#1138)
ade3654 port bitarray tests to LinearAlgebra.jl (#1148)
130b94a Fix documentation bug in QR docstring (#1145)
128518e setup coverage (#1144)
15f7e32 ci: add linux-i686 (#1142)
b6f87af Fallback `newindex` method with a `BandIndex` (#1143)
d1e267f bring back [l/r]mul! shortcuts for (kn)own triangular types (#1137)
5cdeb46 don't refer to internal variable names in gemv exceptions (#1141)
4a3dbf8 un-revert "Simplify some views of Adjoint matrices" (#1122)
7b34d81 [CI] Install DependaBot (#1115)
f567112 Port structured opnorm changes from main julia PR Originally written by mcognetta
d406524 implements a `rank(::SVD)` method and adds unit tests. fixes #1126 (#1127)
f13f940 faster implementation of rank(::QRPivoted) fixes #1128 (#1129)
8ab7e09 Merge pull request #1132 from JuliaLang/jishnub/qr_ldiv_R_cache
85919e6 Merge pull request #1108 from JuliaLang/jishnub/tri_muldiv_stride
195e678 Cache and reuse `R` in adjoint `QR` `ldiv!`
cd0da66 Update comments LAPACK -> BLAS
b3ec55f Fix argument name in stride
d3a9a3e Non-contiguous matrices in triangular mul and div
aecb714 Reduce number of test combinations in test/triangular.jl (#1123)
62e45d1 Update .github/dependabot.yml
ff78c38 use an explicit file extension when creating sysimage (#1119)
43b541e try use updated windows compilers in PackageCompiler (#1120)
c00cb77 [CI] Install DependaBot
b285b1c Update LICENSE (#1113)
7efc3ba remove REPL from custom sysimage (#1112)
b7f82ec add a README
```

Co-authored-by: Dilum Aluthge <[email protected]>
  • Loading branch information
DilumAluthgeBot and DilumAluthge authored Dec 19, 2024
1 parent d3c26b7 commit 6e04a0b
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
eb4df255412ad9a05b807010f626afc8
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
3b4bf7b761d9585fb2d5c5b8418770be4d1d4399a5f25dd5b2e08785506f0732c8e140ada6f82f6d8a7a77a2c2f79e2feecd6eb0e19eda0c3ee519ba554c19ec

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion stdlib/LinearAlgebra.version
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
LINEARALGEBRA_BRANCH = master
LINEARALGEBRA_SHA1 = 56d561c22e1ab8e0421160edbdd42f3f194ecfa8
LINEARALGEBRA_SHA1 = 1137b4c7fa8297cef17c4ae0982d7d89d4ab7dd8
LINEARALGEBRA_GIT_URL := https://github.com/JuliaLang/LinearAlgebra.jl.git
LINEARALGEBRA_TAR_URL = https://api.github.com/repos/JuliaLang/LinearAlgebra.jl/tarball/$1

0 comments on commit 6e04a0b

Please sign in to comment.