From 644a4d5e360680ca072cbc1ea8d132b9ed7ae6ad Mon Sep 17 00:00:00 2001 From: David Widmann Date: Mon, 19 Aug 2024 15:28:35 +0200 Subject: [PATCH 1/6] Rerun CI on backport_8 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 618031e61e..f37343efc9 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ the documentation which contains the unreleased features. ## Standard Library For a standard library of ModelingToolkit components and blocks, check out the -[ModelingToolkitStandardLibrary](https://docs.sciml.ai/ModelingToolkitStandardLibrary/stable/) +[ModelingToolkitStandardLibrary](https://docs.sciml.ai/ModelingToolkitStandardLibrary/stable/). ## High-Level Examples From 9ddb72ed8ad940fc070405614dc3cdd31f68916e Mon Sep 17 00:00:00 2001 From: David Widmann Date: Mon, 19 Aug 2024 15:43:23 +0200 Subject: [PATCH 2/6] Bound ConstructionBase --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 7582ff9f8c..d8b87ec67f 100644 --- a/Project.toml +++ b/Project.toml @@ -63,7 +63,7 @@ AbstractTrees = "0.3, 0.4" ArrayInterface = "6, 7" Combinatorics = "1" Compat = "3.42, 4" -ConstructionBase = "1" +ConstructionBase = "1 - 1.5.6" DataStructures = "0.17, 0.18" DiffEqBase = "6.103.0" DiffEqCallbacks = "2.16" From abb816ea7a6ccb7fd1aae46d6446c7f77f5555cf Mon Sep 17 00:00:00 2001 From: David Widmann Date: Mon, 19 Aug 2024 16:59:10 +0200 Subject: [PATCH 3/6] Bound SymbolicUtils to <= 1.4.0 --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index d8b87ec67f..b0c7177d53 100644 --- a/Project.toml +++ b/Project.toml @@ -99,7 +99,7 @@ SparseArrays = "1" SpecialFunctions = "0.7, 0.8, 0.9, 0.10, 1.0, 2" StaticArrays = "0.10, 0.11, 0.12, 1.0" SymbolicIndexingInterface = "0.3.1" -SymbolicUtils = "1.0 - 1.5.1" +SymbolicUtils = "1.0 - 1.4.0" Symbolics = "5.7" URIs = "1" UnPack = "0.1, 1.0" From c80eb9b7edbba106c59e792f8fed01acf61ba99c Mon Sep 17 00:00:00 2001 From: David Widmann Date: Wed, 21 Aug 2024 14:32:43 +0200 Subject: [PATCH 4/6] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index b0c7177d53..ba11f12b3b 100644 --- a/Project.toml +++ b/Project.toml @@ -100,7 +100,7 @@ SpecialFunctions = "0.7, 0.8, 0.9, 0.10, 1.0, 2" StaticArrays = "0.10, 0.11, 0.12, 1.0" SymbolicIndexingInterface = "0.3.1" SymbolicUtils = "1.0 - 1.4.0" -Symbolics = "5.7" +Symbolics = "5.7 - 5.20" URIs = "1" UnPack = "0.1, 1.0" Unitful = "1.1" From 406b6d95da51e85270644659d0911caa1023da0e Mon Sep 17 00:00:00 2001 From: David Widmann Date: Wed, 21 Aug 2024 14:53:08 +0200 Subject: [PATCH 5/6] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index ba11f12b3b..e4b2fe3742 100644 --- a/Project.toml +++ b/Project.toml @@ -100,7 +100,7 @@ SpecialFunctions = "0.7, 0.8, 0.9, 0.10, 1.0, 2" StaticArrays = "0.10, 0.11, 0.12, 1.0" SymbolicIndexingInterface = "0.3.1" SymbolicUtils = "1.0 - 1.4.0" -Symbolics = "5.7 - 5.20" +Symbolics = "5.7 - 5.24" URIs = "1" UnPack = "0.1, 1.0" Unitful = "1.1" From bde902fa481707fec6772a2d5af8ecbe84883f07 Mon Sep 17 00:00:00 2001 From: David Widmann Date: Wed, 21 Aug 2024 16:29:40 +0200 Subject: [PATCH 6/6] Update Project.toml --- Project.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Project.toml b/Project.toml index e4b2fe3742..76488919e0 100644 --- a/Project.toml +++ b/Project.toml @@ -98,9 +98,9 @@ SimpleNonlinearSolve = "0.1.0, 1" SparseArrays = "1" SpecialFunctions = "0.7, 0.8, 0.9, 0.10, 1.0, 2" StaticArrays = "0.10, 0.11, 0.12, 1.0" -SymbolicIndexingInterface = "0.3.1" -SymbolicUtils = "1.0 - 1.4.0" -Symbolics = "5.7 - 5.24" +SymbolicIndexingInterface = "0.3.1 - 0.3.21" +SymbolicUtils = "1.0 - 1.5.1" +Symbolics = "5.7" URIs = "1" UnPack = "0.1, 1.0" Unitful = "1.1"