Skip to content

Releases: pcdshub/pcdsdaq

v2.4.4

26 Aug 21:09
3d7dcb1
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.4.3...v2.4.4

v2.4.3 (2023-09-14)

15 Sep 00:03
22ad154
Compare
Choose a tag to compare
  • 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)

13 Apr 20:49
6dfbb11
Compare
Choose a tag to compare
  • 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

  • BLD/MAINT: bundle bin script, make psdaq optional, include tests in dist by @ZLLentz in #122

Full Changelog: v2.4.1...v2.4.2

v2.4.1 (2023-04-11)

11 Apr 18:17
b9f0ca8
Compare
Choose a tag to compare

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)

04 Apr 19:27
2c0ab1a
Compare
Choose a tag to compare

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

New Contributors

Full Changelog: v2.3.5...v2.4.0

v2.3.5 (2022-06-02)

02 Jun 22:13
e04658c
Compare
Choose a tag to compare
  • 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)

02 Apr 17:30
5ec4bec
Compare
Choose a tag to compare
  • Fix issue where the Daq could automatically disconnect after a scan
    was complete, causing all ami windows to close.

v2.3.3 (2021-02-10)

11 Feb 00:36
9623f70
Compare
Choose a tag to compare
  • Fix issue where the AmiDet had a hinted entries field that got in
    the way when using the BestEffortCallback.

v2.3.2 (2021-01-11)

11 Jan 19:19
8e84e83
Compare
Choose a tag to compare
  • 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)

23 Dec 00:34
841a175
Compare
Choose a tag to compare
  • Fix issue where events=-1 was a rejected argument rather than a
    valid configuration for infinite running.