Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 24 Dec 22:40
· 282 commits to main since this release
d33f462

Breeze v0.2.0

Diff since v0.1.3

Breaking changes

PR#331 introduce breaking changes.

  • Split the thermodynamic variable from the dynamics approximation. Thus we now need to do, e.g.,

    model = AtmosphereModel(grid; dynamics=AnelasticDynamics(reference_state))

    and

    model = AtmosphereModel(grid; formulation=:LiquidIcePotentialTemperature)

Merged pull requests:

  • Split up "formulation" and "dynamics" and change semantics (#331) (@glwagner)
  • [CI] Use Docker image for GPU jobs (#335) (@giordano)
  • [CI] Increase timeout for test jobs (#338) (@giordano)
  • Diagnose velocities from momentum at boundaries (#340) (@navidcy)
  • Fix grammar and punctuation in radiative_transfer.md (#342) (@navidcy)
  • Fix formatting of mathematical equations in comments (#343) (@navidcy)
  • Fix quick-start figure in Docs (#344) (@navidcy)
  • Add bibtex entries + fix make docstring citations REPL-friendly (#345) (@navidcy)

Closed issues:

  • Making room for compressible dynamics (#330)
  • Diagnose velocities from momentum at boundaries (#339)
  • Quick start simulation not working? (#341)