You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The startTime and endTime properties have been removed from the ModelSpec interface in the @sdeverywhere/build package, so it is no longer necessary for you to provide them in your sde.config.js file.
The timeStart and timeEnd properties in the Outputs class in the @sdeverywhere/runtime package have been renamed to startTime and endTime, and there is an additional saveFreq argument for the Outputs constructor (which defaults to 1).
Bug Fixes
change Series.getValueAtTime to work with non-1 save frequency (ba510b0)
remove startTime and endTime from ModelSpec interface and handle SAVEPER != 1 (921014a)
0.1.0 (2022-06-28)
Features
add build and plugin-{check,vite,wasm,worker} packages (#206) (dd34cbf), closes #203
add runtime and runtime-async packages (#200) (fd52822), closes #198