Skip to content

Commit

Permalink
2022.7.0 (#34)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
pcruzparri and ksunden authored Jul 27, 2022
1 parent e996755 commit c448b2c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 69 deletions.
74 changes: 6 additions & 68 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).

## [Unreleased]

## [2022.7.0]

Initial release of bluesky-cmds, the origins of this application lie with [yaqc-cmds](https://github.com/wright-group/yaqc-cmds).

### Removed
- yaqc dependency
- custom built orchestration layer
Expand All @@ -16,72 +20,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
### Added
- support for pyqt5 (via qtpy)

## [2021.7.0]

### Fixed
- Ensure limits are computed when one bound should be inf
- Ensure float passed in `set_position_except` (rather than scalar ndarray)
- Motortune collecting tune points with discrete tunes
- Better consistency of autonomic system
- Ensure correct units used in acquisition
- axes with whitespace don't necessarily fail
- Motortune Tunepoints only calculated if the checkbox is checked
- old "identity" behavior removed which caused splitting on "F" in axis names
- Use expressions rather than names for processing of scan
- Decode when needed for axis dropdown in plot tab

### Added
- Widgets to control slit widths and mirror positions of monochromator

## [2021.3.0]

### Added
- support for sensors without `has-measure-trigger` trait
- support for sensors that implement `has-mapping` trait

### Changed
- Update for pint version of WrightTools (3.4.0)
- Use string based update of has-turret trait for spectrometers
- Add protection for DiscreteTune plotting

### Fixed
- Deprecated Qt function call

## [2021.1.1]

### Fixed
- Properly close files prior to new data file creation (fix file inconsistency)
- Do not use h5py libver="latest" (fix segfault upon copying)

## [2021.1.0]

### Added
- Freerun throttle: In freerun mode, the GUI sensor reading will update after 0.1 seconds or after one measurement, whichever is longer
- Sensors busy states are polled more frequently (10 --> 100 Hz), which can significantly speed up acquisitions with fast measurements

### Fixed
- hard crashes caused by multithread access to data, data access now regulated by explicit lock
- freerun state is polled after an acquisition finishes
- set zero position at initialization time to ensure limits are set
- handling of zero position units to remove warning
- throttle delay poll (sleep 10 ms) during travel to decrease CPU workload

## [2020.12.1]

### Fixed
- offsets are stored and loaded properly, weird walking off behavior at startup fixed
- offsets set to zero when hardware is zeroed

## [2020.12.0]

### Added
- initial release
- previously released under the name "PyCMDS" via github, never packaged.

[Unreleased]: https://github.com/wright-group/yaqc-cmds/compare/2021.7.0...master
[2021.7.0]: https://github.com/wright-group/yaqc-cmds/compare/2021.3.0...2021.7.0
[2021.3.0]: https://github.com/wright-group/yaqc-cmds/compare/2021.1.1...2021.3.0
[2021.1.1]: https://github.com/wright-group/yaqc-cmds/compare/2021.1.0...2021.1.1
[2021.1.0]: https://github.com/wright-group/yaqc-cmds/compare/2020.12.1...2021.1.0
[2020.12.1]: https://github.com/wright-group/yaqc-cmds/compare/2020.12.0...2020.12.1
[2020.12.0]: https://github.com/wright-group/yaqc-cmds/releases/tag/2020.12.0
[Unreleased]: https://github.com/wright-group/bluesky-cmds/compare/v2022.7.0...master
[2022.7.0]: https://github.com/wright-group/bluesky-cmds/releases/tag/v2020.7.0
2 changes: 1 addition & 1 deletion bluesky_cmds/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2021.7.0
2022.7.0

0 comments on commit c448b2c

Please sign in to comment.