Commit Graph

1183 Commits

Author SHA1 Message Date
appel_c 6e2507bcb5 feat: Add subscription to update sim_monitor with motor readbacks 2026-05-08 13:12:21 +02:00
semantic-release 5ce61f5619 1.37.0
Automatically generated by python-semantic-release
v1.37.0
2026-04-28 07:38:38 +00:00
github-actions[bot] 70353c758e docs: Update device list 2026-04-28 07:37:09 +00:00
wakonig_k 27722659a8 ci: add device list update workflow and script 2026-04-28 09:32:57 +02:00
wakonig_k f430a599a8 feat: add ecmc and vme user motor to device templates 2026-04-28 09:31:15 +02:00
wakonig_k 082af04408 feat: expose EpicsSignal classes in ophyd_devices 2026-04-28 09:31:15 +02:00
semantic-release d86d1c7d12 1.36.3
Automatically generated by python-semantic-release
v1.36.3
2026-04-15 12:59:13 +00:00
appel_c cf519f19d5 fix(static-device-test): Fix static device test constructing device the device obj 2026-04-15 14:58:24 +02:00
appel_c f7ef57b796 fix(dynamic-pseudo): fix signal_callback runs before compute method 2026-04-15 14:58:24 +02:00
appel_c 142b761eab fix(sim-monitor): fix progress update scan_info.msg is None 2026-04-15 14:58:24 +02:00
appel_c 05b9ec3a18 fix(sim-test-devices): fix complete method calls unknown signal 2026-04-15 14:58:24 +02:00
semantic-release 7a7232f051 1.36.2
Automatically generated by python-semantic-release
v1.36.2
2026-04-15 12:57:03 +00:00
perl_d 993b84d00d fix: fix status resolution in simple positioner 2026-04-15 14:56:29 +02:00
semantic-release 5d8eb0d018 1.36.1
Automatically generated by python-semantic-release
v1.36.1
2026-04-10 14:31:40 +00:00
appel_c 4a8c4a1bf4 fix(psi-pseudo-motor-base): fix readback callback 2026-04-10 16:31:05 +02:00
semantic-release 6d820663f7 1.36.0
Automatically generated by python-semantic-release
v1.36.0
2026-03-27 21:34:27 +00:00
appel_c f8a2ee6df1 fix(pseudo-motor): Add subscription callbacks to readback signal, and SUB_READBACK event from positioners 2026-03-27 22:33:57 +01:00
appel_c b6633bc7e9 refactor(ProcessedSignal): Add auto monitor attribute to ProcessedSignal 2026-03-27 22:33:57 +01:00
appel_c 9c2721bf74 refactor: Cleanup, bugfixes, and docs 2026-03-27 22:33:57 +01:00
appel_c fdc91e4aff feat: add pseudo motor 2026-03-27 22:33:57 +01:00
appel_c 2c17e75e3f feat(processed-signal): add ProcessedSignal 2026-03-27 22:33:57 +01:00
appel_c 4f238facec fix(sim-signal): fix subscription for simulated signals. 2026-03-27 22:33:57 +01:00
semantic-release 3c38ea1251 1.35.0
Automatically generated by python-semantic-release
v1.35.0
2026-03-25 14:17:45 +00:00
Xiaoqiang Wang 8b802098d7 fix: add PeakAnalyserCam to export list 2026-03-25 15:17:11 +01:00
Xiaoqiang Wang 8e64d78daa feat: add peakAnalyser driver class 2026-03-25 15:17:11 +01:00
Xiaoqiang Wang 9a9f563db7 fix: add more camera classes to export list 2026-03-25 15:17:11 +01:00
semantic-release b6ce334e3f 1.34.4
Automatically generated by python-semantic-release
v1.34.4
2026-03-23 14:04:59 +00:00
wakonig_k 1452748c89 fix: typos 2026-03-23 15:04:31 +01:00
semantic-release de32f504e3 1.34.3
Automatically generated by python-semantic-release
v1.34.3
2026-03-18 10:43:55 +00:00
appel_c b0db46dd97 fix(pyproject): Update black dependency 2026-03-18 11:43:25 +01:00
appel_c 3a716299b5 refactor: apply black 2026.1 formatting to ophyd_devices 2026-03-18 11:43:25 +01:00
semantic-release 3cc1aed47c 1.34.2
Automatically generated by python-semantic-release
v1.34.2
2026-03-12 12:13:46 +00:00
appel_c 5343f568fa refactor(pandabox): adapt block_name_mapping and improve docstrings 2026-03-12 13:13:14 +01:00
appel_c fe3a88266c fix(panda-box): Refactor data signal names, enforce valid python attribute name 2026-03-12 13:13:14 +01:00
appel_c e8e0e81f62 test(panda-box): Add tests for data readout loop and context manager 2026-03-12 13:13:14 +01:00
appel_c 164dc7c056 fix(panda-box): Refactor DataConnection to PandaBox 2026-03-12 13:13:14 +01:00
appel_c 2c8293d2bb fix(panda-box): Receive PandaBox data as scaled (scale and offset applied) data. 2026-03-12 13:13:14 +01:00
appel_c 45d10f515d fix(panda-box): Remove logs from data_readout loop 2026-03-12 13:13:14 +01:00
semantic-release d0548653ba 1.34.1
Automatically generated by python-semantic-release
v1.34.1
2026-03-11 15:39:28 +00:00
wyzula_j 0d17982c5b fix(bec_signal): preview signal fixed for RGB cameras transpose 2026-03-11 16:38:51 +01:00
semantic-release c973a8a8d3 1.34.0
Automatically generated by python-semantic-release
v1.34.0
2026-03-03 15:49:40 +00:00
appel_c 086444bf7e fix(socket): Update docstring for SocketSignal 2026-03-03 16:49:03 +01:00
appel_c 4371987476 test(socket): add tests for SocketSignal callbacks 2026-03-03 16:49:03 +01:00
appel_c da260ce4ce refactor(socket): cleanup SocketSignal put/get methods 2026-03-03 16:49:03 +01:00
appel_c cb720e072c feat(socket): add cache mechanism for SocketSignal 2026-03-03 16:49:03 +01:00
semantic-release df811c3b7b 1.33.2
Automatically generated by python-semantic-release
v1.33.2
2026-03-03 07:45:39 +00:00
appel_c d00463f005 refactor: cleanup, improve docstrings 2026-03-03 08:45:08 +01:00
appel_c bb7fcba34a fix(panda-box): adapt cleanup logic to avoid Panda to be stuck when stopped. 2026-03-03 08:45:08 +01:00
semantic-release 7034a323e5 1.33.1
Automatically generated by python-semantic-release
v1.33.1
2026-03-02 12:13:24 +00:00
appel_c f7b0fa9f08 refator: fix patch_dual_pvs 2026-03-02 13:12:48 +01:00