From 3db98fb2ed08d9f04daf7cfe639d5b99e0b6510e Mon Sep 17 00:00:00 2001 From: Hendrik Ranocha Date: Mon, 11 Dec 2023 15:52:28 +0100 Subject: [PATCH 01/42] Create Downgrade.yml --- .github/workflows/Downgrade.yml | 86 +++++++++++++++++++++++++++++++++ 1 file changed, 86 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 00000000000..fdddee7d093 --- /dev/null +++ b/.github/workflows/Downgrade.yml @@ -0,0 +1,86 @@ +name: Downgrade + +on: + pull_request: + paths-ignore: + - 'AUTHORS.md' + - 'CITATION.bib' + - 'CONTRIBUTING.md' + - 'LICENSE.md' + - 'NEWS.md' + - 'README.md' + - '.zenodo.json' + - '.github/workflows/benchmark.yml' + - '.github/workflows/CompatHelper.yml' + - '.github/workflows/TagBot.yml' + - 'benchmark/**' + - 'docs/**' + - 'utils/**' + workflow_dispatch: + +# Cancel redundant CI tests automatically +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + +jobs: + downgrade_test: + if: "!contains(github.event.head_commit.message, 'skip ci')" + # We could also include the Julia version as in + # name: ${{ matrix.trixi_test }} - ${{ matrix.os }} - Julia ${{ matrix.version }} - ${{ matrix.arch }} - ${{ github.event_name }} + # to be more specific. However, that requires us updating the required CI tests whenever we update Julia. + name: Downgrade ${{ matrix.trixi_test }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }} + runs-on: ${{ matrix.os }} + strategy: + fail-fast: false + matrix: + version: + - '1.9' + # - '~1.9.0-0' # including development versions + # - 'nightly' + os: + - ubuntu-latest + arch: + - x64 + trixi_test: + # - tree_part1 + # - tree_part2 + # - tree_part3 + # - tree_part4 + # - tree_part5 + # - tree_part6 + # - structured + # - p4est_part1 + # - p4est_part2 + # - t8code_part1 + # - unstructured_dgmulti + # - parabolic + # - paper_self_gravitating_gas_dynamics + # - misc_part1 + # - misc_part2 + # - performance_specializations_part1 + # - performance_specializations_part2 + # - mpi + - threaded + steps: + - uses: actions/checkout@v4 + - uses: julia-actions/setup-julia@v1 + with: + version: ${{ matrix.version }} + arch: ${{ matrix.arch }} + - run: julia -e 'using InteractiveUtils; versioninfo(verbose=true)' + - uses: julia-actions/cache@v1 + - uses: cjdoris/julia-downgrade-compat-action@v1 + with: + skip: LinearAlgebra,Printf,SparseArrays + - uses: julia-actions/julia-buildpkg@v1 + env: + PYTHON: "" + - name: Run tests without coverage + uses: julia-actions/julia-runtest@v1 + with: + coverage: false + env: + PYTHON: "" + TRIXI_TEST: ${{ matrix.trixi_test }} + From 40f87b6532773f0f7adcf8f693784e2a493375dc Mon Sep 17 00:00:00 2001 From: Hendrik Ranocha Date: Mon, 11 Dec 2023 16:02:51 +0100 Subject: [PATCH 02/42] bump lower compat bound of Setfield --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index ace71a50d8b..7fbfa858d41 100644 --- a/Project.toml +++ b/Project.toml @@ -74,7 +74,7 @@ RecipesBase = "1.1" Reexport = "1.0" Requires = "1.1" SciMLBase = "1.90, 2" -Setfield = "0.8, 1" +Setfield = "1" SimpleUnPack = "1.1" SparseArrays = "1" StartUpDG = "0.17" From 9c53c40e2aac27046ea218f7ab887d2a90a05614 Mon Sep 17 00:00:00 2001 From: Hendrik Ranocha Date: Mon, 11 Dec 2023 16:31:17 +0100 Subject: [PATCH 03/42] bump lower compat bound of HDF5.jl --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 7fbfa858d41..6e3ee43a128 100644 --- a/Project.toml +++ b/Project.toml @@ -56,7 +56,7 @@ DiffEqCallbacks = "2.25" EllipsisNotation = "1.0" FillArrays = "0.13.2, 1" ForwardDiff = "0.10.18" -HDF5 = "0.14, 0.15, 0.16, 0.17" +HDF5 = "0.16, 0.17" IfElse = "0.1" LinearAlgebra = "1" LinearMaps = "2.7, 3.0" From 22b7ca5db85b1edb264c688ca29e8d4441fbd7b7 Mon Sep 17 00:00:00 2001 From: Hendrik Ranocha Date: Mon, 11 Dec 2023 16:33:38 +0100 Subject: [PATCH 04/42] bump lower compat bound of OffsetArrays.jl --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 6e3ee43a128..a2cf30d8c82 100644 --- a/Project.toml +++ b/Project.toml @@ -65,7 +65,7 @@ MPI = "0.20" Makie = "0.19" MuladdMacro = "0.2.2" Octavian = "0.3.5" -OffsetArrays = "1.3" +OffsetArrays = "1.4.1" P4est = "0.4.9" Polyester = "0.7.5" PrecompileTools = "1.1" From 9ec0d1b3b7d8dd90255bbaf05b5dbabbafed5a33 Mon Sep 17 00:00:00 2001 From: Hendrik Ranocha Date: Mon, 11 Dec 2023 16:35:09 +0100 Subject: [PATCH 05/42] bump lower compat bound of Static.jl --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index a2cf30d8c82..a2c2e1786a2 100644 --- a/Project.toml +++ b/Project.toml @@ -78,7 +78,7 @@ Setfield = "1" SimpleUnPack = "1.1" SparseArrays = "1" StartUpDG = "0.17" -Static = "0.3, 0.4, 0.5, 0.6, 0.7, 0.8" +Static = "0.3.3, 0.4, 0.5, 0.6, 0.7, 0.8" StaticArrayInterface = "1.4" StaticArrays = "1" StrideArrays = "0.1.18" From 3ffa409a77037f10442f71b7d67067d80fc852fc Mon Sep 17 00:00:00 2001 From: Hendrik Ranocha Date: Tue, 12 Dec 2023 06:16:03 +0100 Subject: [PATCH 06/42] bump lower compat bound of HDF5.jl --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index a2c2e1786a2..42601ac639e 100644 --- a/Project.toml +++ b/Project.toml @@ -56,7 +56,7 @@ DiffEqCallbacks = "2.25" EllipsisNotation = "1.0" FillArrays = "0.13.2, 1" ForwardDiff = "0.10.18" -HDF5 = "0.16, 0.17" +HDF5 = "0.17" IfElse = "0.1" LinearAlgebra = "1" LinearMaps = "2.7, 3.0" From c3bd8ede45c8d6f478284b2bdad3a5f451031792 Mon Sep 17 00:00:00 2001 From: Hendrik Ranocha Date: Tue, 12 Dec 2023 06:18:56 +0100 Subject: [PATCH 07/42] bum lower compat bound of StartUpDG.jl --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 42601ac639e..7f4d9e6735b 100644 --- a/Project.toml +++ b/Project.toml @@ -77,7 +77,7 @@ SciMLBase = "1.90, 2" Setfield = "1" SimpleUnPack = "1.1" SparseArrays = "1" -StartUpDG = "0.17" +StartUpDG = "0.17.6" Static = "0.3.3, 0.4, 0.5, 0.6, 0.7, 0.8" StaticArrayInterface = "1.4" StaticArrays = "1" From d6444b06b9c17d5417245cf288a7732c7fd28e55 Mon Sep 17 00:00:00 2001 From: Hendrik Ranocha Date: Tue, 12 Dec 2023 06:24:14 +0100 Subject: [PATCH 08/42] bum lower compat bound of LoopVectorization.jl --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 7f4d9e6735b..23ecffc640e 100644 --- a/Project.toml +++ b/Project.toml @@ -60,7 +60,7 @@ HDF5 = "0.17" IfElse = "0.1" LinearAlgebra = "1" LinearMaps = "2.7, 3.0" -LoopVectorization = "0.12.118" +LoopVectorization = "0.12.151" MPI = "0.20" Makie = "0.19" MuladdMacro = "0.2.2" From d59b9e46e0b7b70fedc3accdf4da5746a887293b Mon Sep 17 00:00:00 2001 From: Hendrik Ranocha Date: Tue, 12 Dec 2023 06:26:46 +0100 Subject: [PATCH 09/42] bump lower compat bound of Static.jl --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 23ecffc640e..0cfaebd2924 100644 --- a/Project.toml +++ b/Project.toml @@ -78,7 +78,7 @@ Setfield = "1" SimpleUnPack = "1.1" SparseArrays = "1" StartUpDG = "0.17.6" -Static = "0.3.3, 0.4, 0.5, 0.6, 0.7, 0.8" +Static = "0.8.4" StaticArrayInterface = "1.4" StaticArrays = "1" StrideArrays = "0.1.18" From 3231fe35aac32b49af41a4919e1ad1d7cc67931c Mon Sep 17 00:00:00 2001 From: Hendrik Ranocha Date: Tue, 12 Dec 2023 06:35:51 +0100 Subject: [PATCH 10/42] bump lower compat bound for StrideArrays.jl --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 0cfaebd2924..c820b32b0ee 100644 --- a/Project.toml +++ b/Project.toml @@ -81,7 +81,7 @@ StartUpDG = "0.17.6" Static = "0.8.4" StaticArrayInterface = "1.4" StaticArrays = "1" -StrideArrays = "0.1.18" +StrideArrays = "0.1.24" StructArrays = "0.6" SummationByPartsOperators = "0.5.41" T8code = "0.4.3" From 3c67c4de07e4754aeb4fe9d2df269cdf608cb7f3 Mon Sep 17 00:00:00 2001 From: Hendrik Ranocha Date: Tue, 12 Dec 2023 06:38:06 +0100 Subject: [PATCH 11/42] bump lower compat bound for Octavian.jl --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index c820b32b0ee..dd0400d31c3 100644 --- a/Project.toml +++ b/Project.toml @@ -64,7 +64,7 @@ LoopVectorization = "0.12.151" MPI = "0.20" Makie = "0.19" MuladdMacro = "0.2.2" -Octavian = "0.3.5" +Octavian = "0.3.21" OffsetArrays = "1.4.1" P4est = "0.4.9" Polyester = "0.7.5" From 16a372b00638e99f761be37a8fc0f51d36254ba9 Mon Sep 17 00:00:00 2001 From: Hendrik Ranocha Date: Tue, 12 Dec 2023 07:16:15 +0100 Subject: [PATCH 12/42] bump lower compat bound of OffsetArrays.jl --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index dd0400d31c3..3f14a46fe1b 100644 --- a/Project.toml +++ b/Project.toml @@ -65,7 +65,7 @@ MPI = "0.20" Makie = "0.19" MuladdMacro = "0.2.2" Octavian = "0.3.21" -OffsetArrays = "1.4.1" +OffsetArrays = "1.12" P4est = "0.4.9" Polyester = "0.7.5" PrecompileTools = "1.1" From f38059bb9546869ee83f528a8fc853cc460ba31f Mon Sep 17 00:00:00 2001 From: Hendrik Ranocha Date: Tue, 12 Dec 2023 07:22:43 +0100 Subject: [PATCH 13/42] bump lower compat bound of LoopVectorization.jl --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 3f14a46fe1b..4c55bf9ac55 100644 --- a/Project.toml +++ b/Project.toml @@ -60,7 +60,7 @@ HDF5 = "0.17" IfElse = "0.1" LinearAlgebra = "1" LinearMaps = "2.7, 3.0" -LoopVectorization = "0.12.151" +LoopVectorization = "0.12.166" MPI = "0.20" Makie = "0.19" MuladdMacro = "0.2.2" From 8d36242c9d963231c4dc51b5c7454a18eafcc84e Mon Sep 17 00:00:00 2001 From: Hendrik Ranocha Date: Tue, 12 Dec 2023 07:26:01 +0100 Subject: [PATCH 14/42] Revert "bump lower compat bound of LoopVectorization.jl" This reverts commit f38059bb9546869ee83f528a8fc853cc460ba31f. --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 4c55bf9ac55..3f14a46fe1b 100644 --- a/Project.toml +++ b/Project.toml @@ -60,7 +60,7 @@ HDF5 = "0.17" IfElse = "0.1" LinearAlgebra = "1" LinearMaps = "2.7, 3.0" -LoopVectorization = "0.12.166" +LoopVectorization = "0.12.151" MPI = "0.20" Makie = "0.19" MuladdMacro = "0.2.2" From e21aada40aa2a5bc2423c883727213b3ec80ae88 Mon Sep 17 00:00:00 2001 From: Hendrik Ranocha Date: Tue, 12 Dec 2023 07:26:30 +0100 Subject: [PATCH 15/42] bump lower compat bound of Triangulate.jl --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 3f14a46fe1b..95e8cbe8299 100644 --- a/Project.toml +++ b/Project.toml @@ -86,7 +86,7 @@ StructArrays = "0.6" SummationByPartsOperators = "0.5.41" T8code = "0.4.3" TimerOutputs = "0.5" -Triangulate = "2.0" +Triangulate = "2.2" TriplotBase = "0.1" TriplotRecipes = "0.1" julia = "1.8" From fa20e286815cd893e4407536a2ddc80691fb3564 Mon Sep 17 00:00:00 2001 From: Hendrik Ranocha Date: Tue, 12 Dec 2023 07:29:38 +0100 Subject: [PATCH 16/42] bump lower compat bound of ForwardDiff.jl --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 95e8cbe8299..b582b00dc83 100644 --- a/Project.toml +++ b/Project.toml @@ -55,7 +55,7 @@ ConstructionBase = "1.3" DiffEqCallbacks = "2.25" EllipsisNotation = "1.0" FillArrays = "0.13.2, 1" -ForwardDiff = "0.10.18" +ForwardDiff = "0.10.24" HDF5 = "0.17" IfElse = "0.1" LinearAlgebra = "1" From c70e221a54e6061c8ee5ca729136af17a1e71601 Mon Sep 17 00:00:00 2001 From: Hendrik Ranocha Date: Tue, 12 Dec 2023 07:42:27 +0100 Subject: [PATCH 17/42] bump lower compat bound of TimerOutputs.jl --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index b582b00dc83..7d54fdf9401 100644 --- a/Project.toml +++ b/Project.toml @@ -85,7 +85,7 @@ StrideArrays = "0.1.24" StructArrays = "0.6" SummationByPartsOperators = "0.5.41" T8code = "0.4.3" -TimerOutputs = "0.5" +TimerOutputs = "0.5.4" Triangulate = "2.2" TriplotBase = "0.1" TriplotRecipes = "0.1" From 04dc3e2ab355efb282a203b6a85d5a2e327a692c Mon Sep 17 00:00:00 2001 From: Hendrik Ranocha Date: Tue, 12 Dec 2023 07:59:32 +0100 Subject: [PATCH 18/42] bump lower compat bound of TimerOutputs.jl --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 7d54fdf9401..23dab66c817 100644 --- a/Project.toml +++ b/Project.toml @@ -85,7 +85,7 @@ StrideArrays = "0.1.24" StructArrays = "0.6" SummationByPartsOperators = "0.5.41" T8code = "0.4.3" -TimerOutputs = "0.5.4" +TimerOutputs = "0.5.7" Triangulate = "2.2" TriplotBase = "0.1" TriplotRecipes = "0.1" From f134e7a65af7668244acb04e1dfc5ecf4d40b9c7 Mon Sep 17 00:00:00 2001 From: Jesse Chan <1156048+jlchan@users.noreply.github.com> Date: Tue, 12 Dec 2023 09:12:14 -0600 Subject: [PATCH 19/42] Update Project.toml --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 23dab66c817..313da9b9065 100644 --- a/Project.toml +++ b/Project.toml @@ -77,7 +77,7 @@ SciMLBase = "1.90, 2" Setfield = "1" SimpleUnPack = "1.1" SparseArrays = "1" -StartUpDG = "0.17.6" +StartUpDG = "0.17.7" Static = "0.8.4" StaticArrayInterface = "1.4" StaticArrays = "1" From 8a81714e2447d5b0c44dfc82e7828d2d81dd8389 Mon Sep 17 00:00:00 2001 From: Hendrik Ranocha Date: Tue, 12 Dec 2023 16:37:01 +0100 Subject: [PATCH 20/42] format --- .../semidiscretization_euler_acoustics.jl | 10 +++++----- .../semidiscretization_euler_gravity.jl | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/src/semidiscretization/semidiscretization_euler_acoustics.jl b/src/semidiscretization/semidiscretization_euler_acoustics.jl index e49fe81177a..173523ff892 100644 --- a/src/semidiscretization/semidiscretization_euler_acoustics.jl +++ b/src/semidiscretization/semidiscretization_euler_acoustics.jl @@ -51,11 +51,11 @@ function SemidiscretizationEulerAcoustics(semi_acoustics::SemiAcoustics, semi_euler::SemiEuler; source_region = x -> true, weights = x -> 1.0) where - {Mesh, - SemiAcoustics <: - SemidiscretizationHyperbolic{Mesh, <:AbstractAcousticPerturbationEquations}, - SemiEuler <: - SemidiscretizationHyperbolic{Mesh, <:AbstractCompressibleEulerEquations}} + {Mesh, + SemiAcoustics <: + SemidiscretizationHyperbolic{Mesh, <:AbstractAcousticPerturbationEquations}, + SemiEuler <: + SemidiscretizationHyperbolic{Mesh, <:AbstractCompressibleEulerEquations}} cache = create_cache(SemidiscretizationEulerAcoustics, source_region, weights, mesh_equations_solver_cache(semi_acoustics)...) diff --git a/src/semidiscretization/semidiscretization_euler_gravity.jl b/src/semidiscretization/semidiscretization_euler_gravity.jl index a9a60a4ff04..4201344df80 100644 --- a/src/semidiscretization/semidiscretization_euler_gravity.jl +++ b/src/semidiscretization/semidiscretization_euler_gravity.jl @@ -117,11 +117,11 @@ Construct a semidiscretization of the compressible Euler equations with self-gra function SemidiscretizationEulerGravity(semi_euler::SemiEuler, semi_gravity::SemiGravity, parameters) where - {Mesh, - SemiEuler <: - SemidiscretizationHyperbolic{Mesh, <:AbstractCompressibleEulerEquations}, - SemiGravity <: - SemidiscretizationHyperbolic{Mesh, <:AbstractHyperbolicDiffusionEquations}} + {Mesh, + SemiEuler <: + SemidiscretizationHyperbolic{Mesh, <:AbstractCompressibleEulerEquations}, + SemiGravity <: + SemidiscretizationHyperbolic{Mesh, <:AbstractHyperbolicDiffusionEquations}} u_ode = compute_coefficients(zero(real(semi_gravity)), semi_gravity) du_ode = similar(u_ode) u_tmp1_ode = similar(u_ode) From c3ae96ad8812dff666b81efc8a3cb7c9ec31fd46 Mon Sep 17 00:00:00 2001 From: Jesse Chan <1156048+jlchan@users.noreply.github.com> Date: Tue, 12 Dec 2023 14:38:14 -0600 Subject: [PATCH 21/42] Removing FillArrays lower bound --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 313da9b9065..5a30646770e 100644 --- a/Project.toml +++ b/Project.toml @@ -54,7 +54,7 @@ CodeTracking = "1.0.5" ConstructionBase = "1.3" DiffEqCallbacks = "2.25" EllipsisNotation = "1.0" -FillArrays = "0.13.2, 1" +FillArrays = "1" ForwardDiff = "0.10.24" HDF5 = "0.17" IfElse = "0.1" From ab725937bea67114306281920aedb0bf5315d0ba Mon Sep 17 00:00:00 2001 From: Jesse Chan <1156048+jlchan@users.noreply.github.com> Date: Tue, 12 Dec 2023 14:38:28 -0600 Subject: [PATCH 22/42] Bumping SciMLBase lower bound --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 5a30646770e..be919ef14ff 100644 --- a/Project.toml +++ b/Project.toml @@ -73,7 +73,7 @@ Printf = "1" RecipesBase = "1.1" Reexport = "1.0" Requires = "1.1" -SciMLBase = "1.90, 2" +SciMLBase = "2" Setfield = "1" SimpleUnPack = "1.1" SparseArrays = "1" From c309b18ed75c1657af0d80b5ec2cd88b08af92dc Mon Sep 17 00:00:00 2001 From: Jesse Chan <1156048+jlchan@users.noreply.github.com> Date: Tue, 12 Dec 2023 15:10:13 -0600 Subject: [PATCH 23/42] reverting SciMLBase lower bound Limited by SummationByPartsOperators.jl lower bounds --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index be919ef14ff..5a30646770e 100644 --- a/Project.toml +++ b/Project.toml @@ -73,7 +73,7 @@ Printf = "1" RecipesBase = "1.1" Reexport = "1.0" Requires = "1.1" -SciMLBase = "2" +SciMLBase = "1.90, 2" Setfield = "1" SimpleUnPack = "1.1" SparseArrays = "1" From 7ba45d853ed5dabcda172fc0fa7ffaf7ae999b7c Mon Sep 17 00:00:00 2001 From: Jesse Chan <1156048+jlchan@users.noreply.github.com> Date: Tue, 12 Dec 2023 15:32:56 -0600 Subject: [PATCH 24/42] Bumping SciMLBase lower bound (again) --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 5a30646770e..be919ef14ff 100644 --- a/Project.toml +++ b/Project.toml @@ -73,7 +73,7 @@ Printf = "1" RecipesBase = "1.1" Reexport = "1.0" Requires = "1.1" -SciMLBase = "1.90, 2" +SciMLBase = "2" Setfield = "1" SimpleUnPack = "1.1" SparseArrays = "1" From 8b6ff3bdba140eb4e18578e54cec441e19d2a261 Mon Sep 17 00:00:00 2001 From: Hendrik Ranocha Date: Wed, 13 Dec 2023 07:18:00 +0100 Subject: [PATCH 25/42] bump lower compat bound of SummationByPartsOperators.jl --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index be919ef14ff..3e7c9708698 100644 --- a/Project.toml +++ b/Project.toml @@ -83,7 +83,7 @@ StaticArrayInterface = "1.4" StaticArrays = "1" StrideArrays = "0.1.24" StructArrays = "0.6" -SummationByPartsOperators = "0.5.41" +SummationByPartsOperators = "0.5.50" T8code = "0.4.3" TimerOutputs = "0.5.7" Triangulate = "2.2" From d050617fafd505e24949942bd05375a265d93643 Mon Sep 17 00:00:00 2001 From: Hendrik Ranocha Date: Wed, 13 Dec 2023 07:22:28 +0100 Subject: [PATCH 26/42] bump lower compat bound of FillArrays.jl --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 3e7c9708698..88a24a94cbf 100644 --- a/Project.toml +++ b/Project.toml @@ -54,7 +54,7 @@ CodeTracking = "1.0.5" ConstructionBase = "1.3" DiffEqCallbacks = "2.25" EllipsisNotation = "1.0" -FillArrays = "1" +FillArrays = "1.6" ForwardDiff = "0.10.24" HDF5 = "0.17" IfElse = "0.1" From 6f9dd845bc74c5c3d28ba62bda9033dbeb518329 Mon Sep 17 00:00:00 2001 From: Hendrik Ranocha Date: Wed, 13 Dec 2023 07:23:51 +0100 Subject: [PATCH 27/42] bump lower compat bound of DiffEqCallbacks.jl --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 88a24a94cbf..d063b1e716a 100644 --- a/Project.toml +++ b/Project.toml @@ -52,7 +52,7 @@ TrixiMakieExt = "Makie" [compat] CodeTracking = "1.0.5" ConstructionBase = "1.3" -DiffEqCallbacks = "2.25" +DiffEqCallbacks = "2.31" EllipsisNotation = "1.0" FillArrays = "1.6" ForwardDiff = "0.10.24" From 0775cbab85b0d78f809838a59a6a828234cadeb1 Mon Sep 17 00:00:00 2001 From: Hendrik Ranocha Date: Wed, 13 Dec 2023 07:58:49 +0100 Subject: [PATCH 28/42] Revert "bump lower compat bound of DiffEqCallbacks.jl" This reverts commit 6f9dd845bc74c5c3d28ba62bda9033dbeb518329. --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index d063b1e716a..88a24a94cbf 100644 --- a/Project.toml +++ b/Project.toml @@ -52,7 +52,7 @@ TrixiMakieExt = "Makie" [compat] CodeTracking = "1.0.5" ConstructionBase = "1.3" -DiffEqCallbacks = "2.31" +DiffEqCallbacks = "2.25" EllipsisNotation = "1.0" FillArrays = "1.6" ForwardDiff = "0.10.24" From 9d108836fbf1ec957a31c08132f5c5b4cb0589a5 Mon Sep 17 00:00:00 2001 From: Hendrik Ranocha Date: Wed, 13 Dec 2023 07:58:54 +0100 Subject: [PATCH 29/42] Revert "bump lower compat bound of FillArrays.jl" This reverts commit d050617fafd505e24949942bd05375a265d93643. --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 88a24a94cbf..3e7c9708698 100644 --- a/Project.toml +++ b/Project.toml @@ -54,7 +54,7 @@ CodeTracking = "1.0.5" ConstructionBase = "1.3" DiffEqCallbacks = "2.25" EllipsisNotation = "1.0" -FillArrays = "1.6" +FillArrays = "1" ForwardDiff = "0.10.24" HDF5 = "0.17" IfElse = "0.1" From ce4cb3d9169d3a74b06d8b93a5d4cfd0728c81c7 Mon Sep 17 00:00:00 2001 From: Hendrik Ranocha Date: Wed, 13 Dec 2023 07:58:55 +0100 Subject: [PATCH 30/42] Revert "bump lower compat bound of SummationByPartsOperators.jl" This reverts commit 8b6ff3bdba140eb4e18578e54cec441e19d2a261. --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 3e7c9708698..be919ef14ff 100644 --- a/Project.toml +++ b/Project.toml @@ -83,7 +83,7 @@ StaticArrayInterface = "1.4" StaticArrays = "1" StrideArrays = "0.1.24" StructArrays = "0.6" -SummationByPartsOperators = "0.5.50" +SummationByPartsOperators = "0.5.41" T8code = "0.4.3" TimerOutputs = "0.5.7" Triangulate = "2.2" From 84f374478977a37eb96d72393d71e75e412134e8 Mon Sep 17 00:00:00 2001 From: Hendrik Ranocha Date: Wed, 13 Dec 2023 07:58:55 +0100 Subject: [PATCH 31/42] Revert "Bumping SciMLBase lower bound (again)" This reverts commit 7ba45d853ed5dabcda172fc0fa7ffaf7ae999b7c. --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index be919ef14ff..5a30646770e 100644 --- a/Project.toml +++ b/Project.toml @@ -73,7 +73,7 @@ Printf = "1" RecipesBase = "1.1" Reexport = "1.0" Requires = "1.1" -SciMLBase = "2" +SciMLBase = "1.90, 2" Setfield = "1" SimpleUnPack = "1.1" SparseArrays = "1" From db70fa1f0b71e27218b7c5a13d63905fa187fc44 Mon Sep 17 00:00:00 2001 From: Hendrik Ranocha Date: Wed, 13 Dec 2023 07:58:56 +0100 Subject: [PATCH 32/42] Revert "reverting SciMLBase lower bound " This reverts commit c309b18ed75c1657af0d80b5ec2cd88b08af92dc. --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 5a30646770e..be919ef14ff 100644 --- a/Project.toml +++ b/Project.toml @@ -73,7 +73,7 @@ Printf = "1" RecipesBase = "1.1" Reexport = "1.0" Requires = "1.1" -SciMLBase = "1.90, 2" +SciMLBase = "2" Setfield = "1" SimpleUnPack = "1.1" SparseArrays = "1" From cdd6316e786092f6d4bddc82f9595bc5ca640914 Mon Sep 17 00:00:00 2001 From: Hendrik Ranocha Date: Wed, 13 Dec 2023 07:58:56 +0100 Subject: [PATCH 33/42] Revert "Bumping SciMLBase lower bound" This reverts commit ab725937bea67114306281920aedb0bf5315d0ba. --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index be919ef14ff..5a30646770e 100644 --- a/Project.toml +++ b/Project.toml @@ -73,7 +73,7 @@ Printf = "1" RecipesBase = "1.1" Reexport = "1.0" Requires = "1.1" -SciMLBase = "2" +SciMLBase = "1.90, 2" Setfield = "1" SimpleUnPack = "1.1" SparseArrays = "1" From c7eadba9f26b198ac31a4d2afe59ba7fb1c0cb44 Mon Sep 17 00:00:00 2001 From: Hendrik Ranocha Date: Wed, 13 Dec 2023 07:58:57 +0100 Subject: [PATCH 34/42] Revert "Removing FillArrays lower bound" This reverts commit c3ae96ad8812dff666b81efc8a3cb7c9ec31fd46. --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 5a30646770e..313da9b9065 100644 --- a/Project.toml +++ b/Project.toml @@ -54,7 +54,7 @@ CodeTracking = "1.0.5" ConstructionBase = "1.3" DiffEqCallbacks = "2.25" EllipsisNotation = "1.0" -FillArrays = "1" +FillArrays = "0.13.2, 1" ForwardDiff = "0.10.24" HDF5 = "0.17" IfElse = "0.1" From af14c00b375b4cfb741f052275cf0efa3268326c Mon Sep 17 00:00:00 2001 From: Hendrik Ranocha Date: Wed, 13 Dec 2023 08:04:34 +0100 Subject: [PATCH 35/42] bump lower compat bound of StructArrays.jl --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 313da9b9065..c3bd9b5df5f 100644 --- a/Project.toml +++ b/Project.toml @@ -82,7 +82,7 @@ Static = "0.8.4" StaticArrayInterface = "1.4" StaticArrays = "1" StrideArrays = "0.1.24" -StructArrays = "0.6" +StructArrays = "0.6.9" SummationByPartsOperators = "0.5.41" T8code = "0.4.3" TimerOutputs = "0.5.7" From d9d9fb1c6cf71351cd28b65da64303dbb8506fcd Mon Sep 17 00:00:00 2001 From: Hendrik Ranocha Date: Wed, 13 Dec 2023 08:06:18 +0100 Subject: [PATCH 36/42] bump lower compat bound of StructArrays.jl --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index c3bd9b5df5f..5b3314a2c0d 100644 --- a/Project.toml +++ b/Project.toml @@ -82,7 +82,7 @@ Static = "0.8.4" StaticArrayInterface = "1.4" StaticArrays = "1" StrideArrays = "0.1.24" -StructArrays = "0.6.9" +StructArrays = "0.6.11" SummationByPartsOperators = "0.5.41" T8code = "0.4.3" TimerOutputs = "0.5.7" From 588c3fa9798bee1a4fc588b8deb94c021d19e919 Mon Sep 17 00:00:00 2001 From: Hendrik Ranocha Date: Wed, 13 Dec 2023 08:13:22 +0100 Subject: [PATCH 37/42] bump lower compat bound of Static.jl --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 5b3314a2c0d..6e54a3367a9 100644 --- a/Project.toml +++ b/Project.toml @@ -78,7 +78,7 @@ Setfield = "1" SimpleUnPack = "1.1" SparseArrays = "1" StartUpDG = "0.17.7" -Static = "0.8.4" +Static = "0.8.7" StaticArrayInterface = "1.4" StaticArrays = "1" StrideArrays = "0.1.24" From 8d54a46300ccbf30d453b051c462af66d30a16b1 Mon Sep 17 00:00:00 2001 From: Hendrik Ranocha Date: Wed, 13 Dec 2023 14:12:57 +0100 Subject: [PATCH 38/42] bump lower compat bound of StructArrays.jl --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 6cae51234be..88cec534bd0 100644 --- a/Project.toml +++ b/Project.toml @@ -82,7 +82,7 @@ Static = "0.8.7" StaticArrayInterface = "1.4" StaticArrays = "1" StrideArrays = "0.1.24" -StructArrays = "0.6.11" +StructArrays = "0.6.12" SummationByPartsOperators = "0.5.41" T8code = "0.4.3" TimerOutputs = "0.5.7" From 41b56058952496a2cf654bf27d7ec339a32612cf Mon Sep 17 00:00:00 2001 From: Hendrik Ranocha Date: Wed, 13 Dec 2023 14:17:56 +0100 Subject: [PATCH 39/42] bump lower compat bound of StructArrays.jl --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 88cec534bd0..a2ff4c12d3c 100644 --- a/Project.toml +++ b/Project.toml @@ -82,7 +82,7 @@ Static = "0.8.7" StaticArrayInterface = "1.4" StaticArrays = "1" StrideArrays = "0.1.24" -StructArrays = "0.6.12" +StructArrays = "0.6.13" SummationByPartsOperators = "0.5.41" T8code = "0.4.3" TimerOutputs = "0.5.7" From 28cd8dc798e08737ac59d349e23482a45f06ba50 Mon Sep 17 00:00:00 2001 From: Hendrik Ranocha Date: Wed, 13 Dec 2023 14:24:38 +0100 Subject: [PATCH 40/42] Revert "bump lower compat bound of StructArrays.jl" This reverts commit 41b56058952496a2cf654bf27d7ec339a32612cf. --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index a2ff4c12d3c..88cec534bd0 100644 --- a/Project.toml +++ b/Project.toml @@ -82,7 +82,7 @@ Static = "0.8.7" StaticArrayInterface = "1.4" StaticArrays = "1" StrideArrays = "0.1.24" -StructArrays = "0.6.13" +StructArrays = "0.6.12" SummationByPartsOperators = "0.5.41" T8code = "0.4.3" TimerOutputs = "0.5.7" From 43d8cc32452fff763eb04d5e2238c1f1948b1651 Mon Sep 17 00:00:00 2001 From: Hendrik Ranocha Date: Wed, 13 Dec 2023 14:24:39 +0100 Subject: [PATCH 41/42] Revert "bump lower compat bound of StructArrays.jl" This reverts commit 8d54a46300ccbf30d453b051c462af66d30a16b1. --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 88cec534bd0..6cae51234be 100644 --- a/Project.toml +++ b/Project.toml @@ -82,7 +82,7 @@ Static = "0.8.7" StaticArrayInterface = "1.4" StaticArrays = "1" StrideArrays = "0.1.24" -StructArrays = "0.6.12" +StructArrays = "0.6.11" SummationByPartsOperators = "0.5.41" T8code = "0.4.3" TimerOutputs = "0.5.7" From 0cf4b0ef89055ad07ccfb953d15eb63e1528da32 Mon Sep 17 00:00:00 2001 From: Hendrik Ranocha Date: Thu, 14 Dec 2023 12:23:47 +0100 Subject: [PATCH 42/42] bump lower compat bound of StaticArrays.jl --- Project.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Project.toml b/Project.toml index 6cae51234be..86cb6f7a8d4 100644 --- a/Project.toml +++ b/Project.toml @@ -80,7 +80,7 @@ SparseArrays = "1" StartUpDG = "0.17.7" Static = "0.8.7" StaticArrayInterface = "1.4" -StaticArrays = "1" +StaticArrays = "1.5" StrideArrays = "0.1.24" StructArrays = "0.6.11" SummationByPartsOperators = "0.5.41"