Skip to content

bluesky version 1.6.4

Compare
Choose a tag to compare
@stuartcampbell stuartcampbell released this 05 Aug 16:02

Fixed

  • Allow : to be used in keynames and still format LiveTable.
  • Address use of loop argument deprecated in Python 3.8.
  • Ensure that bluesky.utils is importable from a background thread. (Do not create an instance of ~bluesky.utils.DefaultDuringTask at import time.)