Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.06 KB

CHANGELOG.md

File metadata and controls

33 lines (22 loc) · 1.06 KB

Changelog All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog.

Changed

  • The selectable users in the plan form are no longer hard-coded; contol users in the config file.

Fixed

  • Errors that caused "mv plan" form to freeze the program when hardware was selected
  • Error that caused empty constant terms to be inserted into the queue
  • Correctly send units for tuning spectrometer axes

Initial release of bluesky-cmds, the origins of this application lie with yaqc-cmds.

Removed

  • yaqc dependency
  • custom built orchestration layer
  • direct hardware interfacing
  • unused code

Changed

Added

  • support for pyqt5 (via qtpy)