Skip to content

Commit 361102f

Browse files
fix master by namespacing derivative calls
1 parent cdae3fb commit 361102f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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.12.0"
4+
version = "5.12.1"
55

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

src/ModelingToolkit.jl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ import Symbolics: rename, get_variables!, _solve, hessian_sparsity,
4242
tosymbol, lower_varname, diff2term, var_from_nested_derivative,
4343
BuildTargets, JuliaTarget, StanTarget, CTarget, MATLABTarget,
4444
ParallelForm, SerialForm, MultithreadedForm, build_function,
45-
unflatten_long_ops, rhss, lhss, prettify_expr
45+
unflatten_long_ops, rhss, lhss, prettify_expr,
46+
jacobian, hessian, derivative
4647

4748
import DiffEqBase: @add_kwonly
4849

0 commit comments

Comments
 (0)