Skip to content

Commit f0fcea2

Browse files
Merge pull request #1318 from 0x0f0f0f/ale/updatesymbolics
[WIP] Update Symbolics and SymbolicUtils version
2 parents 0784a4a + 75ef1cf commit f0fcea2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
4545

4646
[compat]
4747
AbstractTrees = "0.3"
48-
ArrayInterface = "2.8, 3.0"
48+
ArrayInterface = "3.1.39"
4949
ConstructionBase = "1"
5050
DataStructures = "0.17, 0.18"
5151
DiffEqBase = "6.54.0"
@@ -72,8 +72,8 @@ SciMLBase = "1.3"
7272
Setfield = "0.7, 0.8"
7373
SpecialFunctions = "0.7, 0.8, 0.9, 0.10, 1.0"
7474
StaticArrays = "0.10, 0.11, 0.12, 1.0"
75-
SymbolicUtils = "0.16, 0.17"
76-
Symbolics = "3.5.0"
75+
SymbolicUtils = "0.18"
76+
Symbolics = "4.0.0"
7777
UnPack = "0.1, 1.0"
7878
Unitful = "1.1"
7979
julia = "1.2"

src/systems/systemstructure.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ using SparseArrays
1616

1717
quick_cancel_expr(expr) = Rewriters.Postwalk(
1818
quick_cancel,
19-
similarterm=(x, f, args) -> similarterm(
19+
similarterm=(x, f, args; kws...) -> similarterm(
2020
x, f, args, SymbolicUtils.symtype(x);
21-
metadata=SymbolicUtils.metadata(x)
21+
metadata=SymbolicUtils.metadata(x), kws...
2222
)
2323
)(expr)
2424

0 commit comments

Comments
 (0)