Skip to content

Releases: CliMA/ClimaCore.jl

v0.10.3

06 May 20:39
b9cc1ab
Compare
Choose a tag to compare

ClimaCore v0.10.3

Diff since v0.10.2

πŸ“’ API Changes:

πŸš€ Features

πŸ“‘ Documentation

πŸ› Fixes

  • DataLayout JET Tests Fail Nightly CI (#704)

v0.10.2

06 May 02:39
db8dd06
Compare
Choose a tag to compare

ClimaCore v0.10.2

Diff since v0.10.1

πŸ“’ API Changes:

πŸš€ Features

πŸ“‘ Documentation

πŸ› Fixes

v0.10.1

30 Apr 01:58
f9b6194
Compare
Choose a tag to compare

ClimaCore v0.10.1

Diff since v0.10.0

πŸ“’ API Changes:

πŸš€ Features

πŸ“‘ Documentation

πŸ› Fixes

v0.10.0

15 Apr 22:39
80912ce
Compare
Choose a tag to compare

ClimaCore v0.10.0

Diff since v0.9.0

πŸ“’ API Changes:

πŸš€ Features

πŸ“‘ Documentation

πŸ› Fixes

  • .. syntax breaks in the REPL (#656)

v0.9.0

05 Apr 03:47
21abab3
Compare
Choose a tag to compare

ClimaCore v0.9.0

Diff since v0.8.0

πŸ“’ API Changes:

πŸš€ Features

πŸ“‘ Documentation

πŸ› Fixes

v0.8.0

10 Mar 01:32
05da995
Compare
Choose a tag to compare

ClimaCore v0.8.0

Diff since v0.7.0

πŸ“’ API Changes:

  • Extend neighboring_elements interface to other dimensions (#522)
  • Third-order upwind FD scheme (#524)
  • Extend limiters to work on both 2D and hybrid 2D x 1D spaces (#584)
  • Optimization-based limiters for advection/solidbody equation (#426) (@valeriabarra)
  • Add euclidean_distance support (#520) (@valeriabarra)
  • Upwind3rdOrderBiasedProductC2F (#572) (@valeriabarra)
  • Update limiter function to work on both 2D and 2D x 1D extruded spaces (#583) (@valeriabarra)

πŸš€ Features

  • VTK output for sphere (#356)
  • Optimization-based limiters (#403)
  • Add buildkite artifacts for perf monitoring (#483)
  • Add Base Threading support (#503)
  • Euclidean distance (#519)
  • Extend neighboring_elements interface to other dimensions (#522)
  • Third-order upwind FD scheme (#524)
  • Extend limiters to work on both 2D and hybrid 2D x 1D spaces (#584)
  • Optimization-based limiters for advection/solidbody equation (#426) (@valeriabarra)
  • Define deepcopy_internal for Fields (#506) (@charleskawczynski)
  • 2D Spectral Element <-> Spectral Element Remapping (#508) (@jb-mackay)
  • Add euclidean_distance support (#520) (@valeriabarra)
  • Upwind3rdOrderBiasedProductC2F (#572) (@valeriabarra)

πŸ“‘ Documentation

πŸ› Fixes

v0.7.0

30 Jan 23:58
41106f0
Compare
Choose a tag to compare

ClimaCore v0.7.0

Diff since v0.6.0

πŸ“’ API Changes:

  • Query neighboring element indices (#445)
  • restrict curl / weak curl to work on only covariant vector field inputs, this enables us to optimize through the hyperdiffusion operation (#440) (@jakebolewski)
  • Add neighboring_elements (#446) (@valeriabarra)

πŸš€ Features

  • Add dimension objects to support named dimensions with units + metadata for domains (#13)
  • Distributed topology objects (#323)
  • Add ability to plot slices from 3D box domains (#353)
  • Query neighboring element indices (#445)
  • Add DistributedTopology2D (#373) (@kpamnany)
  • Add output viz tests for vtk data & test that the generated files can be read by paraview (#407) (@jakebolewski)
  • add orth slice plots for 3D hybrid domains (#412) (@jakebolewski)
  • add missing weakdiv 1d operator (#437) (@jakebolewski)
  • Add neighboring_elements (#446) (@valeriabarra)
  • Add 1D field plotting. (#456) (@jb-mackay)
  • Add latlong option to VTK output (#457) (@simonbyrne)
  • add generalized exp stretching and interval mesh tests (#459) (@jakebolewski)
  • add iterator for unique nodes of spectral element space (#485) (@simonbyrne)

πŸ“‘ Documentation

πŸ› Fixes

v0.6.0

05 Jan 02:39
36df160
Compare
Choose a tag to compare

ClimaCore v0.6.0

Diff since v0.5.1

πŸ“’ API Changes:

  • Add Geometry projection operator for calculating the compontent contribution along a given axis (#338)
  • ClimaCoreVTK writevtk for NamedTuples of time series fields (#345) (@valeriabarra)
  • Refactor mesh and topology code (#349) (@simonbyrne)
  • add level interface function (#363) (@simonbyrne)

πŸš€ Features

  • Add ability to plot 2D Fields on the sphere (#222)
  • Add Geometry projection operator for calculating the compontent contribution along a given axis (#338)
  • ClimaCoreVTK writevtk for NamedTuples of time series fields (#345) (@valeriabarra)
  • ClimaCore Makie Plots (#359) (@jakebolewski)
  • add extruded cubed sphere level plot (#381) (@jakebolewski)

πŸ“‘ Documentation

πŸ› Fixes

v0.5.1

10 Dec 15:53
6a79ab4
Compare
Choose a tag to compare

ClimaCore v0.5.1

Diff since v0.5.0

πŸ“’ API Changes:

  • Assign a scalar value to a Field without using parent( ) (#273)

πŸš€ Features

πŸ“‘ Documentation

πŸ› Fixes

  • fix visual artifact in interpolated slice plots with topo (#330) (@jakebolewski)
  • force optimization of column() to reduce allocations in complex stencil codes (#342) (@jakebolewski)

v0.5.0

02 Dec 01:05
0943584
Compare
Choose a tag to compare

ClimaCore v0.5.0

Diff since v0.3.0

πŸ“’ API Changes:

πŸš€ Features

πŸ“‘ Documentation

πŸ› Fixes