ophyd_devices/CHANGELOG.md
semantic-release f4ca2ac2be 1.10.4
Automatically generated by python-semantic-release
2024-11-19 08:23:08 +00:00

5.7 KiB

CHANGELOG

v1.10.4 (2024-11-19)

Bug Fixes

  • device base: Added missing property to BECDeviceBase (cc0e26a)

  • sim: Ensure to update the state before setting the status to finished (2e8ddbb)

v1.10.3 (2024-11-18)

Bug Fixes

Build System

Documentation

v1.10.2 (2024-10-25)

Bug Fixes

  • Ensure filepath is set to the required value before waiting (db9e191)

v1.10.1 (2024-10-25)

Bug Fixes

  • Ophyd patch, compatibility with Python >=3.12 (97982dd)

"find_module" has been deleted from Finder class

Refactoring

  • Refactored SimCamera write_to_disk option to continously write to h5 file. (41c54aa)

v1.10.0 (2024-10-22)

Bug Fixes

  • Improved patching of Ophyd 1.9 (8a9a6a9)

Features

  • Add test device for return status for stage/unstage (f5ab78e)

v1.9.6 (2024-10-17)

Bug Fixes

  • Cleanup and bugfix in positioner; closes #84 (6a7c074)

Refactoring

  • Cleanup sim module namespace; closes #80 (fa32b42)

v1.9.5 (2024-10-01)

Bug Fixes

  • Bugfix for proxy devices (b1639ea)

  • Fixed SimWaveform, works as async device and device_monitor_1d simultaneously (7ff37c0)

Refactoring

  • Cleanup of scan_status prints in scaninfo_mixin (449dadb)

v1.9.4 (2024-10-01)

Bug Fixes

  • Increased min version of typeguard (e379282)

Build System

v1.9.3 (2024-09-06)

Bug Fixes

  • Remove bodge (readback) in SimMonitor (cd75fc0)

v1.9.2 (2024-09-05)

Bug Fixes

  • Change inheritance for simmonitor from device to signal (a675420)

  • Fix inheritance for SimMonitor (f56961b)

Continuous Integration

  • Prefill variables for manual pipeline start (3f2c6dc)

Refactoring

  • Bodge to make simmonitor compatible with tests; to be removed asap (9d9a5fe)

v1.9.1 (2024-08-28)

Bug Fixes

  • Removed arguments for callback call (d83c102)

Refactoring

  • Moved sim test devices to sim_test_devices (a49c6f6)

v1.9.0 (2024-08-28)

Features

  • Add dual patch pvs to ophyd_devices (c47918d)

v1.8.1 (2024-08-15)

Bug Fixes

  • Fixed import of simpositioner test devices (f1f9721)

Build System

  • Moved pyepics deps to >=3.5.5 (8046f22)

3.5.3 and 3.5.4 should not be used

v1.8.0 (2024-08-14)

Features

  • sim: Added dedicated positioner with controller (4ad5723)

v1.7.3 (2024-08-08)

Bug Fixes

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

Testing

v1.7.2 (2024-07-29)

Refactoring

  • Review DeviceStatus and error handling in simulation (87858ed)

Testing

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