Skip to content

Releases: trixi-framework/Trixi.jl

v0.11.1

28 Feb 16:31
Compare
Choose a tag to compare

Trixi v0.11.1

Diff since v0.11.0

Merged pull requests:

  • Implement collision source terms for multi-ion MHD (#2213) (@amrueda)
  • Add 3D multi-ion GLM-MHD equations for the TreeMesh solver (#2215) (@amrueda)
  • Add Winters et al matrix dissipation for 1D, 2D Euler (#2291) (@jlchan)
  • CompatHelper: add new compat entry for OrdinaryDiffEqFeagin at version 1 for package test, (keep existing compat) (#2296) (@github-actions[bot])
  • Correct doc string for T8codeMeshCubedSphere (#2297) (@benegee)
  • Add information about specializing routines (#2299) (@andrewwinters5000)

v0.11.0

20 Feb 09:56
Compare
Choose a tag to compare

Trixi v0.11.0

Diff since v0.10.2

The breaking changes are documented in the NEWS.md file in the repository and in the changelog in the documentation, see https://trixi-framework.github.io/Trixi.jl/stable/changelog/

Merged pull requests:

Closed issues:

  • Print summary_callback as finalizer (#1783)
  • Use ode_default_options more consistently in the elixirs (#2282)
  • Reexport CallbackSet? (#2290)

v0.10.2

17 Feb 11:14
Compare
Choose a tag to compare

Trixi v0.10.2

Diff since v0.10.1

Merged pull requests:

  • CompatHelper: bump compat for StructArrays to 0.7, (keep existing compat) (#2165) (@github-actions[bot])
  • Fix Base.show StructuredMesh (#2228) (@MarcoArtiano)
  • Add test for non-conservative boundary_condition_do_nothing (#2269) (@MarcoArtiano)
  • Add 1d version of flux_hllc with normal::AbstractVector (#2276) (@jlchan)
  • Comments for custom TimeIntegrator fields (#2277) (@DanielDoehring)
  • add documentation for new 1D plotting functionalities (#2280) (@JoshuaLampert)

Closed issues:

  • Speed up coverage tests (#970)
  • Add downstream tests for Trixi2Vtk (#1404)
  • AMRCallback non-deterministically slow with multiple threads on macOS ARM (#1463)
  • Properly document rhs! (#1518)
  • Finalize formatting (#1994)
  • Alternative to --check-bounds=no? (#2244)

v0.10.1

08 Feb 15:16
Compare
Choose a tag to compare

Trixi v0.10.1

Diff since v0.10.0

Merged pull requests:

  • fix plotting 1d function (#2271) (@JoshuaLampert)
  • CompatHelper: bump compat for Trixi to 0.10 for package benchmark, (keep existing compat) (#2272) (@github-actions[bot])

Closed issues:

v0.10.0

07 Feb 17:08
Compare
Choose a tag to compare

Trixi v0.10.0

Diff since v0.9.17

The breaking changes are documented in the NEWS.md file in the repository and in the changelog in the documentation, see https://trixi-framework.github.io/Trixi.jl/stable/changelog/

Merged pull requests:

Closed issues:

  • Switch to using flat Vectors for DGMulti (#1240)
  • Workaround for SciML dropping support of arrays of SVectors (#1789)
  • Not compatible with CUDA for Julia 1.11 (#2108)
  • Not compatible with Metal for Julia 1.11 (#2120)
  • Not compatible with AMDGPU for Julia 1.11 (#2121)
  • Trixi forcing downgrades when using Enzyme.jl, Zygote.jl, SciMLsensitivity.jl (#2157)
  • Inconsistency in boundary conditions for nonconservative terms (#2175)

v0.9.17

06 Feb 08:32
Compare
Choose a tag to compare

Trixi v0.9.17

Diff since v0.9.16

Merged pull requests:

Closed issues:

  • Ability to turn off re-inteprolation in plot recipes (#1527)
  • CI pipeline needs optimization (#2197)

v0.9.16

03 Feb 10:50
Compare
Choose a tag to compare

Trixi v0.9.16

Diff since v0.9.15

Merged pull requests:

v0.9.15

28 Jan 13:01
Compare
Choose a tag to compare

Trixi v0.9.15

Diff since v0.9.14

Merged pull requests:

Closed issues:

  • How do we make a non_conservative + parabolic equation (#2232)
  • FowardDiff.Dual problems crash when mesh over a specific size (#2241)

v0.9.14

15 Jan 07:52
Compare
Choose a tag to compare

Trixi v0.9.14

Diff since v0.9.13

Merged pull requests:

Closed issues:

  • Contour via Plots.jl are supported only for TreeMesh (#2229)

v0.9.13

08 Jan 05:09
Compare
Choose a tag to compare

Trixi v0.9.13

Diff since v0.9.12

Merged pull requests:

Closed issues:

  • Implementation of DGSEM solver settings through DGMulti (#2220)