Skip to content

Commit 0a15361

Browse files
committed
Julia v1.12 support
1 parent 0086b8d commit 0a15361

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
version:
3939
- 'lts'
4040
- '1'
41+
- 'pre'
4142
os:
4243
- ubuntu-latest
4344
- macOS-latest

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "LazyBandedMatrices"
22
uuid = "d7e5e226-e90b-4449-9968-0f923699bf6f"
33
authors = ["Sheehan Olver <[email protected]>"]
4-
version = "0.11.4"
4+
version = "0.11.5"
55

66
[deps]
77
ArrayLayouts = "4c555306-a7a7-4459-81d9-ec55ddd5c99a"

src/LazyBandedMatrices.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import Base: -, +, *, /, \, ==, AbstractMatrix, Matrix, Array, size, conj, real,
99
import Base.Broadcast: Broadcasted, BroadcastStyle, broadcasted, instantiate
1010
import LinearAlgebra: transpose, adjoint, istriu, istril, isdiag, tril!, triu!, det, logabsdet,
1111
symmetric, symmetric_type, diag, issymmetric, UniformScaling, char_uplo,
12-
AbstractTriangular, AdjOrTrans, StructuredMatrixStyle
12+
AbstractTriangular, AdjOrTrans, StructuredMatrixStyle, Diagonal
1313

1414
import ArrayLayouts: MemoryLayout, bidiagonallayout, bidiagonaluplo, diagonaldata, supdiagonaldata, subdiagonaldata,
1515
symtridiagonallayout, tridiagonallayout, symmetriclayout,

0 commit comments

Comments
 (0)