pymodaq 4.4.3__py3-none-any.whl → 4.4.5__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.
Potentially problematic release.
This version of pymodaq might be problematic. Click here for more details.
- pymodaq/control_modules/daq_move.py +3 -3
- pymodaq/resources/VERSION +1 -1
- {pymodaq-4.4.3.dist-info → pymodaq-4.4.5.dist-info}/METADATA +2 -2
- {pymodaq-4.4.3.dist-info → pymodaq-4.4.5.dist-info}/RECORD +7 -7
- {pymodaq-4.4.3.dist-info → pymodaq-4.4.5.dist-info}/WHEEL +0 -0
- {pymodaq-4.4.3.dist-info → pymodaq-4.4.5.dist-info}/entry_points.txt +0 -0
- {pymodaq-4.4.3.dist-info → pymodaq-4.4.5.dist-info}/licenses/LICENSE +0 -0
|
@@ -595,14 +595,14 @@ class DAQ_Move(ParameterControlModule):
|
|
|
595
595
|
def units(self, unit: str):
|
|
596
596
|
self.settings.child('move_settings', 'units').setValue(unit)
|
|
597
597
|
if self.ui is not None and config('actuator', 'display_units'):
|
|
598
|
-
if unit == '°':
|
|
598
|
+
if unit == '°' or unit == 'degree':
|
|
599
599
|
# special cas as pint base unit for angles are radians
|
|
600
|
-
self.ui.set_unit_as_suffix(
|
|
600
|
+
self.ui.set_unit_as_suffix('°')
|
|
601
601
|
else:
|
|
602
602
|
# if the controller units are in mm the displayed unit will be m
|
|
603
603
|
# because m is the base unit
|
|
604
604
|
# then the user could ask for mm, km, µm...
|
|
605
|
-
self.ui.set_unit_as_suffix(str(Q_(1, unit).
|
|
605
|
+
self.ui.set_unit_as_suffix(str(Q_(1, unit).to_reduced_units().units))
|
|
606
606
|
|
|
607
607
|
def update_settings(self):
|
|
608
608
|
|
pymodaq/resources/VERSION
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
version = '4.4.
|
|
1
|
+
version = '4.4.5'
|
|
2
2
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.3
|
|
2
2
|
Name: pymodaq
|
|
3
|
-
Version: 4.4.
|
|
3
|
+
Version: 4.4.5
|
|
4
4
|
Summary: Modular Data Acquisition with Python
|
|
5
5
|
Project-URL: Homepage, http://pymodaq.cnrs.fr
|
|
6
6
|
Project-URL: Source, https://github.com/PyMoDAQ/PyMoDAQ
|
|
@@ -44,7 +44,7 @@ Classifier: Topic :: Scientific/Engineering :: Visualization
|
|
|
44
44
|
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
|
45
45
|
Classifier: Topic :: Software Development :: User Interfaces
|
|
46
46
|
Requires-Python: >=3.7
|
|
47
|
-
Requires-Dist: bayesian-optimization
|
|
47
|
+
Requires-Dist: bayesian-optimization<2.0.0
|
|
48
48
|
Requires-Dist: easydict
|
|
49
49
|
Requires-Dist: importlib-metadata; python_version < '3.8'
|
|
50
50
|
Requires-Dist: multipledispatch
|
|
@@ -3,7 +3,7 @@ pymodaq/dashboard.py,sha256=4fbV92erom0yWwqPMtx3KW1q-d6QYflV-EhOZMg24a4,64476
|
|
|
3
3
|
pymodaq/icon.ico,sha256=hOHHfNDENKphQvG1WDleSEYcHukneR2eRFJu8isIlD4,74359
|
|
4
4
|
pymodaq/splash.png,sha256=ow8IECF3tPRUMA4tf2tMu1aRiMaxx91_Y2ckVxkrmF0,53114
|
|
5
5
|
pymodaq/control_modules/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
6
|
-
pymodaq/control_modules/daq_move.py,sha256=
|
|
6
|
+
pymodaq/control_modules/daq_move.py,sha256=dUtqqmusaTSmnCcR-6tGHRwXM7zwV30viJFyQymZpAc,37346
|
|
7
7
|
pymodaq/control_modules/daq_move_ui.py,sha256=IbqNAErwXGjKUbYEptvZUz3J8MapNBFIbQnUf9nQrMw,15753
|
|
8
8
|
pymodaq/control_modules/daq_viewer.py,sha256=5CYmdWHGE7sQApeMfdWNV3zbPyoxxYtzFlQ1PaEw4fI,57883
|
|
9
9
|
pymodaq/control_modules/daq_viewer_ui.py,sha256=FWP3jdIOR9vTgYqNaaodteGZ3dwgQ1GdWKrOpOAuSrs,15693
|
|
@@ -58,7 +58,7 @@ pymodaq/post_treatment/daq_measurement/daq_measurement_GUI.py,sha256=1u7hWDaiwsZ
|
|
|
58
58
|
pymodaq/post_treatment/daq_measurement/daq_measurement_GUI.ui,sha256=PyzbCWPMkh5oIYYteZczXyWMeHKW9EJmM1QlzXhnyTk,7037
|
|
59
59
|
pymodaq/post_treatment/daq_measurement/daq_measurement_main.py,sha256=CAKwcWMOD86aXB8mbdxOK7e8nZRos5d59FzDtqK1QoY,17093
|
|
60
60
|
pymodaq/post_treatment/daq_measurement/process_from_QtDesigner_DAQ_Measurement_GUI.bat,sha256=e1tu2A67MS9fk3jhriF6saQgRxWIucIvNW92iWXFP6E,164
|
|
61
|
-
pymodaq/resources/VERSION,sha256=
|
|
61
|
+
pymodaq/resources/VERSION,sha256=6GGzX89SPwPeU5-Ey0MEM9ZwzJfhrT2qOR8OxMQdnVA,19
|
|
62
62
|
pymodaq/resources/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
63
63
|
pymodaq/resources/config_template.toml,sha256=d3pofgIK5FxaRMELAI1qEsRcMD3GlYd87zZjDj9G9m0,3210
|
|
64
64
|
pymodaq/resources/preset_default.xml,sha256=Dt8iWLwPPOPtcG00JCVP-mh-G7KC6B0YN8hd8RQdnNI,27256
|
|
@@ -438,8 +438,8 @@ pymodaq/utils/tcp_ip/__init__.py,sha256=1e_EK0AgvdoLAD_CSGGEaITZdy6OWCO7ih9IAIp7
|
|
|
438
438
|
pymodaq/utils/tcp_ip/mysocket.py,sha256=StAWj8dzHeMnbLj68Sel81uWFy-YkKVNRnVf7gXrESI,3452
|
|
439
439
|
pymodaq/utils/tcp_ip/serializer.py,sha256=htVQCE4saRBMeIcseEyxTt5G58A341m6OGkaJUA34Wk,27766
|
|
440
440
|
pymodaq/utils/tcp_ip/tcp_server_client.py,sha256=xIMTNgVW_rKK0yTi4FDNFLf85-Akb27Jz2LdrvOrP68,30660
|
|
441
|
-
pymodaq-4.4.
|
|
442
|
-
pymodaq-4.4.
|
|
443
|
-
pymodaq-4.4.
|
|
444
|
-
pymodaq-4.4.
|
|
445
|
-
pymodaq-4.4.
|
|
441
|
+
pymodaq-4.4.5.dist-info/METADATA,sha256=fXPlSRBE34NGAV3RqrDaPq36CdNaU35PW6Yke889ZCI,7629
|
|
442
|
+
pymodaq-4.4.5.dist-info/WHEEL,sha256=1yFddiXMmvYK7QYTqtRNtX66WJ0Mz8PYEiEUoOUUxRY,87
|
|
443
|
+
pymodaq-4.4.5.dist-info/entry_points.txt,sha256=RAzdYNjvUT28I2eiCKki_g2NzXq0woWxhev6lwzwRv8,348
|
|
444
|
+
pymodaq-4.4.5.dist-info/licenses/LICENSE,sha256=VKOejxexXAe3XwfhAhcFGqeXQ12irxVHdeAojZwFEI8,1108
|
|
445
|
+
pymodaq-4.4.5.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|