Skip to content

v0.23.0

Compare
Choose a tag to compare
@github-actions github-actions released this 06 Jun 09:07
· 6 commits to main since this release

EarthSciMLBase v0.23.0

Diff since v0.22.2

Breaking Changes

  • Add reference time (t_ref) to simulation to improve chances of float32 simulations working. Now the time span returned by get_tspan(::DomainInfo) will start at zero, and there is a new function get_tref(::DomainInfo) that returns the unix time of the beginning of the simulation
  • Remove the dtype keyword argument from the DomainInfo constructor and add uproto instead.