mirror of
https://github.com/bec-project/ophyd_devices.git
synced 2025-06-02 01:50:40 +02:00
6.1 KiB
6.1 KiB
CHANGELOG
v1.3.5 (2024-06-14)
Fix
- fix: fixed pyepics version for now as it segfaults on startup (
f1a2368
)
v1.3.4 (2024-06-07)
Fix
- fix: remove inheritance from ophyd.PostionerBase for simflyer (
c9247ef
)
v1.3.3 (2024-06-06)
Fix
v1.3.2 (2024-06-04)
Documentation
Fix
- fix: adapt SimPositioner, make tolerance changeable signal (
3606a2f
)
v1.3.1 (2024-06-03)
Documentation
Fix
- fix: bugfix to fill data butter with value, timestamp properly (
8520800
)
v1.3.0 (2024-06-03)
Documentation
Feature
- feat: add async monitor, add on_complete to psi_det_base and rm duplicated mocks, closes #67 (
1aece61
)
Refactor
Test
- test: add tests for new device (
c554422
)
v1.2.1 (2024-05-29)
Documentation
Fix
- fix: fixed psi_detector_base to allow init with mocked device_manager (
e566c7f
)
v1.2.0 (2024-05-29)
Ci
- ci: fix bec_core_branch triggering in ci file (
3cab569
)
Documentation
-
docs: Update device list (
08dfc9e
) -
docs: Update device list (
106233f
) -
docs: Update device list (
9c93916
) -
docs: Update device list (
018fdac
)
Feature
- feat: add option to save Camera data to disk, closes #66 (
60b2e75
)
Test
- test: add tests (
af908fa
)
v1.1.0 (2024-05-27)
Feature
- feat: refactor psi_detector_base class, add tests (
a0ac8c9
)
Refactor
- refactor: add publish file location to base class (
e8510fb
)
v1.0.2 (2024-05-23)
Ci
-
ci: fixed dependency for bec (
6630740
) -
ci: added ci token to update job (
180891b
) -
ci: added device-list-update job (
3405e2a
)
Documentation
-
docs: Update device list (
d4f2ead
) -
docs: Update device list (
2f575d3
) -
docs: Update device list (
b5adc09
)
Fix
- fix: pep8 compliant naming #64 (
d705958
)
v1.0.1 (2024-05-15)
Ci
-
ci: fixed bec_widgets env var (
e900a4c
) -
ci: fixed bec core dependency (
8158e14
) -
ci: added echo to highlight the current branch (
68b593f
)
Fix
- fix: bec_lib imports (
3d8b023
)