Releases: CliMA/ClimaTimeSteppers.jl
Releases · CliMA/ClimaTimeSteppers.jl
v0.7.40
ClimaTimeSteppers v0.7.40
- Alternative to v0.8.1 that drops the commit with the breaking change (renaming
post_explicit!
andpost_implicit!
tocache!
andcache_imp!
)
📢 API Changes:
🚀 Features
📑 Documentation
🐛 Fixes
v0.8.1
ClimaTimeSteppers v0.8.1
📢 API Changes:
🚀 Features
📑 Documentation
🐛 Fixes
- Fix minor stability issue arising from the order of DSS and the implicit tendency approximation.
v0.8.0
ClimaTimeSteppers v0.8.0
📢 API Changes
- Rename
post_explicit!
tocache!
andpost_implicit!
tocache_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.
v0.7.39
ClimaTimeSteppers v0.7.39
📢 API Changes:
🚀 Features
📑 Documentation
🐛 Fixes
- Tabulate Convergence test errors (#341)