Skip to content

Commit 8dff2d1

Browse files
Raise ModelingToolkitBase floor for array codegen
ModelingToolkitBase 1.0 passes symbolic array indices directly to OffsetArrays and errors with the supported SymbolicUtils floor. Version 1.1 uses the stable-index API and is the first compatible release. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com>
1 parent d0243bd commit 8dff2d1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ DiffEqBase = "6.190, 7"
2222
ForwardDiff = "0.10, 1"
2323
LinearAlgebra = "1.10"
2424
ModelingToolkit = "11"
25-
ModelingToolkitBase = "1"
25+
ModelingToolkitBase = "1.1"
2626
OrdinaryDiffEq = "6, 7"
2727
OrdinaryDiffEqBDF = "1, 2"
2828
OrdinaryDiffEqDefault = "1, 2"

0 commit comments

Comments
 (0)