ophyd_devices/CHANGELOG.md
semantic-release 69105332a4 1.5.2
Automatically generated by python-semantic-release
2024-07-02 15:13:50 +00:00

6.2 KiB

CHANGELOG

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)

Feature

  • feat: add option to return DeviceStatus for on_trigger, on_complete; extend wait_for_signals (2c7c48a)

v1.4.0 (2024-06-17)

Documentation

  • docs: Update device list (22a6970)

Feature

  • feat(config): added epics example config (a10e5bc)

v1.3.5 (2024-06-14)

Fix

  • fix: fixed pyepics version for now as it segfaults on startup (f1a2368)

v1.3.4 (2024-06-07)

Fix

  • fix: remove inheritance from ophyd.PostionerBase for simflyer (c9247ef)

v1.3.3 (2024-06-06)

Fix

  • fix: make done and successful mandatory args. (79b821a)

  • fix: make filepath a signal (e9aaa03)

v1.3.2 (2024-06-04)

Documentation

  • docs: Update device list (c1e977f)

  • docs: Update device list (92be39f)

Fix

  • fix: adapt SimPositioner, make tolerance changeable signal (3606a2f)

v1.3.1 (2024-06-03)

Documentation

  • docs: Update device list (33f5d8a)

  • docs: Update device list (6f29a79)

Fix

  • fix: bugfix to fill data butter with value, timestamp properly (8520800)

v1.3.0 (2024-06-03)

Documentation

  • docs: Update device list (f9b126c)

  • docs: Update device list (be25cba)

Feature

  • feat: add async monitor, add on_complete to psi_det_base and rm duplicated mocks, closes #67 (1aece61)

Refactor

  • refactor: add .wait() to set methods (7334925)

  • refactor: removed deprecated devices (8ef6d10)

Test

  • test: add tests for new device (c554422)

v1.2.1 (2024-05-29)

Documentation

  • docs: Update device list (5a591ce)

  • docs: Update device list (ae0c766)

Fix

  • fix: fixed psi_detector_base to allow init with mocked device_manager (e566c7f)

v1.2.0 (2024-05-29)

Ci

  • ci: fix bec_core_branch triggering in ci file (3cab569)

Documentation

  • docs: Update device list (08dfc9e)

  • docs: Update device list (106233f)

  • docs: Update device list (9c93916)

  • docs: Update device list (018fdac)

Feature

  • feat: add option to save Camera data to disk, closes #66 (60b2e75)

Test

v1.1.0 (2024-05-27)

Refactor

  • refactor: add publish file location to base class (e8510fb)