bec-widgets 0.59.0__py3-none-any.whl → 0.59.1__py3-none-any.whl

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.
CHANGELOG.md CHANGED
@@ -2,6 +2,13 @@
2
2
 
3
3
 
4
4
 
5
+ ## v0.59.1 (2024-06-07)
6
+
7
+ ### Fix
8
+
9
+ * fix(curve): set_color_map_z typo fixed in user access ([`e7838b0`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/e7838b0f2fc23b0a232ed7d68fbd7f3493a91b9e))
10
+
11
+
5
12
  ## v0.59.0 (2024-06-07)
6
13
 
7
14
  ### Build
@@ -151,11 +158,3 @@
151
158
 
152
159
 
153
160
  ## v0.57.0 (2024-06-05)
154
-
155
- ### Documentation
156
-
157
- * docs: extend user documentation for BEC Widgets ([`4160f3d`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/4160f3d6d7ec1122785b5e3fdfc4afe67a95e9a1))
158
-
159
- ### Feature
160
-
161
- * feat(widgets/console): BECJupyterConsole added ([`8c03034`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/8c03034acf6b3ed1e346ebf1b785d41068513cc5))
PKG-INFO CHANGED
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: bec_widgets
3
- Version: 0.59.0
3
+ Version: 0.59.1
4
4
  Summary: BEC Widgets
5
5
  Project-URL: Bug Tracker, https://gitlab.psi.ch/bec/bec_widgets/issues
6
6
  Project-URL: Homepage, https://gitlab.psi.ch/bec/bec_widgets
bec_widgets/cli/client.py CHANGED
@@ -753,7 +753,7 @@ class BECCurve(RPCBase):
753
753
  """
754
754
 
755
755
  @rpc_call
756
- def set_colormap_z(self, colormap: "str"):
756
+ def set_color_map_z(self, colormap: "str"):
757
757
  """
758
758
  Set the colormap for the scatter plot z gradient.
759
759
 
@@ -1588,6 +1588,7 @@ class BECDockArea(RPCBase, BECGuiClientMixin):
1588
1588
  position: "Literal['bottom', 'top', 'left', 'right', 'above', 'below']" = None,
1589
1589
  relative_to: "BECDock | None" = None,
1590
1590
  closable: "bool" = False,
1591
+ floating: "bool" = False,
1591
1592
  prefix: "str" = "dock",
1592
1593
  widget: "str | QWidget | None" = None,
1593
1594
  row: "int" = None,
@@ -1603,6 +1604,7 @@ class BECDockArea(RPCBase, BECGuiClientMixin):
1603
1604
  position(Literal["bottom", "top", "left", "right", "above", "below"]): The position of the dock.
1604
1605
  relative_to(BECDock): The dock to which the new dock should be added relative to.
1605
1606
  closable(bool): Whether the dock is closable.
1607
+ floating(bool): Whether the dock is detached after creating.
1606
1608
  prefix(str): The prefix for the dock name if no name is provided.
1607
1609
  widget(str|QWidget|None): The widget to be added to the dock. While using RPC, only BEC RPC widgets from RPCWidgetHandler are allowed.
1608
1610
  row(int): The row of the added widget.
@@ -68,7 +68,7 @@ class BECCurve(BECConnector, pg.PlotDataItem):
68
68
  "set",
69
69
  "set_data",
70
70
  "set_color",
71
- "set_colormap_z",
71
+ "set_color_map_z",
72
72
  "set_symbol",
73
73
  "set_symbol_color",
74
74
  "set_symbol_size",
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: bec_widgets
3
- Version: 0.59.0
3
+ Version: 0.59.1
4
4
  Summary: BEC Widgets
5
5
  Project-URL: Bug Tracker, https://gitlab.psi.ch/bec/bec_widgets/issues
6
6
  Project-URL: Homepage, https://gitlab.psi.ch/bec/bec_widgets
@@ -2,11 +2,11 @@
2
2
  .gitlab-ci.yml,sha256=WnkyBGO4oXDYAiNbLJn-XDSGVFS6hsDIehgZoy-uykw,8328
3
3
  .pylintrc,sha256=OstrgmEyP0smNFBKoIN5_26-UmNZgMHnbjvAWX0UrLs,18535
4
4
  .readthedocs.yaml,sha256=aSOc277LqXcsTI6lgvm_JY80lMlr69GbPKgivua2cS0,603
5
- CHANGELOG.md,sha256=P6Luyx0Hu_SvqXdhNIIKok5kgPW9EsyOaRw1YrrOKZA,7013
5
+ CHANGELOG.md,sha256=ctlX8vTc17QnJS2s0JJx-kKcLa4u_bLWxJYNi9W4jWo,6869
6
6
  LICENSE,sha256=YRKe85CBRyP7UpEAWwU8_qSIyuy5-l_9C-HKg5Qm8MQ,1511
7
- PKG-INFO,sha256=MAL6cE2vhCDQphF93IQ6n5C3MuUPlzhRXuW7H6Vw9O8,1284
7
+ PKG-INFO,sha256=sE4lIC595MOa6CLfcmAXnqV5-NxV08z9zVXJVvhgxCM,1284
8
8
  README.md,sha256=y4jB6wvArS7N8_iTbKWnSM_oRAqLA2GqgzUR-FMh5sU,2645
9
- pyproject.toml,sha256=Zi9BiQNDd0VqI7KspQh6m-7MlaULYx5lucZQuqYjXDc,1868
9
+ pyproject.toml,sha256=LnLH2kK3DoWUIuiYT5LMgPOflQZx-URLFkw_18FxgPU,1868
10
10
  .git_hooks/pre-commit,sha256=n3RofIZHJl8zfJJIUomcMyYGFi_rwq4CC19z0snz3FI,286
