bec-ipython-client 3.130.4__tar.gz → 3.131.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {bec_ipython_client-3.130.4 → bec_ipython_client-3.131.0}/PKG-INFO +1 -1
- {bec_ipython_client-3.130.4 → bec_ipython_client-3.131.0}/pyproject.toml +3 -1
- {bec_ipython_client-3.130.4 → bec_ipython_client-3.131.0}/tests/end-2-end/test_actors_e2e.py +1 -1
- {bec_ipython_client-3.130.4 → bec_ipython_client-3.131.0}/tests/end-2-end/test_scans_lib_e2e.py +5 -5
- {bec_ipython_client-3.130.4 → bec_ipython_client-3.131.0}/.gitignore +0 -0
- {bec_ipython_client-3.130.4 → bec_ipython_client-3.131.0}/bec_ipython_client/__init__.py +0 -0
- {bec_ipython_client-3.130.4 → bec_ipython_client-3.131.0}/bec_ipython_client/beamline_mixin.py +0 -0
- {bec_ipython_client-3.130.4 → bec_ipython_client-3.131.0}/bec_ipython_client/bec_magics.py +0 -0
- {bec_ipython_client-3.130.4 → bec_ipython_client-3.131.0}/bec_ipython_client/bec_startup.py +0 -0
- {bec_ipython_client-3.130.4 → bec_ipython_client-3.131.0}/bec_ipython_client/callbacks/__init__.py +0 -0
- {bec_ipython_client-3.130.4 → bec_ipython_client-3.131.0}/bec_ipython_client/callbacks/device_progress.py +0 -0
- {bec_ipython_client-3.130.4 → bec_ipython_client-3.131.0}/bec_ipython_client/callbacks/ipython_live_updates.py +0 -0
- {bec_ipython_client-3.130.4 → bec_ipython_client-3.131.0}/bec_ipython_client/callbacks/live_table.py +0 -0
- {bec_ipython_client-3.130.4 → bec_ipython_client-3.131.0}/bec_ipython_client/callbacks/move_device.py +0 -0
- {bec_ipython_client-3.130.4 → bec_ipython_client-3.131.0}/bec_ipython_client/callbacks/utils.py +0 -0
- {bec_ipython_client-3.130.4 → bec_ipython_client-3.131.0}/bec_ipython_client/high_level_interfaces/__init__.py +0 -0
- {bec_ipython_client-3.130.4 → bec_ipython_client-3.131.0}/bec_ipython_client/high_level_interfaces/bec_hli.py +0 -0
- {bec_ipython_client-3.130.4 → bec_ipython_client-3.131.0}/bec_ipython_client/high_level_interfaces/spec_hli.py +0 -0
- {bec_ipython_client-3.130.4 → bec_ipython_client-3.131.0}/bec_ipython_client/main.py +0 -0
- {bec_ipython_client-3.130.4 → bec_ipython_client-3.131.0}/bec_ipython_client/plugins/SLS/__init__.py +0 -0
- {bec_ipython_client-3.130.4 → bec_ipython_client-3.131.0}/bec_ipython_client/plugins/SLS/sls_info.py +0 -0
- {bec_ipython_client-3.130.4 → bec_ipython_client-3.131.0}/bec_ipython_client/plugins/XTreme/__init__.py +0 -0
- {bec_ipython_client-3.130.4 → bec_ipython_client-3.131.0}/bec_ipython_client/plugins/XTreme/x-treme.py +0 -0
- {bec_ipython_client-3.130.4 → bec_ipython_client-3.131.0}/bec_ipython_client/plugins/__init__.py +0 -0
- {bec_ipython_client-3.130.4 → bec_ipython_client-3.131.0}/bec_ipython_client/plugins/flomni/flomni_config.yaml +0 -0
- {bec_ipython_client-3.130.4 → bec_ipython_client-3.131.0}/bec_ipython_client/prettytable.py +0 -0
- {bec_ipython_client-3.130.4 → bec_ipython_client-3.131.0}/bec_ipython_client/progressbar.py +0 -0
- {bec_ipython_client-3.130.4 → bec_ipython_client-3.131.0}/bec_ipython_client/signals.py +0 -0
- {bec_ipython_client-3.130.4 → bec_ipython_client-3.131.0}/demo.py +0 -0
- {bec_ipython_client-3.130.4 → bec_ipython_client-3.131.0}/tests/client_tests/conftest.py +0 -0
- {bec_ipython_client-3.130.4 → bec_ipython_client-3.131.0}/tests/client_tests/test_beamline_mixins.py +0 -0
- {bec_ipython_client-3.130.4 → bec_ipython_client-3.131.0}/tests/client_tests/test_bec_client.py +0 -0
- {bec_ipython_client-3.130.4 → bec_ipython_client-3.131.0}/tests/client_tests/test_device_progress.py +0 -0
- {bec_ipython_client-3.130.4 → bec_ipython_client-3.131.0}/tests/client_tests/test_ipython_live_updates.py +0 -0
- {bec_ipython_client-3.130.4 → bec_ipython_client-3.131.0}/tests/client_tests/test_live_table.py +0 -0
- {bec_ipython_client-3.130.4 → bec_ipython_client-3.131.0}/tests/client_tests/test_move_callback.py +0 -0
- {bec_ipython_client-3.130.4 → bec_ipython_client-3.131.0}/tests/client_tests/test_pretty_table.py +0 -0
- {bec_ipython_client-3.130.4 → bec_ipython_client-3.131.0}/tests/conftest.py +0 -0
- {bec_ipython_client-3.130.4 → bec_ipython_client-3.131.0}/tests/end-2-end/_ensure_requirements_container.py +0 -0
- {bec_ipython_client-3.130.4 → bec_ipython_client-3.131.0}/tests/end-2-end/test_procedures_e2e.py +0 -0
- {bec_ipython_client-3.130.4 → bec_ipython_client-3.131.0}/tests/end-2-end/test_scans_e2e.py +0 -0
- {bec_ipython_client-3.130.4 → bec_ipython_client-3.131.0}/tests/end-2-end/test_scans_v4_lib_e2e.py +0 -0
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "bec_ipython_client"
|
|
7
|
-
version = "3.
|
|
7
|
+
version = "3.131.0"
|
|
8
8
|
description = "BEC IPython client"
|
|
9
9
|
requires-python = ">=3.11"
|
|
10
10
|
classifiers = [
|
|
@@ -81,6 +81,8 @@ Homepage = "https://github.com/bec-project/bec"
|
|
|
81
81
|
|
|
82
82
|
|
|
83
83
|
|
|
84
|
+
|
|
85
|
+
|
|
84
86
|
|
|
85
87
|
|
|
86
88
|
|
{bec_ipython_client-3.130.4 → bec_ipython_client-3.131.0}/tests/end-2-end/test_actors_e2e.py
RENAMED
|
@@ -27,7 +27,7 @@ def bec_with_delay_device(bec_ipython_client_fixture):
|
|
|
27
27
|
dev.ramp_up.max_val.put(400)
|
|
28
28
|
dev.ramp_up.value.put(400)
|
|
29
29
|
dev.ramp_up.delay.put(2)
|
|
30
|
-
dev.ramp_up.rampup_time.put(
|
|
30
|
+
dev.ramp_up.rampup_time.put(8)
|
|
31
31
|
yield bec, dev.ramp_up
|
|
32
32
|
dev.ramp_up.stop()
|
|
33
33
|
|
{bec_ipython_client-3.130.4 → bec_ipython_client-3.131.0}/tests/end-2-end/test_scans_lib_e2e.py
RENAMED
|
@@ -609,24 +609,24 @@ def test_bl_state(bec_client_lib):
|
|
|
609
609
|
scans.umv(dev.samx, 5, relative=False).wait()
|
|
610
610
|
assert bec.beamline_states.samx_within_limits.get() == {
|
|
611
611
|
"status": "valid",
|
|
612
|
-
"label": "
|
|
612
|
+
"label": "Device samx within limits",
|
|
613
613
|
}
|
|
614
614
|
|
|
615
615
|
scans.umv(dev.samx, 20, relative=False).wait()
|
|
616
616
|
assert bec.beamline_states.samx_within_limits.get() == {
|
|
617
617
|
"status": "invalid",
|
|
618
|
-
"label": "
|
|
618
|
+
"label": "Device samx out of limits",
|
|
619
619
|
}
|
|
620
620
|
|
|
621
621
|
scans.umv(dev.hexapod.x, 5, relative=False).wait()
|
|
622
622
|
assert bec.beamline_states.hexapod_x_within_limits.get() == {
|
|
623
623
|
"status": "valid",
|
|
624
|
-
"label": "
|
|
624
|
+
"label": "Device hexapod.x within limits",
|
|
625
625
|
}
|
|
626
626
|
scans.umv(dev.hexapod.x, 20, relative=False).wait()
|
|
627
627
|
assert bec.beamline_states.hexapod_x_within_limits.get() == {
|
|
628
628
|
"status": "invalid",
|
|
629
|
-
"label": "
|
|
629
|
+
"label": "Device hexapod.x out of limits",
|
|
630
630
|
}
|
|
631
631
|
|
|
632
632
|
bec.beamline_states.delete("hexapod_x_within_limits")
|
|
@@ -639,5 +639,5 @@ def test_bl_state(bec_client_lib):
|
|
|
639
639
|
time.sleep(0.1)
|
|
640
640
|
assert bec.beamline_states.samx_within_limits.get() == {
|
|
641
641
|
"status": "valid",
|
|
642
|
-
"label": "
|
|
642
|
+
"label": "Device samx within limits",
|
|
643
643
|
}
|
|
File without changes
|
|
File without changes
|
{bec_ipython_client-3.130.4 → bec_ipython_client-3.131.0}/bec_ipython_client/beamline_mixin.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bec_ipython_client-3.130.4 → bec_ipython_client-3.131.0}/bec_ipython_client/callbacks/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bec_ipython_client-3.130.4 → bec_ipython_client-3.131.0}/bec_ipython_client/callbacks/live_table.py
RENAMED
|
File without changes
|
|
File without changes
|
{bec_ipython_client-3.130.4 → bec_ipython_client-3.131.0}/bec_ipython_client/callbacks/utils.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bec_ipython_client-3.130.4 → bec_ipython_client-3.131.0}/bec_ipython_client/plugins/SLS/__init__.py
RENAMED
|
File without changes
|
{bec_ipython_client-3.130.4 → bec_ipython_client-3.131.0}/bec_ipython_client/plugins/SLS/sls_info.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bec_ipython_client-3.130.4 → bec_ipython_client-3.131.0}/bec_ipython_client/plugins/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bec_ipython_client-3.130.4 → bec_ipython_client-3.131.0}/tests/client_tests/test_beamline_mixins.py
RENAMED
|
File without changes
|
{bec_ipython_client-3.130.4 → bec_ipython_client-3.131.0}/tests/client_tests/test_bec_client.py
RENAMED
|
File without changes
|
{bec_ipython_client-3.130.4 → bec_ipython_client-3.131.0}/tests/client_tests/test_device_progress.py
RENAMED
|
File without changes
|
|
File without changes
|
{bec_ipython_client-3.130.4 → bec_ipython_client-3.131.0}/tests/client_tests/test_live_table.py
RENAMED
|
File without changes
|
{bec_ipython_client-3.130.4 → bec_ipython_client-3.131.0}/tests/client_tests/test_move_callback.py
RENAMED
|
File without changes
|
{bec_ipython_client-3.130.4 → bec_ipython_client-3.131.0}/tests/client_tests/test_pretty_table.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{bec_ipython_client-3.130.4 → bec_ipython_client-3.131.0}/tests/end-2-end/test_procedures_e2e.py
RENAMED
|
File without changes
|
|
File without changes
|
{bec_ipython_client-3.130.4 → bec_ipython_client-3.131.0}/tests/end-2-end/test_scans_v4_lib_e2e.py
RENAMED
|
File without changes
|