Releases: pcdshub/pcdsdaq
Releases · pcdshub/pcdsdaq
v2.4.4
v2.4.3 (2023-09-14)
- Raise if daq not yet registered, consolidate exceptions and some relative imports
What's Changed
- ENH: raise if daq not yet registered by @klauer in #124
- MNT: consolidate exceptions and some relative imports by @klauer in #126
Full Changelog: v2.4.2...v2.4.3
v2.4.2 (2023-04-13)
- Fix issues related to the missing pcdsdaq_lib_setup script
- Fix issues related to failing pypi builds
- Fix issues related to failing docs builds
What's Changed
Full Changelog: v2.4.1...v2.4.2
v2.4.1 (2023-04-11)
Changes
- Mark tests as xfail, we'll come back to fix them later.
This is not operation critical.
One of these tests contain a nasty race condition that
causes the suite to time out. - Fix an issue where automatic pypi/conda uploads would
not have proper authentication.
PRs
Full Changelog: v2.4.0...v2.4.1
v2.4.0 (2023-04-04)
This includes a large update for lcls2 daq support,
but the module is fully backwards compatible with
the previous versions.
Changes
- Huge addition of 1st-class lcls2 daq support
including monitoring the current daq's status and running it.
Uses the daq's own APIs repackaged for bluesky. - Migrate to github actions, pyproject.toml, and other ecs standards.
- Merge an ancient PR that adds a useful feature for CXI
PRs
- This never got merged in 5 years by @ZLLentz in #114
- REF/ENH: LCLS2 Stuff by @ZLLentz in #108
- CI: enable GitHub Actions by @klauer in #116
- DEV/MNT: migrate to latest standards with pyproject.toml [LCLSPC-603] by @klauer in #115
New Contributors
Full Changelog: v2.3.5...v2.4.0
v2.3.5 (2022-06-02)
- Fix issue where the scan variable min/max values would not fill in correctly for scan types other then the normal "scan".
v2.3.4 (2021-04-02)
- Fix issue where the
Daq
could automatically disconnect after a scan
was complete, causing allami
windows to close.
v2.3.3 (2021-02-10)
- Fix issue where the
AmiDet
had a hintedentries
field that got in
the way when using theBestEffortCallback
.
v2.3.2 (2021-01-11)
- Update recipe and build for python 3.7+ and noarch compatibility
- Remove pydaq linkage scripts in favor of using the corrected sym links in the daq build
v2.3.1 (2020-12-22)
- Fix issue where
events=-1
was a rejected argument rather than a
valid configuration for infinite running.