Skip to content

v0.97.6

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Aug 10:13
· 56 commits to main since this release
11e08a6

Oceananigans v0.97.6

Diff since v0.97.5

Merged pull requests:

  • NonhydrostaticModel on a LatitudeLongitudeGrid (#4654) (@simone-silvestri)
  • Fix distributed HydrostaticFreeSurfaceModel test that seem to break with memory error (#4666) (@navidcy)
  • Filter warnings from doctest output (#4673) (@navidcy)
  • Only enforce open boundary mass conservation for open boundaries (#4674) (@navidcy)
  • CompatHelper: bump compat for Reactant in [weakdeps] to 0.2, (keep existing compat) (#4675) (@github-actions[bot])
  • CompatHelper: bump compat for AMDGPU in [weakdeps] to 2, (keep existing compat) (#4676) (@github-actions[bot])
  • [Reactant] Add recursive specialization for BinaryOperation (#4680) (@wsmoses)
  • Make nested functions in conditional differences immersed metric-aware (#4685) (@xkykai)
  • Allow users to reuse a predefined schedule in many output writers (#4690) (@navidcy)
  • Update spacings calls to enable array operations. (#4691) (@jlk9)
  • (0.97.6) Move the computation of flux BC before the time-stepping (#4696) (@simone-silvestri)

Closed issues:

  • Add CATKE to documentation (#2330)
  • PerturbationAdvectionOpenBoundaryCondition leads to nonzero mass fluxes into the domain (#4596)
  • Can't open a grid on GPU (#4679)
  • Open boundary conditions on a Bounded topology is a misnomer (#4681)
  • Conditional difference operator like δxᶜᶜᶜ with nested function operations does not see immersed metrics in inner function evaluation (#4684)
  • OutputWriters don't actuate if a pre-defined schedule that was already used in a different OutputWriter is provided (#4689)