Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update RecursiveArrayTools.jl compatibility to version 3 #2194

Open
wants to merge 26 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
abc6be4
Upgrade
huiyuxie Dec 8, 2024
edeb119
Project.toml
huiyuxie Dec 8, 2024
7e13e11
Change CI
huiyuxie Dec 8, 2024
4f40843
Fix
huiyuxie Dec 8, 2024
a8ed008
Update Julia
huiyuxie Dec 8, 2024
2f78d56
Update SciMLBase
huiyuxie Dec 8, 2024
63d73a3
Update Makie
huiyuxie Dec 8, 2024
21a241d
Update Makie
huiyuxie Dec 8, 2024
8664da2
Update CairoMakie
huiyuxie Dec 8, 2024
41c6ba5
Merge branch 'main' into callback
huiyuxie Dec 10, 2024
e2ed514
Fix
huiyuxie Dec 11, 2024
876c33e
Merge branch 'main' into callback
huiyuxie Dec 11, 2024
c9783b5
Merge branch 'callback' of https://github.com/huiyuxie/Trixi.jl into …
huiyuxie Dec 11, 2024
be6feae
Fix
huiyuxie Dec 12, 2024
0292601
Fix
huiyuxie Dec 12, 2024
85a33ab
Merge branch 'main' into callback
JoshuaLampert Jan 7, 2025
902ebaa
Merge branch 'main' into callback
huiyuxie Jan 8, 2025
7f513c1
Merge branch 'main' into callback
ranocha Jan 9, 2025
dcfb6b8
update CairoMakie compat bound for docs
ranocha Jan 9, 2025
bfb70a3
Update RecursiveArrayTools compat
ranocha Jan 9, 2025
5182a75
bump SummationByPartsOperators compat bound for downgrade CI
ranocha Jan 9, 2025
35b54ae
bump DiffEqCallbacks compat bound for Downgrade CI
ranocha Jan 9, 2025
7f6e64a
bump StartUpDG compat bound for Downgrade CI
ranocha Jan 9, 2025
382d9c1
bump Accessors compat bound for Downgrade CI
ranocha Jan 9, 2025
6c7c7b8
bump ConstructionsBase compat bound for Downgrade CI
ranocha Jan 9, 2025
f530dd9
bump PrecompileTools compat bound for Downgrade CI
ranocha Jan 9, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 9 additions & 9 deletions Project.toml
huiyuxie marked this conversation as resolved.
Show resolved Hide resolved
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,14 @@ TrixiMakieExt = "Makie"
TrixiNLsolveExt = "NLsolve"

[compat]
Accessors = "0.1.12"
Accessors = "0.1.36"
CodeTracking = "1.0.5"
ConstructionBase = "1.3"
ConstructionBase = "1.5"
Convex = "0.16"
DataStructures = "0.18.15"
DelimitedFiles = "1"
DiffEqBase = "6 - 6.143"
DiffEqCallbacks = "2.25"
DiffEqCallbacks = "2.35"
Downloads = "1.6"
ECOS = "1.1.2"
EllipsisNotation = "1.0"
Expand All @@ -83,31 +83,31 @@ LinearAlgebra = "1"
LinearMaps = "2.7, 3.0"
LoopVectorization = "0.12.151"
MPI = "0.20.6"
Makie = "0.19, 0.20"
Makie = "0.21"
huiyuxie marked this conversation as resolved.
Show resolved Hide resolved
MuladdMacro = "0.2.2"
NLsolve = "4.5.1"
Octavian = "0.3.21"
OffsetArrays = "1.12"
P4est = "0.4.12"
Polyester = "0.7.10"
PrecompileTools = "1.1"
PrecompileTools = "1.2"
Preferences = "1.3"
Printf = "1"
RecipesBase = "1.1"
RecursiveArrayTools = "2.38.10"
RecursiveArrayTools = "3.27.1"
Reexport = "1.0"
Requires = "1.1"
SciMLBase = "1.90, 2"
SciMLBase = "2.67.0"
SimpleUnPack = "1.1"
SparseArrays = "1"
StableRNGs = "1.0.2"
StartUpDG = "0.17.7, 1.1.5"
StartUpDG = "1.1.5"
Static = "0.8.7"
StaticArrayInterface = "1.4"
StaticArrays = "1.5"
StrideArrays = "0.1.26"
StructArrays = "0.6.11"
SummationByPartsOperators = "0.5.41"
SummationByPartsOperators = "0.5.52"
T8code = "0.7.4"
TimerOutputs = "0.5.7"
Triangulate = "2.2"
Expand Down
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Trixi2Vtk = "bc1476a1-1ca6-4cc3-950b-c312b255ff95"
TrixiBase = "9a0f1c46-06d5-4909-a5a3-ce25d3fa3284"

