Skip to content

ESFEX v0.1.3

Choose a tag to compare

@msotocalvo msotocalvo released this 05 Jun 06:25
· 148 commits to main since this release

Fixed

  • Grid Builder demand-forecast crash — the forecast step's worker threads
    (country detection, World Bank / ERA5 fetch, ML forecast) updated Qt widgets
    directly, violating Qt's main-thread-only GUI rule and segfaulting
    (Cannot create children for a parent that is in a different thread). The
    heavy work still runs off the GUI thread, but every widget update is now
    marshalled to the main thread via a queued signal. (#3)

Full changelog: v0.1.2...v0.1.3