File tree Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Expand file tree Collapse file tree 3 files changed +8
-5
lines changed Original file line number Diff line number Diff line change 11name = " ModelingToolkitDesigner"
22uuid = " 23d639d0-9462-4d1e-84fe-d700424865b8"
33authors = [
" Brad Carman <[email protected] >" ]
4- version = " 1.2 .0"
4+ version = " 1.3 .0"
55
66[deps ]
77CairoMakie = " 13f3f980-e62b-5c42-98c6-ff1f3baf88f0"
@@ -14,12 +14,12 @@ TOML = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
1414
1515[compat ]
1616CairoMakie = " 0.11"
17- FileIO = " 1.16 "
17+ FileIO = " 1"
1818FilterHelpers = " 0.2"
1919GLMakie = " 0.9"
20- ModelingToolkit = " 8 "
20+ ModelingToolkit = " 9 "
2121ModelingToolkitStandardLibrary = " 2"
22- TOML = " 1.0 "
22+ TOML = " 1"
2323julia = " 1.6"
2424
2525[extras ]
Original file line number Diff line number Diff line change 33The ModelingToolkitDesigner.jl package is a helper tool for visualizing and editing ModelingToolkit.jl system connections.
44
55# Updates
6+ ## v1.3
7+ - updating to ModelingToolkit v9
8+
69## v1.1.0
710- easier component selection (one only needs to click inside the boarder box)
811
Original file line number Diff line number Diff line change 942942get_style (design:: ODESystemDesign ) = get_style (design. system)
943943function get_style (system:: ODESystem )
944944
945- sts = ModelingToolkit. get_states (system)
945+ sts = ModelingToolkit. get_unknowns (system)
946946 if length (sts) == 1
947947 s = first (sts)
948948 vtype = ModelingToolkit. get_connection_type (s)
You can’t perform that action at this time.
0 commit comments