Skip to content

GORT 0.12.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 08 Jul 16:55
· 12 commits to main since this release

πŸš€ New

  • Replace all instances of Pandas with Polars.

✨ Improved

  • In Gort.observe(), retry after a wait period if the scheduler cannot find a valid tile to observe.
  • Output a message after the shutdown recipe instructing observers to check the dome and confirm it's fully closed.

πŸ”§ Fixed

  • Manually refresh the progress bar only once a second, and only after an update. Hopefully this helps with the event loop getting sluggish after a while.
  • Turn off spectrograph room lights on startup.

βš™οΈ Engineering

  • Format code using ruff and updated dependencies and workflows.