Highlights since v1.139
- Map-first default view (1.141). The explorer boots with the results table collapsed, giving the network the full canvas height. Expand/maximize still available.
- Canvas fills the viewport (1.141). Fixed a topbarless layout bug that reserved a non-existent 56px topbar, leaving a dead band; the sidebar and canvas now extend to the bottom and the canvas meets the results bar flush.
- JIT startup warm-up (1.140). The numba WIPER/WINNER kernels are pre-compiled in a background thread at boot, so the first analysis is ~2s instead of ~30s. The server accepts connections immediately while warming.
See CHANGELOG.md for details.