Skip to content

Commit db48f0d

Browse files
authored
lu!(F, ::Matrix) requires Julia 1.13 (#1395)
It looks like #1131 was merged after the feature-freeze for 1.12, so the docstring should list the minimum version as 1.13 instead. cc @longemen3000
1 parent 98a0f15 commit db48f0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lu.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ end
110110
`lu!` is the same as [`lu`](@ref), but saves space by overwriting the
111111
input `F`, instead of creating a copy.
112112
113-
!!! compat "Julia 1.12"
114-
Reusing dense `LU` factorizations in `lu!` require Julia 1.12 or later.
113+
!!! compat "Julia 1.13"
114+
Reusing dense `LU` factorizations in `lu!` require Julia 1.13 or later.
115115
116116
# Examples
117117
```jldoctest

0 commit comments

Comments
 (0)