Releases: trixi-framework/TrixiAtmo.jl
Releases · trixi-framework/TrixiAtmo.jl
Release list
v0.1.10
TrixiAtmo v0.1.10
Merged pull requests:
- Add arbitrary topography on
P4estMeshCubedSphere(#187) (@MarcoArtiano) - Cubed Sphere with column-wise domain partitioning for MPI (#195) (@amrueda)
- Bump crate-ci/typos from 1.46.3 to 1.47.0 in the all-github-actions group (#198) (@dependabot[bot])
v0.1.9
TrixiAtmo v0.1.9
Merged pull requests:
- Bump compat bounds to reflect current Trixi v0.16.10 state (#192) (@benegee)
- remove CompatHelper in favor of Dependebot (#193) (@ranocha)
- Bump crate-ci/typos from 1.46.0 to 1.46.3 in the all-github-actions group (#196) (@dependabot[bot])
- Adapt
calc_boundary_flux!andprolong2boundariesfor GPU kernels (#197) (@MarcoArtiano)
v0.1.8
TrixiAtmo v0.1.8
Merged pull requests:
- Add 2D compressible Euler with internal energy as prognostic variable (#172) (@MarcoArtiano)
- Bump the all-github-actions group with 3 updates (#174) (@dependabot[bot])
- Add tutorial docs scaffold for rising bubble case (#175) (@CaelonCragin)
- Dgmulti documentation and cleanup (#176) (@PhilBaa)
- Bump the all-github-actions group with 2 updates (#181) (@dependabot[bot])
- Update affiliation for Tristan Montoya (#182) (@tristanmontoya)
Closed issues:
v0.1.7
TrixiAtmo v0.1.7
This release has been identified as a backport.
Automated changelogs for backports tend to be wildly incorrect.
Therefore, the list of issues and pull requests is hidden.
v0.1.6
TrixiAtmo v0.1.6
Merged pull requests:
- Use mesh-specialized
eachelementto maintain compatibility with newDGMulticache structure (#160) (@tristanmontoya) - Update project version to 0.1.6 (#161) (@tristanmontoya)
Closed issues:
- Test of
elixir_tri_barotropic_instabilitybroken (#159)
v0.1.5
TrixiAtmo v0.1.5
Merged pull requests:
- Fix DGMulti covariant solver tests and add threaded test (#155) (@tristanmontoya)
- Remove assumption of
radius == EARTH_RADIUSin triangular icosahedral grid (#156) (@tristanmontoya) - Update project version from 0.1.5-DEV to 0.1.5 (#157) (@tristanmontoya)
Closed issues:
- Threading issue with DGMulti covariant solver (#152)
v0.1.4
TrixiAtmo v0.1.4
Merged pull requests:
- Allow more allocations in threaded test (#151) (@ranocha)
- Fix exports (#153) (@tristanmontoya)
- Use OrdinaryDiffEq subpackages in covariant DGMulti elixirs (#154) (@tristanmontoya)
Closed issues:
- Too many allocations in moist Euler test (#148)
v0.1.3
TrixiAtmo v0.1.3
Merged pull requests:
- Covariant solver in DGMulti (#140) (@PhilBaa)
- Bump crate-ci/typos from 1.42.3 to 1.44.0 in the all-github-actions group (#146) (@dependabot[bot])
- Update project version from 0.1.3-DEV to 0.1.3 (#147) (@tristanmontoya)
Closed issues:
- Initial release (#101)
v0.1.2
TrixiAtmo v0.1.2
Merged pull requests:
- Unify boundary conditions (#141) (@JoshuaLampert)
- Bump crate-ci/typos from 1.41.0 to 1.42.3 in the all-github-actions group (#143) (@dependabot[bot])
- more upstream tests (#144) (@ranocha)
- Use at-test_trixi_include for consistency tests with Trixi.jl (#145) (@ranocha)
v0.1.1
TrixiAtmo v0.1.1
Merged pull requests:
- Replace
reset_du!=>set_zero!,derivative_dhat=>derivative_hat(#133) (@DanielDoehring) - Update example file path in README (#136) (@tristanmontoya)
- Restrict dg::Union{DGSEM, FDSBP} (#142) (@benegee)