Skip to content

Bump the all-julia-dependencies group across 2 directories with 1 update - #303

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

Bump the all-julia-dependencies group across 2 directories with 1 update#303
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/julia/LibTrixi.jl/all-julia-dependencies-5f76ceaf61

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown
Contributor

Updates the requirements on and Trixi to permit the latest version.
Updates Trixi to 0.17.5

Release notes

Sourced from Trixi's releases.

v0.17.5

Trixi v0.17.5

Diff since v0.17.4

Merged pull requests:

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

  • 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).

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 rhs_parabolic! now dispatch additionally on the backend type (#3113). The public interface rhs_hyperbolic!(du_ode, u_ode, semi, t) is unchanged.
  • Trixi.jl now uses t8code v4 through T8code.jl v0.9 (#2706). This results in some changes to the t8code API in examples and internally in Trixi.jl. Moreover, the T8codeMesh constructors gained the keyword argument partition_allow_for_coarsening, which keeps same-level sibling elements together during mesh partitioning to allow later coarsening.
  • The function cons2prim for CompressibleNavierStokesDiffusion has been changed (#3125).

... (truncated)

Commits
  • 1b06b14 set version to v0.17.5
  • b01dfeb fix save_solution_file for SemidiscretizationEulerGravity (#3217)
  • 63aa1cf Bump the all-julia-packages-except-p4est-t8code group across 3 directories wi...
  • 865c27f allow v0.2 of TrixiBase.jl (#3215)
  • 630c6ee Add per quadrature node and boundary GPU kernel (#3207)
  • a728afe set development version to v0.17.5-DEV
  • 3c4911a set version to v0.17.4
  • 1c1030c pass show_axis directly to Makie.LScene in iplot (#3204)
  • 70b1764 use tighter time integration tolerance (#3210)
  • f8c64f7 Speed-up newton computation for subcell limiting (#3179)
  • Additional commits viewable in compare view

Updates Trixi to 0.17.5

Release notes

Sourced from Trixi's releases.

v0.17.5

Trixi v0.17.5

Diff since v0.17.4

Merged pull requests:

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

  • 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).

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 rhs_parabolic! now dispatch additionally on the backend type (#3113). The public interface rhs_hyperbolic!(du_ode, u_ode, semi, t) is unchanged.
  • Trixi.jl now uses t8code v4 through T8code.jl v0.9 (#2706). This results in some changes to the t8code API in examples and internally in Trixi.jl. Moreover, the T8codeMesh constructors gained the keyword argument partition_allow_for_coarsening, which keeps same-level sibling elements together during mesh partitioning to allow later coarsening.
  • The function cons2prim for CompressibleNavierStokesDiffusion has been changed (#3125).

... (truncated)

Commits
  • 1b06b14 set version to v0.17.5
  • b01dfeb fix save_solution_file for SemidiscretizationEulerGravity (#3217)
  • 63aa1cf Bump the all-julia-packages-except-p4est-t8code group across 3 directories wi...
  • 865c27f allow v0.2 of TrixiBase.jl (#3215)
  • 630c6ee Add per quadrature node and boundary GPU kernel (#3207)
  • a728afe set development version to v0.17.5-DEV
  • 3c4911a set version to v0.17.4
  • 1c1030c pass show_axis directly to Makie.LScene in iplot (#3204)
  • 70b1764 use tighter time integration tolerance (#3210)
  • f8c64f7 Speed-up newton computation for subcell limiting (#3179)
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file julia Pull requests that update julia code labels Aug 3, 2026
Updates the requirements on  and [Trixi](https://github.com/trixi-framework/Trixi.jl) to permit the latest version.

Updates `Trixi` to 0.17.5
- [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.5)

Updates `Trixi` to 0.17.5
- [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.5)

---
updated-dependencies:
- dependency-name: Trixi
  dependency-version: 0.17.0
  dependency-type: direct:production
  dependency-group: all-julia-dependencies
- dependency-name: Trixi
  dependency-version: 0.17.0
  dependency-type: direct:production
  dependency-group: all-julia-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot
dependabot Bot force-pushed the dependabot/julia/LibTrixi.jl/all-julia-dependencies-5f76ceaf61 branch from 2d30c6d to 86b76e6 Compare September 3, 2026 00:25
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