Skip to content

Commit 79e1379

Browse files
bump
1 parent 4d2d61d commit 79e1379

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "LinearSolve"
22
uuid = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
33
authors = ["SciML"]
4-
version = "1.35.0"
4+
version = "1.36.0"
55

66
[deps]
77
ArrayInterface = "4fba245c-0d91-5ea0-9b3e-6abc04ee57a9"

docs/src/advanced/developing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ is what is called at `init` time to create the first `cacheval`. Note that this
4646
should match the type of the cache later used in `solve` as many algorithms, like
4747
those in OrdinaryDiffEq.jl, expect type-groundedness in the linear solver definitions.
4848
While there are cheaper ways to obtain this type for LU factorizations (specifically,
49-
`ArrayInterfaceCore.lu_instance(A)`), for a demonstration, this just performs an
49+
`ArrayInterface.lu_instance(A)`), for a demonstration, this just performs an
5050
LU-factorization to get an `LU{T, Matrix{T}}` which it puts into the `cacheval`
5151
so it is typed for future use.
5252

0 commit comments

Comments
 (0)