11
11
  .gitlab/issue_templates/bug_report_template.md,sha256=gAuyEwl7XlnebBrkiJ9AqffSNOywmr8vygUFWKTuQeI,386
12
12
  .gitlab/issue_templates/documentation_update_template.md,sha256=FHLdb3TS_D9aL4CYZCjyXSulbaW5mrN2CmwTaeLPbNw,860
@@ -17,7 +17,7 @@ bec_widgets/assets/bec_widgets_icon.png,sha256=K8dgGwIjalDh9PRHUsSQBqgdX7a00nM3i
17
17
  bec_widgets/assets/terminal_icon.png,sha256=bJl7Tft4Fi2uxvuXI8o14uMHnI9eAWKSU2uftXCH9ws,3889
18
18
  bec_widgets/cli/__init__.py,sha256=tLD8HWgyURhMjYlKZ43pBu-qvGD1LI5o3n3rEieg-70,43
19
19
  bec_widgets/cli/auto_updates.py,sha256=0sd7HiqOMn1jCbgVG3-H1nmQgdOMRwSjx6FAvdtVf1k,4747
20
- bec_widgets/cli/client.py,sha256=JBvlAr8YsNg-txbyeGSsJdovh02ePgtbt2L4JREk7rs,56378
20
+ bec_widgets/cli/client.py,sha256=2Dr7lNrjH2LIslELHO65CLFeW4PB6x0rBSOj1kDQj9E,56486
21
21
  bec_widgets/cli/client_utils.py,sha256=7u8P9EYgLPJuAcHxnFiZi-gCZohO3vAn0W7dqsSrs4M,10660
22
22
  bec_widgets/cli/generate_cli.py,sha256=Q_8jQP9lZFX89EK42RokLgJjN65cJgG7hjat_5iEb6w,4520
23
23
  bec_widgets/cli/rpc_register.py,sha256=QxXUZu5XNg00Yf5O3UHWOXg3-f_pzKjjoZYMOa-MOJc,2216
@@ -62,7 +62,7 @@ bec_widgets/widgets/figure/plots/motor_map/__init__.py,sha256=47DEQpj8HBSa-_TImW
62
62
  bec_widgets/widgets/figure/plots/motor_map/motor_map.py,sha256=Ff2WoNHxO_A3ggsbSd_AVUP1JeOWMuJs-0GLskxn-94,15267
63
63
  bec_widgets/widgets/figure/plots/waveform/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
64
64
  bec_widgets/widgets/figure/plots/waveform/waveform.py,sha256=xJkBsl1FIWBWsGaC_7nTy44ztp4xaJX-uAYU0MmV7Oc,23506
65
- bec_widgets/widgets/figure/plots/waveform/waveform_curve.py,sha256=gFXt6v4P-kHterXUqkZx0eofWlYHxo32I8Kh0zYDLik,7969
65
+ bec_widgets/widgets/figure/plots/waveform/waveform_curve.py,sha256=lTyeCydzvrcdvQXc89jEjoor-Uvo54i197-_M4VtqX8,7970
66
66
  bec_widgets/widgets/jupyter_console/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
67
67
  bec_widgets/widgets/jupyter_console/jupyter_console.py,sha256=ioLYJL31RdBoAOGFSS8PVSnUhkWPWmLC3tiKp7CouO8,2251
68
68
  bec_widgets/widgets/motor_control/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
@@ -158,7 +158,7 @@ tests/unit_tests/test_configs/config_device_no_entry.yaml,sha256=hdvue9KLc_kfNzG
158
158
  tests/unit_tests/test_configs/config_scan.yaml,sha256=vo484BbWOjA_e-h6bTjSV9k7QaQHrlAvx-z8wtY-P4E,1915
159
159
  tests/unit_tests/test_msgs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
160
160
  tests/unit_tests/test_msgs/available_scans_message.py,sha256=m_z97hIrjHXXMa2Ex-UvsPmTxOYXfjxyJaGkIY6StTY,46532
161
- bec_widgets-0.59.0.dist-info/METADATA,sha256=MAL6cE2vhCDQphF93IQ6n5C3MuUPlzhRXuW7H6Vw9O8,1284
162
- bec_widgets-0.59.0.dist-info/WHEEL,sha256=zEMcRr9Kr03x1ozGwg5v9NQBKn3kndp6LSoSlVg-jhU,87
163
- bec_widgets-0.59.0.dist-info/licenses/LICENSE,sha256=YRKe85CBRyP7UpEAWwU8_qSIyuy5-l_9C-HKg5Qm8MQ,1511
164
- bec_widgets-0.59.0.dist-info/RECORD,,
161
+ bec_widgets-0.59.1.dist-info/METADATA,sha256=sE4lIC595MOa6CLfcmAXnqV5-NxV08z9zVXJVvhgxCM,1284
162
+ bec_widgets-0.59.1.dist-info/WHEEL,sha256=zEMcRr9Kr03x1ozGwg5v9NQBKn3kndp6LSoSlVg-jhU,87
163
+ bec_widgets-0.59.1.dist-info/licenses/LICENSE,sha256=YRKe85CBRyP7UpEAWwU8_qSIyuy5-l_9C-HKg5Qm8MQ,1511
164
+ bec_widgets-0.59.1.dist-info/RECORD,,
pyproject.toml CHANGED
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "bec_widgets"
7
- version = "0.59.0"
7
+ version = "0.59.1"
8
8
  description = "BEC Widgets"
9
9
  requires-python = ">=3.10"
10
10
  classifiers = [