Skip to content

v0.8.0

Compare
Choose a tag to compare
@github-actions github-actions released this 25 Jan 02:27
· 10 commits to main since this release
7b367ab

ClimaTimeSteppers v0.8.0

Diff since v0.7.39

📢 API Changes

  • Rename post_explicit! to cache! and post_implicit! to cache_imp!. The full cache is now updated at the end of each stage, and implicit-only components are updated once per Newton iteration. (#322)

🚀 Features

  • Initialize all tendencies to 0, so that users no longer need to initialize unused tendency components.

📑 Documentation

🐛 Fixes

  • Add a call to DSS at the end of each stage, eliminating discontinuities that arise from the implicit tendency.