Skip to content

v2.1.1

Choose a tag to compare

@bpiwowar bpiwowar released this 05 Mar 13:33
· 108 commits to master since this release

[2.1.1] - 2026-03-05

Bug Fixes

  • Remove stale dependencies arg from ExperimentJobInformation constructor (c19a2b6)
  • Use experiment status to determine if running in TUI (ab56414)
  • Only block experiment deletion when experiment is running (df5048e)
  • Deserialize nested JobTag and ProgressLevel in EventBase.from_dict (9d130dd)
  • Block experiment deletion only when experiment is actively running (f4dca41)
  • Improve job deletion to allow unscheduled jobs and show detailed errors (79b922a)

Features

  • Default TUI sort by status (running first) then start time desc (966c6a0)
  • Improve stray/orphan job detection with SSH support and split TUI tabs (677509b)

Refactor

  • Bulk event replay, fix TUI flickering, clean up event architecture (d34a3ce)
  • Flatten experiment event files layout (8b99674)