Skip to content

Releases: bluesky/yaqc-bluesky

v2023.8.0

14 Aug 22:27
24baadb
Compare
Choose a tag to compare

Added

  • daemons supporting is-discrete now can be set according to their identifiers

Changed

  • properties now appear as sub-devices

Fixed

  • sensors no-longer force a measure at connect-time (this requires sensors to actually be traits compliant)

2022.4.1

26 Apr 16:54
8dd2490
Compare
Choose a tag to compare

Fixed

  • More error tolerant wait until still method which properly sets the exception of the status object

2022.4.0

19 Apr 16:21
f0c5bc2
Compare
Choose a tag to compare

Fixed

  • namespace dependent hardware to avoid name collisions
  • Invalid splatting of has mapping values into an append call, which only takes one argument

Added

  • "independent" flag to mapping added fields marking them as independent variables that should not be treated as "channels"

2022.1.0

30 Jan 23:44
613d95b
Compare
Choose a tag to compare

[2022.1.0]

Added

  • human readable repr for device
  • Handling of devices which provide dependent hardware

v2021.12.0

22 Dec 15:57
68408a8
Compare
Choose a tag to compare

Changed

  • Use yaq properties to fill out read/configuration
  • No longer use {name}_readback and {name}_setpoint (replaced by {name} and {name}_destination)

v2021.9.0

08 Sep 03:30
625ec78
Compare
Choose a tag to compare

Changed

  • state of busy no longer returned when devices are read
  • happi name field no longer overloaded, upstream now allows short names
  • happi now pinned to >= 1.9.0
  • Default for units and shape if not provided for the daemon
  • Sensor shapes properly applied in describe
  • Use "array" dtype for sensor channels with a shape

Added

  • clients to has-position daemons now implement @Property position, a common convention in bluesky
  • handling of has-mapping trait to provide correlated dimensions between mapping and arrays

Removed

  • no longer implement "set" for hardware without position (had raised NotImplementedError)

v2021.1.1

26 Jan 02:25
f50c78f
Compare
Choose a tag to compare

Changed

  • overloaded happi default for item name requirements: now any valid python identifier works

v2021.1.0

13 Jan 02:38
9698473
Compare
Choose a tag to compare

Added

  • happi support
  • happi is now a dependency

Changed

  • removed base attribute stop (None) that only existed to pass bluesky ducktype checks
  • added bluesky as explicit dependency, pinned to newer than 1.6.6

v2020.07.1

09 Oct 15:44
Compare
Choose a tag to compare

Remove name field

v2020.07.0

30 Jul 23:17
4d6cd87
Compare
Choose a tag to compare

initial release