Skip to content

Commit 41a4dc6

Browse files
Merge pull request #281 from SciML/ChrisRackauckas-patch-1
Allow for easy SciMLOperators.jl v1 checking
2 parents 5a4389f + d58f75d commit 41a4dc6

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "SciMLOperators"
22
uuid = "c0aeaf25-5076-4817-a8d5-81caf7dfa961"
33
authors = ["Vedant Puri <vedantpuri@gmail.com>"]
4-
version = "1.2.1"
4+
version = "1.3.0"
55

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

src/SciMLOperators.jl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ import Base: iszero, inv, adjoint, transpose, size, convert
1919
import LinearAlgebra: mul!, ldiv!, lmul!, rmul!, factorize
2020
import LinearAlgebra: Matrix, Diagonal
2121

22+
# Used for downstream checking
23+
const isv1 = true
24+
2225
"""
2326
$(TYPEDEF)
2427

0 commit comments

Comments
 (0)