Skip to content

v2.1.0

Choose a tag to compare

@bpiwowar bpiwowar released this 04 Mar 09:25
· 101 commits to master since this release

[2.1.0] - 2026-03-04

Bug Fixes

  • Remove FIXME marker and fix formatting in mkdocs plugin (bbfee41)
  • TUI state display, event cache key mismatch, and poll-based deletion detection (7b4319f)
  • Make subclasses of mocked classes subscriptable (085809b)
  • Show concise error for HandledException instead of full traceback (984819d)
  • Correct test assertion for nonexistent file in test_polling (5d62451)
  • Refactor JobState to use subclass overrides, fix TUI status display (968b6a5)

Features

  • Update TUI, WebUI, and CLI to use scheduler_state and experiment job info (bc06c1f)
  • Bump SSH remote protocol version to 2.0 (56fdf19)
  • Generalize parent to imports for multi-file YAML inheritance (ffcc896)

Miscellaneous Tasks

  • Update docs/demo submodule (366fb1e)

Refactor

  • Separate scheduler_state from execution state in job model (e68f62f)

Testing

  • Adapt tests to scheduler_state split and removed submittime (f8a71c5)