iqm-station-control-client 3.1__tar.gz → 3.3__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.
- {iqm_station_control_client-3.1 → iqm_station_control_client-3.3}/CHANGELOG.rst +18 -0
- {iqm_station_control_client-3.1/src/iqm_station_control_client.egg-info → iqm_station_control_client-3.3}/PKG-INFO +1 -1
- {iqm_station_control_client-3.1 → iqm_station_control_client-3.3}/src/iqm/station_control/client/station_control.py +6 -0
- {iqm_station_control_client-3.1 → iqm_station_control_client-3.3/src/iqm_station_control_client.egg-info}/PKG-INFO +1 -1
- iqm_station_control_client-3.3/version.txt +1 -0
- iqm_station_control_client-3.1/version.txt +0 -1
- {iqm_station_control_client-3.1 → iqm_station_control_client-3.3}/LICENSE.txt +0 -0
- {iqm_station_control_client-3.1 → iqm_station_control_client-3.3}/MANIFEST.in +0 -0
- {iqm_station_control_client-3.1 → iqm_station_control_client-3.3}/README.rst +0 -0
- {iqm_station_control_client-3.1 → iqm_station_control_client-3.3}/docs/API.rst +0 -0
- {iqm_station_control_client-3.1 → iqm_station_control_client-3.3}/docs/Makefile +0 -0
- {iqm_station_control_client-3.1 → iqm_station_control_client-3.3}/docs/_static/css/custom.css +0 -0
- {iqm_station_control_client-3.1 → iqm_station_control_client-3.3}/docs/_static/images/favicon.ico +0 -0
- {iqm_station_control_client-3.1 → iqm_station_control_client-3.3}/docs/_static/images/logo.png +0 -0
- {iqm_station_control_client-3.1 → iqm_station_control_client-3.3}/docs/_templates/autosummary-class-template.rst +0 -0
- {iqm_station_control_client-3.1 → iqm_station_control_client-3.3}/docs/_templates/autosummary-module-template.rst +0 -0
- {iqm_station_control_client-3.1 → iqm_station_control_client-3.3}/docs/changelog.rst +0 -0
- {iqm_station_control_client-3.1 → iqm_station_control_client-3.3}/docs/conf.py +0 -0
- {iqm_station_control_client-3.1 → iqm_station_control_client-3.3}/docs/index.rst +0 -0
- {iqm_station_control_client-3.1 → iqm_station_control_client-3.3}/docs/license.rst +0 -0
- {iqm_station_control_client-3.1 → iqm_station_control_client-3.3}/pyproject.toml +0 -0
- {iqm_station_control_client-3.1 → iqm_station_control_client-3.3}/requirements/base.in +0 -0
- {iqm_station_control_client-3.1 → iqm_station_control_client-3.3}/requirements/base.txt +0 -0
- {iqm_station_control_client-3.1 → iqm_station_control_client-3.3}/setup.cfg +0 -0
- {iqm_station_control_client-3.1 → iqm_station_control_client-3.3}/setup.py +0 -0
- {iqm_station_control_client-3.1 → iqm_station_control_client-3.3}/src/iqm/station_control/client/__init__.py +0 -0
- {iqm_station_control_client-3.1 → iqm_station_control_client-3.3}/src/iqm/station_control/client/list_models.py +0 -0
- {iqm_station_control_client-3.1 → iqm_station_control_client-3.3}/src/iqm/station_control/client/serializers/__init__.py +0 -0
- {iqm_station_control_client-3.1 → iqm_station_control_client-3.3}/src/iqm/station_control/client/serializers/channel_property_serializer.py +0 -0
- {iqm_station_control_client-3.1 → iqm_station_control_client-3.3}/src/iqm/station_control/client/serializers/datetime_serializers.py +0 -0
- {iqm_station_control_client-3.1 → iqm_station_control_client-3.3}/src/iqm/station_control/client/serializers/playlist_serializers.py +0 -0
- {iqm_station_control_client-3.1 → iqm_station_control_client-3.3}/src/iqm/station_control/client/serializers/run_serializers.py +0 -0
- {iqm_station_control_client-3.1 → iqm_station_control_client-3.3}/src/iqm/station_control/client/serializers/setting_node_serializer.py +0 -0
- {iqm_station_control_client-3.1 → iqm_station_control_client-3.3}/src/iqm/station_control/client/serializers/struct_serializer.py +0 -0
- {iqm_station_control_client-3.1 → iqm_station_control_client-3.3}/src/iqm/station_control/client/serializers/sweep_serializers.py +0 -0
- {iqm_station_control_client-3.1 → iqm_station_control_client-3.3}/src/iqm/station_control/client/serializers/task_serializers.py +0 -0
- {iqm_station_control_client-3.1 → iqm_station_control_client-3.3}/src/iqm/station_control/client/utils.py +0 -0
- {iqm_station_control_client-3.1 → iqm_station_control_client-3.3}/src/iqm/station_control/interface/__init__.py +0 -0
- {iqm_station_control_client-3.1 → iqm_station_control_client-3.3}/src/iqm/station_control/interface/list_with_meta.py +0 -0
- {iqm_station_control_client-3.1 → iqm_station_control_client-3.3}/src/iqm/station_control/interface/models/__init__.py +0 -0
- {iqm_station_control_client-3.1 → iqm_station_control_client-3.3}/src/iqm/station_control/interface/models/dut.py +0 -0
- {iqm_station_control_client-3.1 → iqm_station_control_client-3.3}/src/iqm/station_control/interface/models/observation.py +0 -0
- {iqm_station_control_client-3.1 → iqm_station_control_client-3.3}/src/iqm/station_control/interface/models/observation_set.py +0 -0
- {iqm_station_control_client-3.1 → iqm_station_control_client-3.3}/src/iqm/station_control/interface/models/run.py +0 -0
- {iqm_station_control_client-3.1 → iqm_station_control_client-3.3}/src/iqm/station_control/interface/models/sequence.py +0 -0
- {iqm_station_control_client-3.1 → iqm_station_control_client-3.3}/src/iqm/station_control/interface/models/sweep.py +0 -0
- {iqm_station_control_client-3.1 → iqm_station_control_client-3.3}/src/iqm/station_control/interface/models/type_aliases.py +0 -0
- {iqm_station_control_client-3.1 → iqm_station_control_client-3.3}/src/iqm/station_control/interface/pydantic_base.py +0 -0
- {iqm_station_control_client-3.1 → iqm_station_control_client-3.3}/src/iqm_station_control_client.egg-info/SOURCES.txt +0 -0
- {iqm_station_control_client-3.1 → iqm_station_control_client-3.3}/src/iqm_station_control_client.egg-info/dependency_links.txt +0 -0
- {iqm_station_control_client-3.1 → iqm_station_control_client-3.3}/src/iqm_station_control_client.egg-info/requires.txt +0 -0
- {iqm_station_control_client-3.1 → iqm_station_control_client-3.3}/src/iqm_station_control_client.egg-info/top_level.txt +0 -0
- {iqm_station_control_client-3.1 → iqm_station_control_client-3.3}/tests/.pylintrc +0 -0
- {iqm_station_control_client-3.1 → iqm_station_control_client-3.3}/tests/__init__.py +0 -0
|
@@ -2,6 +2,24 @@
|
|
|
2
2
|
Changelog
|
|
3
3
|
=========
|
|
4
4
|
|
|
5
|
+
Version 3.3 (2025-02-28)
|
|
6
|
+
========================
|
|
7
|
+
|
|
8
|
+
Features
|
|
9
|
+
--------
|
|
10
|
+
|
|
11
|
+
- Add ``StationControlClient.get_exa_configuration`` that returns the recommended EXA configuration from the server.
|
|
12
|
+
:issue:`SW-1078`
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
Version 3.2 (2025-02-28)
|
|
16
|
+
========================
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
Bug fix
|
|
20
|
+
-------
|
|
21
|
+
- Bump exa-common
|
|
22
|
+
|
|
5
23
|
Version 3.1 (2025-02-27)
|
|
6
24
|
========================
|
|
7
25
|
|
|
@@ -159,6 +159,12 @@ class StationControlClient:
|
|
|
159
159
|
response = self._send_request(requests.get, "configuration")
|
|
160
160
|
return response.json()
|
|
161
161
|
|
|
162
|
+
@cache
|
|
163
|
+
def get_exa_configuration(self) -> str:
|
|
164
|
+
"""Return the recommended EXA configuration from the server."""
|
|
165
|
+
response = self._send_request(requests.get, "exa/configuration")
|
|
166
|
+
return response.content.decode("utf-8")
|
|
167
|
+
|
|
162
168
|
def get_or_create_software_version_set(self, software_version_set: SoftwareVersionSet) -> int:
|
|
163
169
|
"""Get software version set ID from the database, or create if it doesn't exist."""
|
|
164
170
|
# FIXME: We don't have information if the object was created or fetched. Thus, server always responds 200 (OK).
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
3.3
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
3.1
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{iqm_station_control_client-3.1 → iqm_station_control_client-3.3}/docs/_static/css/custom.css
RENAMED
|
File without changes
|
{iqm_station_control_client-3.1 → iqm_station_control_client-3.3}/docs/_static/images/favicon.ico
RENAMED
|
File without changes
|
{iqm_station_control_client-3.1 → iqm_station_control_client-3.3}/docs/_static/images/logo.png
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|