Skip to content

Commit

Permalink
export SymbolicUtils and wrapped for compatibility with Symbolics 5.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kpobrien committed Dec 14, 2023
1 parent 2b77150 commit 5156806
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
SymbolicUtils = "d1185830-fcd6-423d-90d6-eec64667417b"
Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7"
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"

Expand All @@ -31,6 +32,7 @@ Printf = "1.7"
SparseArrays = "1.7"
SpecialFunctions = "2"
Statistics = "1.7"
SymbolicUtils = "1"
Symbolics = "4, 5"
Test = "1.7"
UUIDs = "1.7"
Expand Down
3 changes: 2 additions & 1 deletion src/JosephsonCircuits.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import KLU
import UUIDs
import Symbolics: Symbolic, Sym, Num, @variables, @syms, @register_symbolic, @wrapped
import Symbolics
import SymbolicUtils
import AxisKeys
import PrecompileTools
import OrderedCollections
Expand Down Expand Up @@ -318,7 +319,7 @@ end
export @syms, hbsolve, hbnlsolve, hblinsolve, hbsolveold, hbnlsolveold,
hblinsolveold, parsecircuit, parsesortcircuit, calccircuitgraph,
symbolicmatrices, numericmatrices, LjtoIc, IctoLj, @variables,
@register_symbolic, Num, Symbolics
@register_symbolic, @wrapped, Num, Symbolics, SymbolicUtils


# the below precompile directives are to help the compiler perform type inference
Expand Down

0 comments on commit 5156806

Please sign in to comment.