6.5 KiB
CHANGELOG
v1.9.6 (2024-10-17)
Fixes
- fix: cleanup and bugfix in positioner; closes #84 (
6a7c074
)
Refactoring
- refactor: cleanup sim module namespace; closes #80 (
fa32b42
)
v1.9.5 (2024-10-01)
Fixes
-
fix: bugfix for proxy devices (
b1639ea
) -
fix: Fixed SimWaveform, works as async device and device_monitor_1d simultaneously (
7ff37c0
)
Refactoring
- refactor: cleanup of scan_status prints in scaninfo_mixin (
449dadb
)
v1.9.4 (2024-10-01)
Build System
- build: allow numpy v2 (
825a7de
)
Fixes
- fix: increased min version of typeguard (
e379282
)
v1.9.3 (2024-09-06)
Fixes
- fix: remove bodge (readback) in SimMonitor (
cd75fc0
)
v1.9.2 (2024-09-05)
Continuous Integration
- ci: prefill variables for manual pipeline start (
3f2c6dc
)
Fixes
-
fix: change inheritance for simmonitor from device to signal (
a675420
) -
fix: fix inheritance for SimMonitor (
f56961b
)
Refactoring
- refactor: bodge to make simmonitor compatible with tests; to be removed asap (
9d9a5fe
)
v1.9.1 (2024-08-28)
Fixes
- fix: removed arguments for callback call (
d83c102
)
Refactoring
- refactor: moved sim test devices to sim_test_devices (
a49c6f6
)
v1.9.0 (2024-08-28)
Features
- feat: add dual patch pvs to ophyd_devices (
c47918d
)
v1.8.1 (2024-08-15)
Build System
- build: moved pyepics deps to >=3.5.5
3.5.3 and 3.5.4 should not be used (8046f22
)
Fixes
- fix: fixed import of simpositioner test devices (
f1f9721
)
v1.8.0 (2024-08-14)
Features
- feat(sim): added dedicated positioner with controller (
4ad5723
)
v1.7.3 (2024-08-08)
Fixes
- fix: small bugfix to ensure motor_is_moving updates at the end of a move (
577b35f
)
Testing
- test: add test case (
76e1cfc
)
v1.7.2 (2024-07-29)
Build System
- build(ci): update variable for ophyd_devices branch (
1d55214
)
Continuous Integration
-
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
)
Fixes
-
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
)
Refactoring
-
refactor: review DeviceStatus and error handling in simulation (
87858ed
) -
refactor: rename monitor to device_monitor_2d (
6a6b907
)
Testing
-
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)
Fixes
- fix: add run._subs SUB_VALUE to settable signal put method (
ca6d96e
)
v1.7.0 (2024-07-10)
Features
- feat: add SimLinearTrajectoryPositioner to better motion simulation (
b5918c4
)
Fixes
- fix: _update_state() does not raise an exception if stopped (
207b9b5
)
Testing
- test: add test for SimLinearTrajectoryPositioner (
ba7db78
)