Skip to content

Bump the all-julia-dependencies group across 2 directories with 3 updates - #311

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/julia/LibTrixi.jl/all-julia-dependencies-2265e595b6
Open

dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/julia/LibTrixi.jl/all-julia-dependencies-2265e595b6

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Sep 21, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on Trixi, Pkg and Test to permit the latest version.
Updates Trixi to 0.17.8

Release notes

Sourced from Trixi's releases.

v0.17.8

Trixi v0.17.8

Diff since v0.17.7

Merged pull requests:

Closed issues:

  • Remove the hotfix for OrdinaryDiffEqBDF.jl (#3245)
Changelog

Sourced from Trixi's changelog.

Changelog

Trixi.jl follows the interpretation of semantic versioning (semver) used in the Julia ecosystem. Notable changes will be documented in this file for human readability.

Changes in the v0.17 lifecycle

Added

  • Contour plotting using Makie.jl is now supported for PlotData2DCartesian data (#3238).
  • TimerOutputs.jl v1 is now supported in addition to v0.5 (#3172). When TimerOutputs.jl v1 is used, the new preference Trixi.set_timer_bars! toggles the bars visualizing the fraction of time and allocations spent in each section of the timer output of the SummaryCallback. The bars are disabled by default.
  • TreeMesh and UnstructuredMesh2D now support flux-differencing volume kernel with FDSBP operators for conservative hyperbolic systems (#3187).
  • The low-order FV scheme of VolumeIntegralSubcellLimiting can now be customized via volume_integral_low_order. It defaults to the first-order subcell finite volume scheme, while VolumeIntegralPureLGLFiniteVolumeO2 enables a second-order alternative (#3185).
  • PlotData2D now visualizes finite volume data on a TreeMesh (polydeg = 0 DGSEM, or BlockFV) as distinct cells instead of interpolating between neighboring cell values, for both Plots.jl and Makie.jl (#3150).
  • The GPU kernel of VolumeIntegralFluxDifferencing on P4estMesh{3}/T8codeMesh{3} can now be chosen via the new keyword argument flux_differencing_kernel of semidiscretize, either HalfSweep() (default), FullSweep(), or FullSweepGlobal (#3206).

Changed

  • The diffusive eigenvalue estimate (max_diffusivity) for the Navier-Stokes equations has changed (#3192). The new estimate for the heat conduction eigenvalue does not involve the term 1/(gamma - 1). Thus, the cfl_parabolic might need to be reduced by this factor, which is for gamma = 1.4 a reduction factor of 2.5.

Changes when updating to v0.17 from v0.16.x

Changed

  • The NonConservativeJump terms now require normal_direction_ll and normal_direction_rr as function arguments instead of the previous averaged normal_direction (#2890). This is necessary because the averaged normal_direction did not yield a consistent jump term.
  • Renamed the hyperbolic right-hand side function rhs! to rhs_hyperbolic! at the semidiscretization and solver levels for consistency with rhs_parabolic! (#2921). The internal default_rhs helper now rejects SemidiscretizationHyperbolicParabolic, which has separate hyperbolic and parabolic right-hand sides and thus lacks a single default right-hand side function.
  • The internal ODE right-hand side functions such as rhs_hyperbolic! and

... (truncated)

Commits
  • feb8216 set version to v0.17.8
  • b6ce784 Add Makie contour plots for PlotData2DCartesian (#3238)
  • 1a222f0 Thread parallel time update for custom SSP method (#3221)
  • 3633b77 Remove Juno from editor recommendations (#3249)
  • b5e9b1f Remove hotfix for OrdinaryDiffEqBDF.jl (#3246)
  • a7070a2 hotfix: restrict compat bound of OrdinaryDiffEqBDF to fix CI (#3244)
  • 14f78e2 set Julia compats also in test/Project.toml and docs/Project.toml (#3243)
  • aa2b3e4 set development version to v0.17.8-DEV
  • 9b2c362 set version to v0.17.7
  • cf55cbb clean up 3D GPU comments a bit (#3236)
  • Additional commits viewable in compare view

Updates Pkg to
Updates Trixi to 0.17.8

Release notes

Sourced from Trixi's releases.

v0.17.8

Trixi v0.17.8

Diff since v0.17.7

Merged pull requests:

Closed issues:

  • Remove the hotfix for OrdinaryDiffEqBDF.jl (#3245)
Changelog

Sourced from Trixi's changelog.

Changelog

Trixi.jl follows the interpretation of semantic versioning (semver) used in the Julia ecosystem. Notable changes will be documented in this file for human readability.

Changes in the v0.17 lifecycle

Added

  • Contour plotting using Makie.jl is now supported for PlotData2DCartesian data (#3238).
  • TimerOutputs.jl v1 is now supported in addition to v0.5 (#3172). When TimerOutputs.jl v1 is used, the new preference Trixi.set_timer_bars! toggles the bars visualizing the fraction of time and allocations spent in each section of the timer output of the SummaryCallback. The bars are disabled by default.
  • TreeMesh and UnstructuredMesh2D now support flux-differencing volume kernel with FDSBP operators for conservative hyperbolic systems (#3187).
  • The low-order FV scheme of VolumeIntegralSubcellLimiting can now be customized via volume_integral_low_order. It defaults to the first-order subcell finite volume scheme, while VolumeIntegralPureLGLFiniteVolumeO2 enables a second-order alternative (#3185).
  • PlotData2D now visualizes finite volume data on a TreeMesh (polydeg = 0 DGSEM, or BlockFV) as distinct cells instead of interpolating between neighboring cell values, for both Plots.jl and Makie.jl (#3150).
  • The GPU kernel of VolumeIntegralFluxDifferencing on P4estMesh{3}/T8codeMesh{3} can now be chosen via the new keyword argument flux_differencing_kernel of semidiscretize, either HalfSweep() (default), FullSweep(), or FullSweepGlobal (#3206).

Changed

  • The diffusive eigenvalue estimate (max_diffusivity) for the Navier-Stokes equations has changed (#3192). The new estimate for the heat conduction eigenvalue does not involve the term 1/(gamma - 1). Thus, the cfl_parabolic might need to be reduced by this factor, which is for gamma = 1.4 a reduction factor of 2.5.

Changes when updating to v0.17 from v0.16.x

Changed

  • The NonConservativeJump terms now require normal_direction_ll and normal_direction_rr as function arguments instead of the previous averaged normal_direction (#2890). This is necessary because the averaged normal_direction did not yield a consistent jump term.
  • Renamed the hyperbolic right-hand side function rhs! to rhs_hyperbolic! at the semidiscretization and solver levels for consistency with rhs_parabolic! (#2921). The internal default_rhs helper now rejects SemidiscretizationHyperbolicParabolic, which has separate hyperbolic and parabolic right-hand sides and thus lacks a single default right-hand side function.
  • The internal ODE right-hand side functions such as rhs_hyperbolic! and

... (truncated)

Commits
  • feb8216 set version to v0.17.8
  • b6ce784 Add Makie contour plots for PlotData2DCartesian (#3238)
  • 1a222f0 Thread parallel time update for custom SSP method (#3221)
  • 3633b77 Remove Juno from editor recommendations (#3249)
  • b5e9b1f Remove hotfix for OrdinaryDiffEqBDF.jl (#3246)
  • a7070a2 hotfix: restrict compat bound of OrdinaryDiffEqBDF to fix CI (#3244)
  • 14f78e2 set Julia compats also in test/Project.toml and docs/Project.toml (#3243)
  • aa2b3e4 set development version to v0.17.8-DEV
  • 9b2c362 set version to v0.17.7
  • cf55cbb clean up 3D GPU comments a bit (#3236)
  • Additional commits viewable in compare view

Updates Test to

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…ates

Updates the requirements on [Trixi](https://github.com/trixi-framework/Trixi.jl), Pkg and Test to permit the latest version.

Updates `Trixi` to 0.17.8
- [Release notes](https://github.com/trixi-framework/Trixi.jl/releases)
- [Changelog](https://github.com/trixi-framework/Trixi.jl/blob/main/NEWS.md)
- [Commits](trixi-framework/Trixi.jl@v0.16.10...v0.17.8)

Updates `Pkg` to 

Updates `Trixi` to 0.17.8
- [Release notes](https://github.com/trixi-framework/Trixi.jl/releases)
- [Changelog](https://github.com/trixi-framework/Trixi.jl/blob/main/NEWS.md)
- [Commits](trixi-framework/Trixi.jl@v0.16.10...v0.17.8)

Updates `Test` to 

---
updated-dependencies:
- dependency-name: Trixi
  dependency-version: 0.17.8
  dependency-type: direct:production
  dependency-group: all-julia-dependencies
- dependency-name: Pkg
  dependency-version:
  dependency-type: direct:production
  dependency-group: all-julia-dependencies
- dependency-name: Trixi
  dependency-version: 0.17.8
  dependency-type: direct:production
  dependency-group: all-julia-dependencies
- dependency-name: Test
  dependency-version:
  dependency-type: direct:production
  dependency-group: all-julia-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file julia Pull requests that update julia code labels Sep 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file julia Pull requests that update julia code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants