bec-widgets 0.85.0__py3-none-any.whl → 0.85.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 +6 -6
- PKG-INFO +1 -1
- bec_widgets/widgets/figure/plots/waveform/waveform.py +1 -4
- {bec_widgets-0.85.0.dist-info → bec_widgets-0.85.1.dist-info}/METADATA +1 -1
- {bec_widgets-0.85.0.dist-info → bec_widgets-0.85.1.dist-info}/RECORD +9 -9
- pyproject.toml +1 -1
- {bec_widgets-0.85.0.dist-info → bec_widgets-0.85.1.dist-info}/WHEEL +0 -0
- {bec_widgets-0.85.0.dist-info → bec_widgets-0.85.1.dist-info}/entry_points.txt +0 -0
- {bec_widgets-0.85.0.dist-info → bec_widgets-0.85.1.dist-info}/licenses/LICENSE +0 -0
CHANGELOG.md
CHANGED
@@ -1,5 +1,11 @@
|
|
1
1
|
# CHANGELOG
|
2
2
|
|
3
|
+
## v0.85.1 (2024-07-17)
|
4
|
+
|
5
|
+
### Fix
|
6
|
+
|
7
|
+
* fix(waveform): readout_priority dict fixed, not overwritten to 'baseline' key ([`b5b0aa4`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/b5b0aa4f82a998bb0162dc319591e854204a7354))
|
8
|
+
|
3
9
|
## v0.85.0 (2024-07-16)
|
4
10
|
|
5
11
|
### Feature
|
@@ -133,9 +139,3 @@
|
|
133
139
|
* fix(waveform): scan_history error check for IndexError ([`dd1875e`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/dd1875ea5cc18bcef9aad743347a8accf144c08d))
|
134
140
|
|
135
141
|
## v0.81.1 (2024-07-07)
|
136
|
-
|
137
|
-
### Fix
|
138
|
-
|
139
|
-
* fix(motor_control): temporary remove of motor control widgets ([`99114f1`](https://gitlab.psi.ch/bec/bec_widgets/-/commit/99114f14f62202e1fd8bf145616fa8c69937ada4))
|
140
|
-
|
141
|
-
## v0.81.0 (2024-07-06)
|
PKG-INFO
CHANGED
@@ -364,7 +364,7 @@ class BECWaveform(BECPlotBase):
|
|
364
364
|
self.x_axis_mode = {
|
365
365
|
"name": x_name,
|
366
366
|
"entry": x_entry,
|
367
|
-
|
367
|
+
"readout_priority": readout_priority_x,
|
368
368
|
}
|
369
369
|
|
370
370
|
if len(self.curves) > 0:
|
@@ -596,8 +596,6 @@ class BECWaveform(BECPlotBase):
|
|
596
596
|
y_name(str): Name of the y signal.
|
597
597
|
y_entry(str): Entry of the y signal.
|
598
598
|
color(str, optional): Color of the curve. Defaults to None.
|
599
|
-
color_map_z(str): The color map to use for the z-axis.
|
600
|
-
label(str, optional): Label of the curve. Defaults to None.
|
601
599
|
dap(str): The dap model to use for the curve.
|
602
600
|
validate_bec(bool, optional): If True, validate the signal with BEC. Defaults to True.
|
603
601
|
**kwargs: Additional keyword arguments for the curve configuration.
|
@@ -632,7 +630,6 @@ class BECWaveform(BECPlotBase):
|
|
632
630
|
label=label,
|
633
631
|
source="DAP",
|
634
632
|
dap=dap,
|
635
|
-
pen_style="dash",
|
636
633
|
symbol="star",
|
637
634
|
**kwargs,
|
638
635
|
)
|
@@ -2,11 +2,11 @@
|
|
2
2
|
.gitlab-ci.yml,sha256=zvb4A6QI5lQTsdfI5nPPL-tUNfcrz__SQjxW03QZ5Ek,8204
|
3
3
|
.pylintrc,sha256=eeY8YwSI74oFfq6IYIbCqnx3Vk8ZncKaatv96n_Y8Rs,18544
|
4
4
|
.readthedocs.yaml,sha256=aSOc277LqXcsTI6lgvm_JY80lMlr69GbPKgivua2cS0,603
|
5
|
-
CHANGELOG.md,sha256=
|
5
|
+
CHANGELOG.md,sha256=1dTMTqD7z054Sf1TAVAqsKi2Iwt5dNzIsLPHdAdh7OY,7454
|
6
6
|
LICENSE,sha256=YRKe85CBRyP7UpEAWwU8_qSIyuy5-l_9C-HKg5Qm8MQ,1511
|
7
|
-
PKG-INFO,sha256=
|
7
|
+
PKG-INFO,sha256=OnbcJo5l2ioeoWscHd_vcgp0AuO5MugGUThtY6V-9sQ,1308
|
8
8
|
README.md,sha256=Od69x-RS85Hph0-WwWACwal4yUd67XkEn4APEfHhHFw,2649
|
9
|
-
pyproject.toml,sha256=
|
9
|
+
pyproject.toml,sha256=68dmD5hxyfYxuiAm9ANbhHktf45w3pao2HxCtq-VrCw,2357
|
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
|
@@ -119,7 +119,7 @@ bec_widgets/widgets/figure/plots/image/image_processor.py,sha256=GeTtWjbldy6VejM
|
|
119
119
|
bec_widgets/widgets/figure/plots/motor_map/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
120
120
|
bec_widgets/widgets/figure/plots/motor_map/motor_map.py,sha256=FH3ZSYThGco98jS29r9EGcIh5fYx8e5eOs_nYJNrr48,18210
|
121
121
|
bec_widgets/widgets/figure/plots/waveform/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
122
|
-
bec_widgets/widgets/figure/plots/waveform/waveform.py,sha256=
|
122
|
+
bec_widgets/widgets/figure/plots/waveform/waveform.py,sha256=ZDG5Pw9drzKrNW8-TIwJKC9ViW-wNnTIiPCoDQR4ehM,52368
|
123
123
|
bec_widgets/widgets/figure/plots/waveform/waveform_curve.py,sha256=rQow0EkMtoETJ4xNRRtHbpPuJ4AmNjtn9fx4IM5enh4,8436
|
124
124
|
bec_widgets/widgets/jupyter_console/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
125
125
|
bec_widgets/widgets/jupyter_console/jupyter_console.py,sha256=ioLYJL31RdBoAOGFSS8PVSnUhkWPWmLC3tiKp7CouO8,2251
|
@@ -271,8 +271,8 @@ tests/unit_tests/test_configs/config_device_no_entry.yaml,sha256=hdvue9KLc_kfNzG
|
|
271
271
|
tests/unit_tests/test_configs/config_scan.yaml,sha256=vo484BbWOjA_e-h6bTjSV9k7QaQHrlAvx-z8wtY-P4E,1915
|
272
272
|
tests/unit_tests/test_msgs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
273
273
|
tests/unit_tests/test_msgs/available_scans_message.py,sha256=m_z97hIrjHXXMa2Ex-UvsPmTxOYXfjxyJaGkIY6StTY,46532
|
274
|
-
bec_widgets-0.85.
|
275
|
-
bec_widgets-0.85.
|
276
|
-
bec_widgets-0.85.
|
277
|
-
bec_widgets-0.85.
|
278
|
-
bec_widgets-0.85.
|
274
|
+
bec_widgets-0.85.1.dist-info/METADATA,sha256=OnbcJo5l2ioeoWscHd_vcgp0AuO5MugGUThtY6V-9sQ,1308
|
275
|
+
bec_widgets-0.85.1.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
|
276
|
+
bec_widgets-0.85.1.dist-info/entry_points.txt,sha256=3otEkCdDB9LZJuBLzG4pFLK5Di0CVybN_12IsZrQ-58,166
|
277
|
+
bec_widgets-0.85.1.dist-info/licenses/LICENSE,sha256=YRKe85CBRyP7UpEAWwU8_qSIyuy5-l_9C-HKg5Qm8MQ,1511
|
278
|
+
bec_widgets-0.85.1.dist-info/RECORD,,
|
pyproject.toml
CHANGED
File without changes
|
File without changes
|
File without changes
|