Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 1.83 KB

NEWS.md

File metadata and controls

31 lines (26 loc) · 1.83 KB

ClimaTimeSteppers.jl Release Notes

Main

v0.7.18

  • Added a fused T_exp_T_lim!, so that we can fuse DSS calls that previously lived in T_exp! and T_lim!.

v0.7.17

  • Started NEWS
  • increments are now fused in the imex ARK method. This should yield better GPU performance, and may result in machine-precision changes.