From 9779f3afb7340481d85cc25156579f5dfe6da521 Mon Sep 17 00:00:00 2001 From: Alexander Demin Date: Mon, 11 Dec 2023 15:36:36 +0300 Subject: [PATCH 01/11] Add Downgrade.yml --- .github/workflows/Downgrade.yml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 .github/workflows/Downgrade.yml diff --git a/.github/workflows/Downgrade.yml b/.github/workflows/Downgrade.yml new file mode 100644 index 000000000..f4b77a36d --- /dev/null +++ b/.github/workflows/Downgrade.yml @@ -0,0 +1,30 @@ +name: Downgrade +on: + pull_request: + branches: + - master + paths-ignore: + - 'docs/**' + push: + branches: + - master + paths-ignore: + - 'docs/**' +jobs: + test: + runs-on: ubuntu-latest + strategy: + matrix: + version: ['1'] + steps: + - uses: actions/checkout@v3 + - uses: julia-actions/setup-julia@v1 + with: + version: ${{ matrix.version }} + - uses: cjdoris/julia-downgrade-compat-action@v1 +# if: ${{ matrix.version == '1.6' }} + with: + # skip standard libraries + skip: Pkg,TOML,Logging,Random,Dates + - uses: julia-actions/julia-buildpkg@v1 + - uses: julia-actions/julia-runtest@v1 From 550238ede6adbc82000fb6be503cf53edf3ee5f1 Mon Sep 17 00:00:00 2001 From: Alexander Demin Date: Mon, 11 Dec 2023 15:43:16 +0300 Subject: [PATCH 02/11] up --- .github/workflows/Downgrade.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Downgrade.yml b/.github/workflows/Downgrade.yml index f4b77a36d..aed1e50c9 100644 --- a/.github/workflows/Downgrade.yml +++ b/.github/workflows/Downgrade.yml @@ -24,7 +24,7 @@ jobs: - uses: cjdoris/julia-downgrade-compat-action@v1 # if: ${{ matrix.version == '1.6' }} with: - # skip standard libraries - skip: Pkg,TOML,Logging,Random,Dates + # skip standard libraries.. + skip: Pkg,TOML,Logging,Random,Dates,LinearAlgebra - uses: julia-actions/julia-buildpkg@v1 - uses: julia-actions/julia-runtest@v1 From d6b8f6c5ea47bb05ecf481e3ff4e8e952cca26ee Mon Sep 17 00:00:00 2001 From: Alexander Demin Date: Mon, 11 Dec 2023 15:51:01 +0300 Subject: [PATCH 03/11] strict: 'false' --- .github/workflows/Downgrade.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/Downgrade.yml b/.github/workflows/Downgrade.yml index aed1e50c9..3d93f861d 100644 --- a/.github/workflows/Downgrade.yml +++ b/.github/workflows/Downgrade.yml @@ -26,5 +26,6 @@ jobs: with: # skip standard libraries.. skip: Pkg,TOML,Logging,Random,Dates,LinearAlgebra + strict: 'false' - uses: julia-actions/julia-buildpkg@v1 - uses: julia-actions/julia-runtest@v1 From 59de11d5ffbf5eb6acb59a2f8289d06545d0f1e1 Mon Sep 17 00:00:00 2001 From: pogudingleb Date: Sat, 16 Dec 2023 16:58:42 +0100 Subject: [PATCH 04/11] bumping Nemo --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index b69f3f9e6..14d6e4d78 100644 --- a/Project.toml +++ b/Project.toml @@ -37,7 +37,7 @@ LinearAlgebra = "1.6, 1.7" Logging = "1.6, 1.7" MacroTools = "0.5" ModelingToolkit = "7, 8" -Nemo = "0.24, 0.25, 0.26, 0.27, 0.28, 0.29, 0.30, 0.31, 0.32, 0.33, 0.34, 0.35, 0.36, 0.37, 0.38" +Nemo = "0.32, 0.33, 0.34, 0.35, 0.36, 0.37, 0.38" ParamPunPam = "0.2" PrecompileTools = "1" Primes = "0.5" From b8dcc0477d45a64437c5855247784c674f472c63 Mon Sep 17 00:00:00 2001 From: pogudingleb Date: Sat, 16 Dec 2023 17:05:06 +0100 Subject: [PATCH 05/11] bump MTK --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 14d6e4d78..c7a189e1e 100644 --- a/Project.toml +++ b/Project.toml @@ -36,7 +36,7 @@ IterTools = "1" LinearAlgebra = "1.6, 1.7" Logging = "1.6, 1.7" MacroTools = "0.5" -ModelingToolkit = "7, 8" +ModelingToolkit = "8" Nemo = "0.32, 0.33, 0.34, 0.35, 0.36, 0.37, 0.38" ParamPunPam = "0.2" PrecompileTools = "1" From 6189c22ddd6019d498278d9deb5edec71b75f0e0 Mon Sep 17 00:00:00 2001 From: pogudingleb Date: Sat, 16 Dec 2023 17:23:12 +0100 Subject: [PATCH 06/11] bump MTK --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index c7a189e1e..74e64736e 100644 --- a/Project.toml +++ b/Project.toml @@ -36,7 +36,7 @@ IterTools = "1" LinearAlgebra = "1.6, 1.7" Logging = "1.6, 1.7" MacroTools = "0.5" -ModelingToolkit = "8" +ModelingToolkit = "8.47" Nemo = "0.32, 0.33, 0.34, 0.35, 0.36, 0.37, 0.38" ParamPunPam = "0.2" PrecompileTools = "1" From 21abbf50f4c7962328a3c0262b58621442b6e576 Mon Sep 17 00:00:00 2001 From: pogudingleb Date: Sat, 16 Dec 2023 21:21:59 +0100 Subject: [PATCH 07/11] bump AA --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 74e64736e..0a2089c79 100644 --- a/Project.toml +++ b/Project.toml @@ -26,7 +26,7 @@ Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7" TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f" [compat] -AbstractAlgebra = "0.13, 0.18, 0.19, 0.20, 0.21, 0.22, 0.23, 0.24, 0.25, 0.26, 0.27, 0.28, 0.29, 0.30, 0.31, 0.32, 0.33, 0.34" +AbstractAlgebra = "0.23, 0.24, 0.25, 0.26, 0.27, 0.28, 0.29, 0.30, 0.31, 0.32, 0.33, 0.34" BenchmarkTools = "1" Combinatorics = "1" DataStructures = "0.18" From f162f3f10348647443a9624a822e95553da8ee40 Mon Sep 17 00:00:00 2001 From: pogudingleb Date: Sat, 16 Dec 2023 21:27:43 +0100 Subject: [PATCH 08/11] bump AA again --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 0a2089c79..c3f2718a1 100644 --- a/Project.toml +++ b/Project.toml @@ -26,7 +26,7 @@ Symbolics = "0c5d862f-8b57-4792-8d23-62f2024744c7" TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f" [compat] -AbstractAlgebra = "0.23, 0.24, 0.25, 0.26, 0.27, 0.28, 0.29, 0.30, 0.31, 0.32, 0.33, 0.34" +AbstractAlgebra = "0.27, 0.28, 0.29, 0.30, 0.31, 0.32, 0.33, 0.34" BenchmarkTools = "1" Combinatorics = "1" DataStructures = "0.18" From b037cb1a8e872d6f8443f7b6c3803bfa69218f00 Mon Sep 17 00:00:00 2001 From: gpogudin Date: Tue, 19 Dec 2023 11:10:26 +0100 Subject: [PATCH 09/11] bump Symbolics --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index c3f2718a1..36bb53a70 100644 --- a/Project.toml +++ b/Project.toml @@ -44,7 +44,7 @@ Primes = "0.5" Random = "1.6, 1.7" SpecialFunctions = "1, 2" SymbolicUtils = "1" -Symbolics = "5" +Symbolics = "5.5" TestSetExtensions = "2" TimerOutputs = "0.5" julia = "1.6, 1.7" From b9aa739b038343b10aa8b2c58dfe5291ec737868 Mon Sep 17 00:00:00 2001 From: gpogudin Date: Tue, 19 Dec 2023 13:29:20 +0100 Subject: [PATCH 10/11] bump MTK --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 36bb53a70..3812417d5 100644 --- a/Project.toml +++ b/Project.toml @@ -36,7 +36,7 @@ IterTools = "1" LinearAlgebra = "1.6, 1.7" Logging = "1.6, 1.7" MacroTools = "0.5" -ModelingToolkit = "8.47" +ModelingToolkit = "8.51" Nemo = "0.32, 0.33, 0.34, 0.35, 0.36, 0.37, 0.38" ParamPunPam = "0.2" PrecompileTools = "1" From c3bab788864d61b2fd84679ffcdce2086cec9e0d Mon Sep 17 00:00:00 2001 From: pogudingleb Date: Mon, 8 Jan 2024 00:38:02 +0100 Subject: [PATCH 11/11] PrecompileTools --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 45a962f85..32bc21b06 100644 --- a/Project.toml +++ b/Project.toml @@ -39,7 +39,7 @@ MacroTools = "0.5" ModelingToolkit = "8.51" Nemo = "0.32, 0.33, 0.34, 0.35, 0.36, 0.37, 0.38, 0.39" ParamPunPam = "0.2" -PrecompileTools = "1" +PrecompileTools = "1.1, 1.2" Primes = "0.5" Random = "1.6, 1.7" SpecialFunctions = "1, 2"