Skip to content

Commit c448b2c

Browse files
pcruzparriksunden
andauthored
2022.7.0 (#34)
* release 2022.7.0 prep changes * Update CHANGELOG.md probably should have done this cleanup a while ago when we split this repo off from yaqc-cmds Co-authored-by: Kyle Sunden <[email protected]>
1 parent e996755 commit c448b2c

File tree

2 files changed

+7
-69
lines changed

2 files changed

+7
-69
lines changed

CHANGELOG.md

Lines changed: 6 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
44

55
## [Unreleased]
66

7+
## [2022.7.0]
8+
9+
Initial release of bluesky-cmds, the origins of this application lie with [yaqc-cmds](https://github.com/wright-group/yaqc-cmds).
10+
711
### Removed
812
- yaqc dependency
913
- custom built orchestration layer
@@ -16,72 +20,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
1620
### Added
1721
- support for pyqt5 (via qtpy)
1822

19-
## [2021.7.0]
20-
21-
### Fixed
22-
- Ensure limits are computed when one bound should be inf
23-
- Ensure float passed in `set_position_except` (rather than scalar ndarray)
24-
- Motortune collecting tune points with discrete tunes
25-
- Better consistency of autonomic system
26-
- Ensure correct units used in acquisition
27-
- axes with whitespace don't necessarily fail
28-
- Motortune Tunepoints only calculated if the checkbox is checked
29-
- old "identity" behavior removed which caused splitting on "F" in axis names
30-
- Use expressions rather than names for processing of scan
31-
- Decode when needed for axis dropdown in plot tab
32-
33-
### Added
34-
- Widgets to control slit widths and mirror positions of monochromator
35-
36-
## [2021.3.0]
37-
38-
### Added
39-
- support for sensors without `has-measure-trigger` trait
40-
- support for sensors that implement `has-mapping` trait
41-
42-
### Changed
43-
- Update for pint version of WrightTools (3.4.0)
44-
- Use string based update of has-turret trait for spectrometers
45-
- Add protection for DiscreteTune plotting
46-
47-
### Fixed
48-
- Deprecated Qt function call
49-
50-
## [2021.1.1]
51-
52-
### Fixed
53-
- Properly close files prior to new data file creation (fix file inconsistency)
54-
- Do not use h5py libver="latest" (fix segfault upon copying)
55-
56-
## [2021.1.0]
57-
58-
### Added
59-
- Freerun throttle: In freerun mode, the GUI sensor reading will update after 0.1 seconds or after one measurement, whichever is longer
60-
- Sensors busy states are polled more frequently (10 --> 100 Hz), which can significantly speed up acquisitions with fast measurements
61-
62-
### Fixed
63-
- hard crashes caused by multithread access to data, data access now regulated by explicit lock
64-
- freerun state is polled after an acquisition finishes
65-
- set zero position at initialization time to ensure limits are set
66-
- handling of zero position units to remove warning
67-
- throttle delay poll (sleep 10 ms) during travel to decrease CPU workload
68-
69-
## [2020.12.1]
70-
71-
### Fixed
72-
- offsets are stored and loaded properly, weird walking off behavior at startup fixed
73-
- offsets set to zero when hardware is zeroed
74-
75-
## [2020.12.0]
76-
77-
### Added
78-
- initial release
79-
- previously released under the name "PyCMDS" via github, never packaged.
8023

81-
[Unreleased]: https://github.com/wright-group/yaqc-cmds/compare/2021.7.0...master
82-
[2021.7.0]: https://github.com/wright-group/yaqc-cmds/compare/2021.3.0...2021.7.0
83-
[2021.3.0]: https://github.com/wright-group/yaqc-cmds/compare/2021.1.1...2021.3.0
84-
[2021.1.1]: https://github.com/wright-group/yaqc-cmds/compare/2021.1.0...2021.1.1
85-
[2021.1.0]: https://github.com/wright-group/yaqc-cmds/compare/2020.12.1...2021.1.0
86-
[2020.12.1]: https://github.com/wright-group/yaqc-cmds/compare/2020.12.0...2020.12.1
87-
[2020.12.0]: https://github.com/wright-group/yaqc-cmds/releases/tag/2020.12.0
24+
[Unreleased]: https://github.com/wright-group/bluesky-cmds/compare/v2022.7.0...master
25+
[2022.7.0]: https://github.com/wright-group/bluesky-cmds/releases/tag/v2020.7.0

bluesky_cmds/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2021.7.0
1+
2022.7.0

0 commit comments

Comments
 (0)