3274 Commits

Author SHA1 Message Date
semantic-release
b56f0f757b 2.34.12
Automatically generated by python-semantic-release
v2.34.12
2024-10-22 16:53:36 +00:00
5c0d825785 fix(scans): removed default from required kwarg 2024-10-22 18:35:14 +02:00
6fb87c725b fix(scan_assembler): forward error message content 2024-10-22 18:35:14 +02:00
96734c3dd2 fix(scans): fixed kwarg check for scans without args but required kwargs 2024-10-22 18:35:14 +02:00
semantic-release
bfda031d68 2.34.11
Automatically generated by python-semantic-release
v2.34.11
2024-10-22 16:34:12 +00:00
e51a2fbe1c fix: ensure 'bec.scans' (default namespace) points to a clean namespace
BECClient.scans is the same as before ; BECClient.scans_namespace is a
SimpleNamespace with only functions to run scans. BECClient's
default namespace points to the latter. As a consequence, IPython
client "bec.scans" == BECClient.scans_namespace , users can only see
scan run functions.
2024-10-22 18:16:38 +02:00
semantic-release
ededa6b290 2.34.10
Automatically generated by python-semantic-release
v2.34.10
2024-10-22 14:51:37 +00:00
121b9eb57a fix(scans): expose snaked kwarg to user 2024-10-22 16:02:19 +02:00
e35477b3d6 ci: run e2e tests on pre_release 2024-10-18 18:21:29 +02:00
semantic-release
1a04b9d693 2.34.9
Automatically generated by python-semantic-release
v2.34.9
2024-10-18 15:56:12 +00:00
13d6ec472b fix(rpc): reset alarm stack for rpc 2024-10-18 17:38:28 +02:00
semantic-release
ec8fb6b31c 2.34.8
Automatically generated by python-semantic-release
v2.34.8
2024-10-15 14:44:18 +00:00
d2ce95c10e fix: fixed folder permission for log and recovery_config writing 2024-10-15 12:48:15 +02:00
semantic-release
6f2750dbaf 2.34.7
Automatically generated by python-semantic-release
v2.34.7
2024-10-11 14:20:12 +00:00
9b30f004ac test(file_utils): fixed tests 2024-10-11 15:50:43 +02:00
29af160ab9 fix(log): fixed file permissions 2024-10-11 15:33:23 +02:00
semantic-release
5aed90669c 2.34.6
Automatically generated by python-semantic-release
v2.34.6
2024-10-11 10:05:01 +00:00
9141280889 fix(logger): log messages should be streams, not pub sub 2024-10-11 10:31:59 +02:00
semantic-release
7d0771ecbb 2.34.5
Automatically generated by python-semantic-release
v2.34.5
2024-10-11 08:27:49 +00:00
975e047257 fix(logs): adjusted mask for log directory 2024-10-11 10:09:34 +02:00
62317242ef docs(scans): added missing relative flag to umv and mv examples 2024-10-09 11:38:06 +02:00
eb84c67324 docs: update outdated yaml for simulated gauss in user section 2024-10-07 10:09:17 +02:00
5196e8eaca ci: added CHECK_PKG_VERSIONS variable to ci file 2024-10-02 07:38:03 +02:00
semantic-release
61e7d7228f 2.34.4
Automatically generated by python-semantic-release
v2.34.4
2024-10-02 05:34:19 +00:00
f836910b3d docs: update documentation 2024-10-02 07:26:07 +02:00
a06d03f212 fix: add 1d monitor endpoint, add waveform device and fix its updates. unify async 'extend' and 'append' accumulation 2024-10-02 07:26:07 +02:00
semantic-release
483f736624 2.34.3
Automatically generated by python-semantic-release
v2.34.3
2024-10-01 15:18:37 +00:00
56e98e8b19 fix: fixed support for nested devices 2024-10-01 17:09:49 +02:00
semantic-release
66107363ae 2.34.2
Automatically generated by python-semantic-release
v2.34.2
2024-10-01 15:02:01 +00:00
00d957267a fix: fixed min version of msgpack 2024-10-01 16:17:13 +02:00
semantic-release
4fb4f0a50f 2.34.1
Automatically generated by python-semantic-release
v2.34.1
2024-10-01 10:58:18 +00:00
c2e05c04fe fix: min version for typeguard to support literals is 4.1.5 2024-10-01 12:39:44 +02:00
semantic-release
c10ec60a32 2.34.0
Automatically generated by python-semantic-release
v2.34.0
2024-10-01 08:57:21 +00:00
d32ed2b6de feat(utils): added plugin repo license 2024-10-01 10:39:13 +02:00
88f5e9d508 build: updated numpy and hiredis version 2024-09-28 08:48:00 +02:00
eb3c302874 refactor: allow rgb array data within DeviceMonitor2DMessage 2024-09-18 17:14:30 +02:00
semantic-release
55c882f1df 2.33.0
Automatically generated by python-semantic-release
v2.33.0
2024-09-18 14:53:27 +00:00
ca4eb1e5d4 fix(interactive_scan): fixed bug in scan number calculation; simplified interface 2024-09-18 16:36:13 +02:00
e9839bf79b fix(interactive_scan): fixed default exp_time 2024-09-18 16:36:13 +02:00
90b07ed690 fix(scan_worker): exp time is optional; default 0 2024-09-18 16:36:13 +02:00
99a1553794 fix(rpc): check for alarms during rpc calls 2024-09-18 16:36:13 +02:00
020856d4fe test(dmmock): fixed mocked devicemanager to avoid leakage between tests 2024-09-18 16:36:13 +02:00
d842e20dc8 feat(interactive scans): added support for interactive scans
This commit adds support for interactive scans. This is a new feature that allows users to interactively define scans in the BEC client. The user can specify the scan parameters in a context manager and then run the scan interactively by accessing the device objects directly. Dedicated trigger and read function are provided to perform larger actions.
2024-09-18 16:36:13 +02:00
c67e80a29a refactor(bec_lib): minor cleanup for cli scan context managers 2024-09-18 16:36:13 +02:00
semantic-release
8c5c0a8a32 2.32.0
Automatically generated by python-semantic-release
v2.32.0
2024-09-18 14:27:49 +00:00
1a9bb962f2 feat(endpoint): added device_raw endpoint 2024-09-18 16:19:50 +02:00
7eb4ead57d feat(scan queue): added support for changing the order of scans in the queue 2024-09-18 11:46:51 +02:00
semantic-release
3bc1cd406a 2.31.2
Automatically generated by python-semantic-release
v2.31.2
2024-09-13 08:10:01 +00:00
026b12f202 fix(dap): dap service should run independent of scan segment callbacks 2024-09-13 08:53:36 +02:00
semantic-release
6e28043e3d 2.31.1
Automatically generated by python-semantic-release
v2.31.1
2024-09-12 17:19:35 +00:00