Skip to content

CompatHelper: bump compat for DiffEqBase to 7, (keep existing compat)#294

Closed
github-actions[bot] wants to merge 1 commit intomainfrom
compathelper/new_version/2026-04-22-00-54-51-727-00087685963
Closed

CompatHelper: bump compat for DiffEqBase to 7, (keep existing compat)#294
github-actions[bot] wants to merge 1 commit intomainfrom
compathelper/new_version/2026-04-22-00-54-51-727-00087685963

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

This pull request changes the compat entry for the DiffEqBase package from 6.160 to 6.160, 7.
This keeps the compat entries for earlier versions.

Note: I have not tested your package with this new compat entry.
It is your responsibility to make sure that your package tests pass before you merge this pull request.

@JoshuaLampert JoshuaLampert force-pushed the compathelper/new_version/2026-04-22-00-54-51-727-00087685963 branch from 7002f16 to 26985f8 Compare April 22, 2026 00:54
@codecov-commenter
Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@github-actions
Copy link
Copy Markdown
Contributor Author

Benchmark Results (Julia v1.10)

Time benchmarks
main 26985f8... main / 26985f8...
bbm_1d/bbm_1d_basic.jl - rhs!: 13.9 ± 0.32 μs 13.9 ± 0.51 μs 1 ± 0.043
bbm_1d/bbm_1d_fourier.jl - rhs!: 0.237 ± 0.023 ms 0.215 ± 0.0097 ms 1.1 ± 0.12
bbm_bbm_1d/bbm_bbm_1d_basic_reflecting.jl - rhs!: 0.0806 ± 0.00024 ms 0.0806 ± 0.00024 ms 1 ± 0.0042
bbm_bbm_1d/bbm_bbm_1d_dg.jl - rhs!: 0.0345 ± 0.0031 ms 0.0346 ± 0.0032 ms 0.997 ± 0.13
bbm_bbm_1d/bbm_bbm_1d_relaxation.jl - rhs!: 27.3 ± 0.52 μs 27.4 ± 2.9 μs 0.997 ± 0.11
bbm_bbm_1d/bbm_bbm_1d_upwind_relaxation.jl - rhs!: 0.0489 ± 0.00081 ms 0.049 ± 0.003 ms 0.997 ± 0.064
hyperbolic_serre_green_naghdi_1d/hyperbolic_serre_green_naghdi_dingemans.jl - rhs!: 4.13 ± 0.031 μs 4.18 ± 0.03 μs 0.988 ± 0.01
kdv_1d/kdv_1d_basic.jl - rhs!: 1.41 ± 0.011 μs 1.42 ± 0.01 μs 0.994 ± 0.01
kdv_1d/kdv_1d_implicit.jl - rhs!: 1.42 ± 0.011 μs 1.37 ± 0.011 μs 1.04 ± 0.012
serre_green_naghdi_1d/serre_green_naghdi_well_balanced.jl - rhs!: 0.201 ± 0.0092 ms 0.199 ± 0.0085 ms 1.01 ± 0.063
svaerd_kalisch_1d/svaerd_kalisch_1d_dingemans_relaxation.jl - rhs!: 0.147 ± 0.0046 ms 0.147 ± 0.0044 ms 1 ± 0.043
time_to_load 2.36 ± 0.087 s 2.34 ± 0.016 s 1.01 ± 0.038
Memory benchmarks
main 26985f8... main / 26985f8...
bbm_1d/bbm_1d_basic.jl - rhs!: 1 allocs: 4.12 kB 1 allocs: 4.12 kB 1
bbm_1d/bbm_1d_fourier.jl - rhs!: 1 allocs: 4.12 kB 1 allocs: 4.12 kB 1
bbm_bbm_1d/bbm_bbm_1d_basic_reflecting.jl - rhs!: 5 allocs: 1.17 kB 5 allocs: 1.17 kB 1
bbm_bbm_1d/bbm_bbm_1d_dg.jl - rhs!: 10 allocs: 8.62 kB 10 allocs: 8.62 kB 1
bbm_bbm_1d/bbm_bbm_1d_relaxation.jl - rhs!: 2 allocs: 8.25 kB 2 allocs: 8.25 kB 1
bbm_bbm_1d/bbm_bbm_1d_upwind_relaxation.jl - rhs!: 2 allocs: 8.25 kB 2 allocs: 8.25 kB 1
hyperbolic_serre_green_naghdi_1d/hyperbolic_serre_green_naghdi_dingemans.jl - rhs!: 0 allocs: 0 B 0 allocs: 0 B
kdv_1d/kdv_1d_basic.jl - rhs!: 0 allocs: 0 B 0 allocs: 0 B
kdv_1d/kdv_1d_implicit.jl - rhs!: 0 allocs: 0 B 0 allocs: 0 B
serre_green_naghdi_1d/serre_green_naghdi_well_balanced.jl - rhs!: 0.075 k allocs: 0.66 MB 0.075 k allocs: 0.66 MB 1
svaerd_kalisch_1d/svaerd_kalisch_1d_dingemans_relaxation.jl - rhs!: 0.042 k allocs: 0.315 MB 0.042 k allocs: 0.315 MB 1
time_to_load 0.153 k allocs: 14.5 kB 0.153 k allocs: 14.5 kB 1

@coveralls
Copy link
Copy Markdown
Collaborator

Coverage Report for CI Build 24754408185

Coverage remained the same at 98.483%

Details

  • Coverage remained the same as the base build.
  • Patch coverage: No coverable lines changed in this PR.
  • No coverage regressions found.

Uncovered Changes

No uncovered changes found.

Coverage Regressions

No coverage regressions found.


Coverage Stats

Coverage Status
Relevant Lines: 2571
Covered Lines: 2532
Line Coverage: 98.48%
Coverage Strength: 8186047.8 hits per line

💛 - Coveralls

Copy link
Copy Markdown
Member

@JoshuaLampert JoshuaLampert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be done in #291.

@ranocha ranocha closed this in #291 May 1, 2026
@ranocha ranocha deleted the compathelper/new_version/2026-04-22-00-54-51-727-00087685963 branch May 1, 2026 04:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants