Skip to content

Releases: fg-labs/snakesee

0.7.0

29 Mar 07:12
453d660

Choose a tag to compare

Bug Fixes

  • Parse checkpoint and localcheckpoint rule lines (#53)
  • Make EventWriter thread-safe to prevent event loss during cleanup (#55)
  • Parse indented rule/timestamp lines in group/pipe job blocks (#52)

Features

  • Add colorblind-accessible mode for progress bars (#54)
  • Support Snakemake SQLite DB persistence backend (#51)
  • Thread-aware parallelism estimation (#45)

Miscellaneous Tasks

  • Release snakesee 0.7.0 and logger plugin 0.1.1 (#56)

snakemake-logger-plugin-snakesee snakesee-logger-0.1.1

29 Mar 07:11
453d660

Choose a tag to compare

Release of snakemake-logger-plugin-snakesee snakesee-logger-0.1.1

pip install snakemake-logger-plugin-snakesee

snakemake-logger-plugin-snakesee snakesee-logger-0.1.0

28 Mar 03:12
684359e

Choose a tag to compare

Release of snakemake-logger-plugin-snakesee snakesee-logger-0.1.0

pip install snakemake-logger-plugin-snakesee

0.6.2

15 Mar 21:16
928ec67

Choose a tag to compare

Bug Fixes

  • Defer error event emission until error block fully parsed (#32)
  • Remove 10-job cap on recent_completions (#34)
  • Poll for all job events in integration test validation (#37)

Documentation

  • Update RELEASE_STEPS.md to match actual release process (#38)

Features

  • Make help shortcut more discoverable in TUI footer (#33)

Miscellaneous Tasks

  • Bump version to 0.6.2

Performance

  • Use heap selection for completions table rendering (#36)

0.6.1

03 Jan 05:48
b1dfdb0

Choose a tag to compare

Bug Fixes

  • Populate job registry from log parsing when events unavailable (#31)

Miscellaneous Tasks

  • Bump version to 0.6.1

0.6.0

02 Jan 03:59
886b970

Choose a tag to compare

Bug Fixes

  • Detect and ignore stale events files from previous workflow runs (#29)

Features

  • Extend table navigation to pending jobs and rule statistics (#30)

Miscellaneous Tasks

  • Bump version to 0.6.0

0.5.0

28 Dec 05:10
7b39d4d

Choose a tag to compare

Features

  • Add Codecov and Read the Docs badges (#28)

Miscellaneous Tasks

  • Bump version to 0.5.0

Refactoring

  • Centralized state management, performance optimizations, and vim-style navigation (#26)

0.4.1

25 Dec 06:38
a2de1c2

Choose a tag to compare

Bug Fixes

  • Make test_failing_job tolerant of event timing in CI (#24)
  • Show actual job IDs and look up logs by job_id (#23)

Miscellaneous Tasks

  • Bump version to 0.4.1

0.4.0

24 Dec 08:02
7490022

Choose a tag to compare

Bug Fixes

  • Use incomplete markers to detect running workflows (#15)
  • Make test_keep_going_mixed more robust (#16)
  • Refresh current_rules when new workflow starts (#17)
  • Improve arrow key handling and job selection bounds (#18)

Features

  • Add virtual scrolling for job tables (#19)
  • Add row numbers to job tables (#20)

Miscellaneous Tasks

  • Update setup-uv from v4 to v7 (#22)
  • Bump version to 0.4.0

0.3.1

23 Dec 20:07
917de94

Choose a tag to compare

Bug Fixes

  • Filter pending jobs and stats by current workflow rules (#14)