ophyd_devices/CHANGELOG.md
semantic-release 87d2b22b51 1.9.0
Automatically generated by python-semantic-release
2024-08-28 13:02:42 +00:00

6.4 KiB

CHANGELOG

v1.9.0 (2024-08-28)

Feature

  • feat: add dual patch pvs to ophyd_devices (c47918d)

v1.8.1 (2024-08-15)

Build

  • build: moved pyepics deps to >=3.5.5

3.5.3 and 3.5.4 should not be used (8046f22)

Fix

  • fix: fixed import of simpositioner test devices (f1f9721)

v1.8.0 (2024-08-14)

Feature

  • feat(sim): added dedicated positioner with controller (4ad5723)

v1.7.3 (2024-08-08)

Fix

  • fix: small bugfix to ensure motor_is_moving updates at the end of a move (577b35f)

Test

v1.7.2 (2024-07-29)

Build

  • build(ci): update variable for ophyd_devices branch (1d55214)

Ci

  • ci: made BEC a child pipeline (9eb67a0)

  • ci: moved to awi utils trigger pipelines (0f6494a)

  • ci: changed default branch (fe5f1c3)

  • ci: fixed default branch for ophyd ci var (85630f3)

Fix

  • fix: add write_access attribute to simulated readonly signal (c3e17ba)

  • fix: remove print for select_model method of sim module (5009316)

  • fix: Improve asyn_monitor and camera on_trigger and on_complete to return status (f311876)

Refactor

  • refactor: review DeviceStatus and error handling in simulation (87858ed)

  • refactor: rename monitor to device_monitor_2d (6a6b907)

Test

  • test: Fix and add test scenarios for DeviceStatus error handling (4397db9)

  • test: adapt tests to consider returned DeviceStatus for on_trigger/complete (f8e9aaf)

Unknown

v1.7.1 (2024-07-24)

Fix

  • fix: add run._subs SUB_VALUE to settable signal put method (ca6d96e)

v1.7.0 (2024-07-10)

Feature

  • feat: add SimLinearTrajectoryPositioner to better motion simulation (b5918c4)

Fix

  • fix: _update_state() does not raise an exception if stopped (207b9b5)

Refactor

  • refactor: make it easier to subclass SimPositioner (9037553)

Test

  • test: add test for SimLinearTrajectoryPositioner (ba7db78)

v1.6.1 (2024-07-05)

Fix

  • fix(softpositioner): fixed input args for softpositioner (e80811c)

v1.6.0 (2024-07-05)

Feature

  • feat(devices): added softpositioner (e803829)

v1.5.4 (2024-07-05)

Fix

  • fix(sim): fixed sim positioner moving state update (8efa93a)

v1.5.3 (2024-07-03)

Fix

  • fix: device sim params can be set through init (f481c1f)

Refactor

  • refactor: ensure temporary backward compatibility after API changes (73c636b)

v1.5.2 (2024-07-02)

Fix

  • fix: put noqa comment on hdf5plugin import, compress HDF5 test file to ensure it requires the module for reading

hd5plugin import has the side effect of installing LZ4 codec (55ea6a1)

  • fix: split simulation classes in multiple files (2622ddb)

Unknown

v1.5.1 (2024-06-28)

Documentation

  • docs: Update device list (f818ff0)

  • docs: Update device list (ac5e794)

  • docs: Update device list (cc6773e)

  • docs: Update device list (2ad4a70)

Fix

  • fix: update timestamp upon reading of non computed readback signal (17e8cd9)

v1.5.0 (2024-06-19)