Skip to content

Commit

Permalink
🤖 [master] Bump the LinearAlgebra stdlib from 1137b4c to da6d052 (#57151
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: 1137b4c
New commit: da6d052
Julia version: 1.12.0-DEV
LinearAlgebra version: 1.12.0
Bump invoked by: @dkarrasch
Powered by:
[BumpStdlibs.jl](https://github.com/JuliaLang/BumpStdlibs.jl)

Diff:
JuliaLang/LinearAlgebra.jl@1137b4c...da6d052

```
$ git log --oneline 1137b4c..da6d052
da6d052 Bump version number to v1.12.0 (#1180)
cecf025 test: use `BLAS.libblastrampoline` (#1170)
adcd1ea Delete .ci/Manifest.toml (#1173)
53032fe Rearrange tests (#1157)
beee169 Delete .ci/Manifest.toml
c869685 test: use `BLAS.libblastrampoline`
9bc292d Improve AbstractQ coverage (#1160)
a622302 Consistently check matrix sizes in matmul (#1152)
6e5ea12 `sqrt`, `cbrt` and `log` for dense diagonal matrices (#1156)
959d985 Remove old debug functionality in triangular.jl (#1124)
8d9b14f Higher-order functions in `factorize` to obtain structure (#1135)
7c0ecd6 avoid division by zero in svd(::Diagonal) (#1150)
39a7e3c docs: fix unexported function names in svd doc (#1151)
```

Co-authored-by: dkarrasch <26658441+dkarrasch@users.noreply.github.com>
  • Loading branch information
DilumAluthgeBot and dkarrasch authored Jan 24, 2025
1 parent 6eb42db commit bcddc65
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
810a9f842ee40d03e55c698130620963
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4197a863c0f5052f0b85f1c04b6f42f71bf35af572f507dbc475e868a7c057bebd11f8258451b7d0a728012f238abfd88943fe80b83df63728af2fcc01199604
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 = 1137b4c7fa8297cef17c4ae0982d7d89d4ab7dd8
LINEARALGEBRA_SHA1 = da6d0521347daf5e42b3d09cdb757d4488528c7b
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 bcddc65

Please sign in to comment.