Skip to content

Commit 2a9fc95

Browse files
Raise ModelingToolkitBase floor for array codegen (#482)
* 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> * Test symbolic array state codegen Add a focused regression that compiles a StateSpace block with array states and constructs its ODEProblem under downgraded dependencies. Co-Authored-By: Chris Rackauckas <accounts@chrisrackauckas.com> * Delete test/array_state_codegen.jl --------- Co-authored-by: ChrisRackauckas-Claude <accounts@chrisrackauckas.com>
1 parent 933a983 commit 2a9fc95

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)