Skip to content

v0.14.20

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 12 Nov 14:26
· 4 commits to main since this release
76dac21

ClimaCore v0.14.20

Diff since v0.14.19

πŸ“’ API Changes:

πŸš€ Features

  • Remove field dimension in DataLayouts (#1748)
  • Leverage linear indexing for pointwise kernels (#1889)
  • Fix uncoalesced memory reads (#1910)
  • Drop the field dimension + use linear indexing (#1928)
  • Add FieldVector microbenchmarks and improve performance (#2067)
  • Define getindex_field and setindex_field (#2050) (@charleskawczynski)
  • Add HF datalayouts (#2055) (@charleskawczynski)

πŸ“‘ Documentation

πŸ› Fixes

  • In example shallow_water.jl the error ClimaCore.Operators.Divergence{()} are not callable appears ? (#2044)