Skip to content

Releases: CliMA/ClimaTimeSteppers.jl

v0.7.40

28 Jan 00:32
Compare
Choose a tag to compare

ClimaTimeSteppers v0.7.40

Diff since v0.7.39

  • Alternative to v0.8.1 that drops the commit with the breaking change (renaming post_explicit! and post_implicit! to cache! and cache_imp!)

📢 API Changes:

🚀 Features

📑 Documentation

🐛 Fixes

v0.8.1

27 Jan 22:05
73d15e1
Compare
Choose a tag to compare

ClimaTimeSteppers v0.8.1

Diff since v0.8.0

📢 API Changes:

🚀 Features

📑 Documentation

🐛 Fixes

  • Fix minor stability issue arising from the order of DSS and the implicit tendency approximation.

v0.8.0

25 Jan 02:27
7b367ab
Compare
Choose a tag to compare

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.

v0.7.39

17 Jan 01:03
965ee2a
Compare
Choose a tag to compare

ClimaTimeSteppers v0.7.39

Diff since v0.7.38

📢 API Changes:

🚀 Features

📑 Documentation

🐛 Fixes

  • Tabulate Convergence test errors (#341)

v0.7.38

25 Sep 21:56
1a6fdd4
Compare
Choose a tag to compare

ClimaTimeSteppers v0.7.38

Diff since v0.7.37

📢 API Changes:

🚀 Features

📑 Documentation

🐛 Fixes

v0.7.37

16 Sep 16:29
cdcab7f
Compare
Choose a tag to compare

ClimaTimeSteppers v0.7.37

Diff since v0.7.36

📢 API Changes:

🚀 Features

📑 Documentation

🐛 Fixes

v0.7.36

12 Sep 20:54
8a2bb9c
Compare
Choose a tag to compare

ClimaTimeSteppers v0.7.36

Diff since v0.7.35

📢 API Changes:

🚀 Features

📑 Documentation

🐛 Fixes

v0.7.35

12 Sep 19:58
c1b1fac
Compare
Choose a tag to compare

ClimaTimeSteppers v0.7.35

Diff since v0.7.34

📢 API Changes:

🚀 Features

📑 Documentation

🐛 Fixes

v0.7.34

12 Sep 18:57
9249cb2
Compare
Choose a tag to compare

ClimaTimeSteppers v0.7.34

Diff since v0.7.33

📢 API Changes:

🚀 Features

📑 Documentation

🐛 Fixes

v0.7.33

18 Jul 22:16
7cc8f91
Compare
Choose a tag to compare

ClimaTimeSteppers v0.7.33

Diff since v0.7.32

📢 API Changes:

🚀 Features

📑 Documentation

🐛 Fixes