Skip to content

v0.110.9

Choose a tag to compare

@github-actions github-actions released this 11 Jul 05:05
· 57 commits to main since this release
6b35d98

Oceananigans v0.110.9

Diff since v0.110.8

Merged pull requests:

  • Add distributed tests for ConjugateGradientPoissonSolver (#5757) (@xkykai)
  • Reject FieldTimeSeries operands in AbstractOperations (#5760) (@xkykai)
  • Fix distributed mean: reduce conditional_length globally (#5763) (@xkykai)
  • Fix NCCL send/recv for Bool fields (ImmersedBoundaryGrid mask) (#5765) (@aklocker42)
  • Fix tilted bottom boundary layer example (#5766) (@tomchor)
  • Add Lx, Ly, Lz to adapt calls in Adapt.adapt_structure(::RectilinearGrid) (#5769) (@jlk9)
  • Add set!(::FieldTimeSeries, ::Number) (#5773) (@xkykai)
  • Fix ZarrWriter test (#5776) (@tomchor)
  • Misc fixes for better type-generic support (#5783) (@giordano)
  • Bump version to 0.110.9 (#5787) (@xkykai)

Closed issues:

  • Tilted bottom boundary layer tutorial blows up in newer versions (#5722)
  • Binary operations between FieldTimeSeries silently drop the time dimension (#5758)
  • Distributed mean is incorrect: denominator not globally reduced (result is nranks脳 too large) (#5762)