6.2 KiB
CHANGELOG
v1.9.4 (2024-10-01)
Build
- build: allow numpy v2 (
825a7de
)
Fix
- fix: increased min version of typeguard (
e379282
)
v1.9.3 (2024-09-06)
Fix
- fix: remove bodge (readback) in SimMonitor (
cd75fc0
)
v1.9.2 (2024-09-05)
Ci
- ci: prefill variables for manual pipeline start (
3f2c6dc
)
Fix
-
fix: change inheritance for simmonitor from device to signal (
a675420
) -
fix: fix inheritance for SimMonitor (
f56961b
)
Refactor
- refactor: bodge to make simmonitor compatible with tests; to be removed asap (
9d9a5fe
)
v1.9.1 (2024-08-28)
Fix
- fix: removed arguments for callback call (
d83c102
)
Refactor
- refactor: moved sim test devices to sim_test_devices (
a49c6f6
)
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
- test: add test case (
76e1cfc
)
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
- wip (
35141e9
)
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
)