2121 Commits

Author SHA1 Message Date
ddc12ba9bc refactor: avoid logger <-> messages circular import
This is a preventive measure. The logger module needs LogMessage, and
messages module needs bec_logger, so as one possible fix, delay
LogMessage access in logger.
2023-11-20 15:52:39 +00:00
298faaf140 test: added test for diid>=target_diid 2023-11-20 15:10:49 +00:00
7ed8937dec refactor: remove redundant BMessage from test_scans 2023-11-20 13:07:54 +00:00
9345b15e7a ci: added missing scihub tests to additional test jobs 2023-11-19 15:38:50 +00:00
semantic-release
18132fb515 0.42.10
Automatically generated by python-semantic-release
v0.42.10
2023-11-19 15:36:08 +00:00
6e5a8272f8 test: fixed floating point precision for table report 2023-11-19 15:11:06 +00:00
c576669495 fix: fixed rpc func name compilation 2023-11-19 15:11:06 +00:00
80ee353712 fix: changes related to new read signature 2023-11-19 15:11:06 +00:00
a396f12ec4 fix: fixed readback data mixin 2023-11-19 15:11:06 +00:00
de375b7579 test: fixed show_all test 2023-11-19 15:11:06 +00:00
773168e2da test: added tests for rpc mixin class 2023-11-19 15:11:06 +00:00
16d4d8618a test: updated rpc test 2023-11-19 15:11:06 +00:00
1bb2f0c101 refactor: made rpc a public method of rpc mixin 2023-11-19 15:11:06 +00:00
35ea586f5a refactor: moved rpc_mixin to separate file 2023-11-19 15:11:06 +00:00
ba3e780400 refactor: moved rpc logic to separate mixin class 2023-11-19 15:11:06 +00:00
52f9a4ecee fix: read through rpc updates the redis entries 2023-11-19 15:11:06 +00:00
d362aae393 refactor: clean up 2023-11-19 15:11:06 +00:00
f491d40bac refactor: improved dev.show_all 2023-11-19 15:11:06 +00:00
semantic-release
456c7a68ef 0.42.9
Automatically generated by python-semantic-release
v0.42.9
2023-11-19 12:51:37 +00:00
77f4072334 docs: fix typo 2023-11-19 12:47:44 +01:00
f5f989d176 fixed update initial motor params, fixed tests and add owis_grid to __init__ 2023-11-19 11:25:00 +01:00
afc2cc7fe7 test: remove redundant lines 2023-11-19 10:14:13 +01:00
830d70d7fb test: add test to owis_grid 2023-11-18 23:19:25 +01:00
7c3ed5198c refactor: move velo and acc calc. in separate function and call it from scan_core 2023-11-18 22:22:55 +01:00
81d40a2331 docs: add module docstring 2023-11-18 18:47:23 +01:00
dfe8f1ba1a refactor: finished refactoring of scan 2023-11-18 18:42:00 +01:00
ccb5b03add refactor: cleaned up scan core and removed hard coded speec/acc from stages 2023-11-18 18:14:23 +01:00
ab9a5e3fa5 fix: clean up __init__ 2023-11-18 17:55:11 +01:00
4e9eaad4ac refactor: fix docstring 2023-11-18 17:32:25 +01:00
semantic-release
7b601e3daf 0.42.8
Automatically generated by python-semantic-release
v0.42.8
2023-11-18 13:12:23 +00:00
fc39c4ad1e test: refactored test to use dev fixture instead of bec_client 2023-11-18 12:52:48 +00:00
9986a72926 fix: fixed ctrl c behaviour for rpc calls; closes #119 2023-11-18 12:52:48 +00:00
f1327d4091 fix: added status eq dunder 2023-11-18 12:52:48 +00:00
semantic-release
b8d50c81a6 0.42.7
Automatically generated by python-semantic-release
v0.42.7
2023-11-18 12:52:20 +00:00
6281716b29 fix: fixed signature serializer for py >3.9 2023-11-18 12:28:39 +00:00
5d4cd1c191 fix: fixed signature serializer for typing.Literal 2023-11-18 12:28:39 +00:00
968960646c refactor: added type hints for optim_trajectory; closes #117 2023-11-18 12:28:39 +00:00
c47a46f049 refactor: updated bec_lib import to new bec_lib structure 2023-11-18 12:03:36 +00:00
fb1c0154a5 refactor: improved pylint score 2023-11-18 11:13:18 +01:00
semantic-release
e1a3e4669c 0.42.6
Automatically generated by python-semantic-release
v0.42.6
2023-11-18 08:12:24 +00:00
2b3eddcff6 fix: include all needed files in packaged distro
Fix #118
2023-11-18 07:52:49 +00:00
semantic-release
1c1e1f8616 0.42.5
Automatically generated by python-semantic-release
v0.42.5
2023-11-17 17:36:56 +00:00
fe110764c2 test: added dm client test for nested signals 2023-11-17 12:21:15 +00:00
7c0ca1b5fe doc: added doc strings 2023-11-17 12:21:15 +00:00
0f3ab89875 test: added test for dyn device components 2023-11-17 12:21:15 +00:00
407f990490 fix: fixed creation of nested device components; needed for DynamicComponents 2023-11-17 12:21:15 +00:00
semantic-release
d1406b3e0e 0.42.4
Automatically generated by python-semantic-release
v0.42.4
2023-11-17 09:28:58 +00:00
5a81c21345 fix: removed redundant name in config output 2023-11-17 10:08:22 +01:00
087c5a3098 ci: testing pylint_check 2023-11-14 19:43:42 +01:00
55648d3cc8 ci: testing pylint_check 2023-11-14 19:35:37 +01:00