mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2026-02-20 17:28:42 +01:00
5.0 KiB
5.0 KiB
CHANGELOG
v1.12.0 (2024-12-19)
Features
- tests: Added simulated device for testing disconnected iocs
(
6cd4044)
v1.11.1 (2024-12-10)
Bug Fixes
-
Cleanup protocols, moved event_types to BECBaseProtocol (
6e71da7) -
Update protocls for docs in main (
482e232)
v1.11.0 (2024-12-04)
Bug Fixes
- Falcon and xMAP inherit ADBase
(
e37accd)
It is needed for ND plugins to inspect the asyn pipeline.
Documentation
- Update device list
(
49630f8)
Features
- Xmap and FalconX devices
(
3cf9d15)
v1.10.6 (2024-12-04)
Bug Fixes
- Bump ophyd version to 1.10, remove patch, fix corresponding test
(
f166847)
Continuous Integration
- Update ci syntax for dependency job
(
35f3819)
v1.10.5 (2024-11-19)
Bug Fixes
- Add init to tests folder
(
2034539)
Continuous Integration
- Update no pragma for coverage
(
cd64d57)
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
- Allow bec v3
(
93cd972)
Build System
- Allow bec v3
(
bd3897f)
Documentation
- Update device list
(
6f50660)
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
- Allow numpy v2
(
825a7de)
v1.9.3 (2024-09-06)
Bug Fixes
- Remove bodge (readback) in SimMonitor
(
cd75fc0)