Releases: glideapps/determined
Releases · glideapps/determined
Release list
v0.4.1
Fixes the silent hang when a simulation task awaits a promise settled by another task (the singleflight/coalescing shape). The scheduler now detects runtime quiescence and treats tasks suspended on unmanaged promises as blocked: other tasks keep running, pending timers fire and advance virtual time, and genuine deadlocks fail loudly with a diagnostic naming the stuck tasks instead of hanging. See #6 for details.
v0.4.0
What's Changed
- Fix scheduler corruption when the entropy source throws during a park by @schani in #2
- Deterministic virtual time: clocks, sleep, deadlines, cancellation, and timer-aware replay by @schani in #3
- Update dependencies to latest versions by @schani in #4
- Add CI and npm-publish workflows by @schani in #5
Full Changelog: https://github.com/glideapps/determined/commits/v0.4.0