Release Notes¶
Changelog¶
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased]¶
[0.2.2] - 2019-11-01¶
Added¶
- SpecPlot command. It plots a SPEC file with matplotlib.
Fixed¶
- move Command parsing
- connect_display KeyboardInterruption
- Configuration user display check
[0.2.1] - 2019-09-25¶
Added¶
- CommandButton can operate with every command (it calls UserCommand if the command specified is not defined in the CommandDict)
Fixed¶
- ScanGuiCommand parses its arguments correctly
- CommandButton handling for SystemExit
- MoveCommand string parsing
[0.2.0] - 2019-09-19¶
Added¶
- Documentation for all Commands
- Text box verification for edition/visualization
Fixed¶
- Motors and Slits string parsing
Changed¶
- commandButton class is now CommandButton (following PEP8)
Removed¶
- Button classes
[0.1.4] - 2019-08-13¶
Added¶
- exec_ssh script for Windows
Fixed¶
- commandButton for commands slits and motors now parses arguments correctly.
- connect_display script loop performance
[0.1.2] - 2019-08-05¶
Added¶
- “lock/test” system for users_displays.yml file.
- Error handling for file editing. (File existence and permission checks)