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

remove restriction of DiffEqBase.jl (used as hotfix) #2264

Merged
merged 42 commits into from
Feb 7, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
42 commits
Select commit Hold shift + click to select a range
bb359cd
remove restriction of DiffEqBase.jl (used as hotfix)
ranocha Feb 7, 2025
7ca0e1f
ODE_DEFAULT_NORM moved
ranocha Feb 7, 2025
74a9443
use ADTypes
ranocha Feb 7, 2025
b6b507d
fix another depwarn
ranocha Feb 7, 2025
a719514
bump DiffEqCallbacks
ranocha Feb 7, 2025
9b4763f
format
ranocha Feb 7, 2025
286e786
allow older version of ADTypes
ranocha Feb 7, 2025
ac03d56
Update test/Project.toml
ranocha Feb 7, 2025
f445dba
Merge branch 'main' into hr/update_DiffEq
JoshuaLampert Feb 7, 2025
a750d7d
restrict to ADTypes v1
ranocha Feb 7, 2025
bbb8cd4
bump ADTypes for NonlinearSolve.jl
ranocha Feb 7, 2025
c4446ac
fix compat bounds for Downgrade action
JoshuaLampert Feb 7, 2025
c4f5279
fix Aqua.jl issue
JoshuaLampert Feb 7, 2025
b454473
add DiffEqBase extension to fix callback issues with custom integrators
ranocha Feb 7, 2025
a76946a
ignore several run folders
ranocha Feb 7, 2025
d79b2d3
sort alphabetically
ranocha Feb 7, 2025
a9a2964
format
ranocha Feb 7, 2025
17f5abe
import fix
ranocha Feb 7, 2025
d74506f
allow v3 of DiffEqCallbacks
ranocha Feb 7, 2025
8805345
require Static.jl v1 for DiffEqBase.jl v6.154 (required for new DiffE…
ranocha Feb 7, 2025
dae8491
require StaticArrayInterface 1.5.1 for Static.jl v1
ranocha Feb 7, 2025
2c11e00
fix Aqua tests
JoshuaLampert Feb 7, 2025
12cd9f6
Merge branch 'hr/update_DiffEq' of https://github.com/trixi-framework…
JoshuaLampert Feb 7, 2025
599e1d4
fix test values
JoshuaLampert Feb 7, 2025
3760a8e
fix restart_file
JoshuaLampert Feb 7, 2025
19e1911
require Octavian.jl v0.3.28 for Static.jl
ranocha Feb 7, 2025
f407ec1
require LoopVectorization.jl v0.12.171 for Static.jl
JoshuaLampert Feb 7, 2025
da96488
require StrideArrays.jl v0.1.29 for Static.jl
JoshuaLampert Feb 7, 2025
d2f1587
require Polyester.jl v0.7.15 for Static.jl
JoshuaLampert Feb 7, 2025
1f08a5c
fix typo
ranocha Feb 7, 2025
7dba3cd
require OrdinaryDiffEq.jl v6.88 for FastBroadcast.jl version required…
ranocha Feb 7, 2025
a9b2c8c
Merge branch 'main' into hr/update_DiffEq
JoshuaLampert Feb 7, 2025
4c75667
require Polyester.jl v0.7.16 for OrdinaryDiffEqPRK.jl
JoshuaLampert Feb 7, 2025
b844ee5
require MuladdMacro v0.2.4 for OrdinaryDiffEqPRK.jl
JoshuaLampert Feb 7, 2025
832dd8d
require Static.jl v1.1.1 for OrdinaryDiffEqHighOrderRK.jl
JoshuaLampert Feb 7, 2025
2fa1327
require ADTypes.jl v1.7.1 for OrdinaryDiffEqNonlinearSolve.jl
JoshuaLampert Feb 7, 2025
eb3d778
fix documentation about PERK methods
JoshuaLampert Feb 7, 2025
b48479d
fix some more test values and tolerances
JoshuaLampert Feb 7, 2025
d0b6f1f
remove extras that are not required anymore since Julia v1.9
ranocha Feb 7, 2025
dd81e82
make DiffEqBase a regular dep instead of a weakdep
ranocha Feb 7, 2025
624c932
format
ranocha Feb 7, 2025
4a682ff
add NLsolve to docs/Project.toml
JoshuaLampert Feb 7, 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
2 changes: 1 addition & 1 deletion .github/workflows/Downgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- uses: julia-actions/cache@v2
- uses: julia-actions/julia-downgrade-compat@v1
with:
skip: LinearAlgebra,Printf,SparseArrays,UUIDs,DiffEqBase,DelimitedFiles,Test,Downloads,Random
skip: LinearAlgebra,Printf,SparseArrays,UUIDs,DelimitedFiles,Test,Downloads,Random
projects: ., test
- uses: julia-actions/julia-buildpkg@v1
env:
Expand Down
2 changes: 0 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ CodeTracking = "da1fd8a2-8d9e-5ec2-8556-3022fb5608a2"
ConstructionBase = "187b0558-2788-49d3-abe0-74a17ed4e7c9"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
DelimitedFiles = "8bb1440f-4735-579b-a4ab-409b98df4dab"
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
DiffEqCallbacks = "459566f4-90b8-5000-8ac3-15dfb0a30def"
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
EllipsisNotation = "da5c29d0-fa7d-589e-88eb-ea29b0a81949"
Expand Down Expand Up @@ -69,7 +68,6 @@ ConstructionBase = "1.5"
Convex = "0.16"
DataStructures = "0.18.15"
DelimitedFiles = "1"
DiffEqBase = "6 - 6.143"
DiffEqCallbacks = "2.35"
Downloads = "1.6"
ECOS = "1.1.2"
Expand Down
Loading