Skip to content

Commit 73c713d

Browse files
committed
Update to Symbolics v.0.1.1
1 parent fd7cdc2 commit 73c713d

File tree

3 files changed

+5
-465
lines changed

3 files changed

+5
-465
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ModelingToolkit"
22
uuid = "961ee093-0014-501f-94e3-6117800e7a78"
33
authors = ["Chris Rackauckas <[email protected]>"]
4-
version = "5.9.1"
4+
version = "5.10.0"
55

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

src/ModelingToolkit.jl

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@ using Symbolics: _parse_vars, value, makesym, @derivatives, get_variables,
3939
exprs_occur_in, solve_for, build_expr
4040
import Symbolics: rename, get_variables!, _solve, hessian_sparsity,
4141
jacobian_sparsity, islinear, _iszero, _isone,
42-
tosymbol, lower_varname, diff2term, var_from_nested_derivative
42+
tosymbol, lower_varname, diff2term, var_from_nested_derivative,
43+
BuildTargets, JuliaTarget, StanTarget, CTarget, MATLABTarget,
44+
ParallelForm, SerialForm, MultithreadedForm, build_function,
45+
unflatten_long_ops
4346

4447
import DiffEqBase: @add_kwonly
4548

@@ -129,8 +132,6 @@ include("systems/alias_elimination.jl")
129132
include("structural_transformation/StructuralTransformations.jl")
130133
@reexport using .StructuralTransformations
131134

132-
include("build_function.jl")
133-
134135
export ODESystem, ODEFunction, ODEFunctionExpr, ODEProblemExpr
135136
export SDESystem, SDEFunction, SDEFunctionExpr, SDESystemExpr
136137
export SystemStructure

0 commit comments

Comments
 (0)