[compat]
CairoMakie = "0.6, 0.7, 0.8, 0.9, 0.10, 0.11"
CairoMakie = "0.12"
Changelog = "1.1"
Convex = "0.16"
Documenter = "1"
Expand Down
24 changes: 16 additions & 8 deletions src/auxiliary/precompile.jl
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,8 @@ function _precompile_manual_()
@assert Base.precompile(Tuple{DiscreteCallback{typeof(Trixi.summary_callback),
typeof(Trixi.summary_callback),
typeof(Trixi.initialize_summary_callback),
typeof(SciMLBase.FINALIZE_DEFAULT)}})
typeof(SciMLBase.FINALIZE_DEFAULT),
typeof(nothing)}})
@assert Base.precompile(Tuple{typeof(summary_box), Base.TTY, String,
Vector{Pair{String, Any}}})
# TODO: AMRCallback, ControllerThreeLevel, indicators
Expand Down Expand Up @@ -523,7 +524,8 @@ function _precompile_manual_()
summary_callback_type = DiscreteCallback{typeof(Trixi.summary_callback),
typeof(Trixi.summary_callback),
typeof(Trixi.initialize_summary_callback),
typeof(SciMLBase.FINALIZE_DEFAULT)}
typeof(SciMLBase.FINALIZE_DEFAULT),
typeof(nothing)}
@assert Base.precompile(Tuple{typeof(show), Base.TTY, summary_callback_type})
@assert Base.precompile(Tuple{typeof(show), IOContext{Base.TTY}, MIME"text/plain",
summary_callback_type})
Expand All @@ -533,14 +535,16 @@ function _precompile_manual_()

alive_callback_type = DiscreteCallback{AliveCallback, AliveCallback,
typeof(Trixi.initialize!),
typeof(SciMLBase.FINALIZE_DEFAULT)}
typeof(SciMLBase.FINALIZE_DEFAULT),
typeof(nothing)}
@assert Base.precompile(Tuple{typeof(show), Base.TTY, alive_callback_type})
@assert Base.precompile(Tuple{typeof(show), IOContext{Base.TTY}, MIME"text/plain",
alive_callback_type})

restart_callback_type = DiscreteCallback{SaveRestartCallback, SaveRestartCallback,
typeof(Trixi.initialize!),
typeof(SciMLBase.FINALIZE_DEFAULT)}
typeof(SciMLBase.FINALIZE_DEFAULT),
typeof(nothing)}
@assert Base.precompile(Tuple{typeof(show), Base.TTY, restart_callback_type})
@assert Base.precompile(Tuple{typeof(show), IOContext{Base.TTY}, MIME"text/plain",
restart_callback_type})
Expand All @@ -549,7 +553,8 @@ function _precompile_manual_()
save_solution_callback_type = DiscreteCallback{SaveSolutionCallback{typeof(solution_variables)},
SaveSolutionCallback{typeof(solution_variables)},
typeof(Trixi.initialize!),
typeof(SciMLBase.FINALIZE_DEFAULT)}
typeof(SciMLBase.FINALIZE_DEFAULT),
typeof(nothing)}
@assert Base.precompile(Tuple{typeof(show), Base.TTY,
save_solution_callback_type})
@assert Base.precompile(Tuple{typeof(show), IOContext{Base.TTY},
Expand All @@ -561,23 +566,26 @@ function _precompile_manual_()
stepsize_callback_type = DiscreteCallback{StepsizeCallback{RealT},
StepsizeCallback{RealT},
typeof(Trixi.initialize!),
typeof(SciMLBase.FINALIZE_DEFAULT)}
typeof(SciMLBase.FINALIZE_DEFAULT),
typeof(nothing)}
@assert Base.precompile(Tuple{typeof(show), Base.TTY, stepsize_callback_type})
@assert Base.precompile(Tuple{typeof(show), IOContext{Base.TTY}, MIME"text/plain",
stepsize_callback_type})

glm_speed_callback_type = DiscreteCallback{GlmSpeedCallback{RealT},
GlmSpeedCallback{RealT},
typeof(Trixi.initialize!),
typeof(SciMLBase.FINALIZE_DEFAULT)}
typeof(SciMLBase.FINALIZE_DEFAULT),
typeof(nothing)}
@assert Base.precompile(Tuple{typeof(show), Base.TTY, glm_speed_callback_type})
@assert Base.precompile(Tuple{typeof(show), IOContext{Base.TTY}, MIME"text/plain",
glm_speed_callback_type})

lbm_collision_callback_type = DiscreteCallback{typeof(Trixi.lbm_collision_callback),
typeof(Trixi.lbm_collision_callback),
typeof(Trixi.initialize!),
typeof(SciMLBase.FINALIZE_DEFAULT)}
typeof(SciMLBase.FINALIZE_DEFAULT),
typeof(nothing)}
@assert Base.precompile(Tuple{typeof(show), Base.TTY, lbm_collision_callback_type})
@assert Base.precompile(Tuple{typeof(show), IOContext{Base.TTY}, MIME"text/plain",
lbm_collision_callback_type})
Expand Down
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
Aqua = "0.8"
CairoMakie = "0.10"
CairoMakie = "0.12"
Convex = "0.16"
DelimitedFiles = "1"
DoubleFloats = "1.4.0"
Expand Down
Loading