iqm-station-control-client 3.16__tar.gz → 3.17.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.
Files changed (77) hide show
  1. {iqm_station_control_client-3.16 → iqm_station_control_client-3.17.0}/CHANGELOG.rst +99 -86
  2. {iqm_station_control_client-3.16/src/iqm_station_control_client.egg-info → iqm_station_control_client-3.17.0}/PKG-INFO +1 -1
  3. {iqm_station_control_client-3.16 → iqm_station_control_client-3.17.0/src/iqm_station_control_client.egg-info}/PKG-INFO +1 -1
  4. iqm_station_control_client-3.17.0/version.txt +1 -0
  5. iqm_station_control_client-3.16/version.txt +0 -1
  6. {iqm_station_control_client-3.16 → iqm_station_control_client-3.17.0}/LICENSE.txt +0 -0
  7. {iqm_station_control_client-3.16 → iqm_station_control_client-3.17.0}/MANIFEST.in +0 -0
  8. {iqm_station_control_client-3.16 → iqm_station_control_client-3.17.0}/README.rst +0 -0
  9. {iqm_station_control_client-3.16 → iqm_station_control_client-3.17.0}/docs/API.rst +0 -0
  10. {iqm_station_control_client-3.16 → iqm_station_control_client-3.17.0}/docs/Makefile +0 -0
  11. {iqm_station_control_client-3.16 → iqm_station_control_client-3.17.0}/docs/_static/css/custom.css +0 -0
  12. {iqm_station_control_client-3.16 → iqm_station_control_client-3.17.0}/docs/_static/images/favicon.ico +0 -0
  13. {iqm_station_control_client-3.16 → iqm_station_control_client-3.17.0}/docs/_static/images/logo.png +0 -0
  14. {iqm_station_control_client-3.16 → iqm_station_control_client-3.17.0}/docs/_templates/autosummary-class-template.rst +0 -0
  15. {iqm_station_control_client-3.16 → iqm_station_control_client-3.17.0}/docs/_templates/autosummary-module-template.rst +0 -0
  16. {iqm_station_control_client-3.16 → iqm_station_control_client-3.17.0}/docs/changelog.rst +0 -0
  17. {iqm_station_control_client-3.16 → iqm_station_control_client-3.17.0}/docs/conf.py +0 -0
  18. {iqm_station_control_client-3.16 → iqm_station_control_client-3.17.0}/docs/index.rst +0 -0
  19. {iqm_station_control_client-3.16 → iqm_station_control_client-3.17.0}/docs/license.rst +0 -0
  20. {iqm_station_control_client-3.16 → iqm_station_control_client-3.17.0}/pyproject.toml +0 -0
  21. {iqm_station_control_client-3.16 → iqm_station_control_client-3.17.0}/requirements/base.in +0 -0
  22. {iqm_station_control_client-3.16 → iqm_station_control_client-3.17.0}/requirements/base.txt +0 -0
  23. {iqm_station_control_client-3.16 → iqm_station_control_client-3.17.0}/setup.cfg +0 -0
  24. {iqm_station_control_client-3.16 → iqm_station_control_client-3.17.0}/setup.py +0 -0
  25. {iqm_station_control_client-3.16 → iqm_station_control_client-3.17.0}/src/iqm/station_control/client/__init__.py +0 -0
  26. {iqm_station_control_client-3.16 → iqm_station_control_client-3.17.0}/src/iqm/station_control/client/iqm_server/__init__.py +0 -0
  27. {iqm_station_control_client-3.16 → iqm_station_control_client-3.17.0}/src/iqm/station_control/client/iqm_server/error.py +0 -0
  28. {iqm_station_control_client-3.16 → iqm_station_control_client-3.17.0}/src/iqm/station_control/client/iqm_server/grpc_utils.py +0 -0
  29. {iqm_station_control_client-3.16 → iqm_station_control_client-3.17.0}/src/iqm/station_control/client/iqm_server/iqm_server_client.py +0 -0
  30. {iqm_station_control_client-3.16 → iqm_station_control_client-3.17.0}/src/iqm/station_control/client/iqm_server/meta_class.py +0 -0
  31. {iqm_station_control_client-3.16 → iqm_station_control_client-3.17.0}/src/iqm/station_control/client/iqm_server/proto/__init__.py +0 -0
  32. {iqm_station_control_client-3.16 → iqm_station_control_client-3.17.0}/src/iqm/station_control/client/iqm_server/proto/calibration_pb2.py +0 -0
  33. {iqm_station_control_client-3.16 → iqm_station_control_client-3.17.0}/src/iqm/station_control/client/iqm_server/proto/calibration_pb2.pyi +0 -0
  34. {iqm_station_control_client-3.16 → iqm_station_control_client-3.17.0}/src/iqm/station_control/client/iqm_server/proto/calibration_pb2_grpc.py +0 -0
  35. {iqm_station_control_client-3.16 → iqm_station_control_client-3.17.0}/src/iqm/station_control/client/iqm_server/proto/common_pb2.py +0 -0
  36. {iqm_station_control_client-3.16 → iqm_station_control_client-3.17.0}/src/iqm/station_control/client/iqm_server/proto/common_pb2.pyi +0 -0
  37. {iqm_station_control_client-3.16 → iqm_station_control_client-3.17.0}/src/iqm/station_control/client/iqm_server/proto/common_pb2_grpc.py +0 -0
  38. {iqm_station_control_client-3.16 → iqm_station_control_client-3.17.0}/src/iqm/station_control/client/iqm_server/proto/job_pb2.py +0 -0
  39. {iqm_station_control_client-3.16 → iqm_station_control_client-3.17.0}/src/iqm/station_control/client/iqm_server/proto/job_pb2.pyi +0 -0
  40. {iqm_station_control_client-3.16 → iqm_station_control_client-3.17.0}/src/iqm/station_control/client/iqm_server/proto/job_pb2_grpc.py +0 -0
  41. {iqm_station_control_client-3.16 → iqm_station_control_client-3.17.0}/src/iqm/station_control/client/iqm_server/proto/qc_pb2.py +0 -0
  42. {iqm_station_control_client-3.16 → iqm_station_control_client-3.17.0}/src/iqm/station_control/client/iqm_server/proto/qc_pb2.pyi +0 -0
  43. {iqm_station_control_client-3.16 → iqm_station_control_client-3.17.0}/src/iqm/station_control/client/iqm_server/proto/qc_pb2_grpc.py +0 -0
  44. {iqm_station_control_client-3.16 → iqm_station_control_client-3.17.0}/src/iqm/station_control/client/iqm_server/proto/uuid_pb2.py +0 -0
  45. {iqm_station_control_client-3.16 → iqm_station_control_client-3.17.0}/src/iqm/station_control/client/iqm_server/proto/uuid_pb2.pyi +0 -0
  46. {iqm_station_control_client-3.16 → iqm_station_control_client-3.17.0}/src/iqm/station_control/client/iqm_server/proto/uuid_pb2_grpc.py +0 -0
  47. {iqm_station_control_client-3.16 → iqm_station_control_client-3.17.0}/src/iqm/station_control/client/iqm_server/testing/__init__.py +0 -0
  48. {iqm_station_control_client-3.16 → iqm_station_control_client-3.17.0}/src/iqm/station_control/client/iqm_server/testing/iqm_server_mock.py +0 -0
  49. {iqm_station_control_client-3.16 → iqm_station_control_client-3.17.0}/src/iqm/station_control/client/list_models.py +0 -0
  50. {iqm_station_control_client-3.16 → iqm_station_control_client-3.17.0}/src/iqm/station_control/client/serializers/__init__.py +0 -0
  51. {iqm_station_control_client-3.16 → iqm_station_control_client-3.17.0}/src/iqm/station_control/client/serializers/channel_property_serializer.py +0 -0
  52. {iqm_station_control_client-3.16 → iqm_station_control_client-3.17.0}/src/iqm/station_control/client/serializers/datetime_serializers.py +0 -0
  53. {iqm_station_control_client-3.16 → iqm_station_control_client-3.17.0}/src/iqm/station_control/client/serializers/playlist_serializers.py +0 -0
  54. {iqm_station_control_client-3.16 → iqm_station_control_client-3.17.0}/src/iqm/station_control/client/serializers/run_serializers.py +0 -0
  55. {iqm_station_control_client-3.16 → iqm_station_control_client-3.17.0}/src/iqm/station_control/client/serializers/setting_node_serializer.py +0 -0
  56. {iqm_station_control_client-3.16 → iqm_station_control_client-3.17.0}/src/iqm/station_control/client/serializers/struct_serializer.py +0 -0
  57. {iqm_station_control_client-3.16 → iqm_station_control_client-3.17.0}/src/iqm/station_control/client/serializers/sweep_serializers.py +0 -0
  58. {iqm_station_control_client-3.16 → iqm_station_control_client-3.17.0}/src/iqm/station_control/client/serializers/task_serializers.py +0 -0
  59. {iqm_station_control_client-3.16 → iqm_station_control_client-3.17.0}/src/iqm/station_control/client/station_control.py +0 -0
  60. {iqm_station_control_client-3.16 → iqm_station_control_client-3.17.0}/src/iqm/station_control/client/utils.py +0 -0
  61. {iqm_station_control_client-3.16 → iqm_station_control_client-3.17.0}/src/iqm/station_control/interface/__init__.py +0 -0
  62. {iqm_station_control_client-3.16 → iqm_station_control_client-3.17.0}/src/iqm/station_control/interface/list_with_meta.py +0 -0
  63. {iqm_station_control_client-3.16 → iqm_station_control_client-3.17.0}/src/iqm/station_control/interface/models/__init__.py +0 -0
  64. {iqm_station_control_client-3.16 → iqm_station_control_client-3.17.0}/src/iqm/station_control/interface/models/dut.py +0 -0
  65. {iqm_station_control_client-3.16 → iqm_station_control_client-3.17.0}/src/iqm/station_control/interface/models/observation.py +0 -0
  66. {iqm_station_control_client-3.16 → iqm_station_control_client-3.17.0}/src/iqm/station_control/interface/models/observation_set.py +0 -0
  67. {iqm_station_control_client-3.16 → iqm_station_control_client-3.17.0}/src/iqm/station_control/interface/models/run.py +0 -0
  68. {iqm_station_control_client-3.16 → iqm_station_control_client-3.17.0}/src/iqm/station_control/interface/models/sequence.py +0 -0
  69. {iqm_station_control_client-3.16 → iqm_station_control_client-3.17.0}/src/iqm/station_control/interface/models/sweep.py +0 -0
  70. {iqm_station_control_client-3.16 → iqm_station_control_client-3.17.0}/src/iqm/station_control/interface/models/type_aliases.py +0 -0
  71. {iqm_station_control_client-3.16 → iqm_station_control_client-3.17.0}/src/iqm/station_control/interface/pydantic_base.py +0 -0
  72. {iqm_station_control_client-3.16 → iqm_station_control_client-3.17.0}/src/iqm_station_control_client.egg-info/SOURCES.txt +0 -0
  73. {iqm_station_control_client-3.16 → iqm_station_control_client-3.17.0}/src/iqm_station_control_client.egg-info/dependency_links.txt +0 -0
  74. {iqm_station_control_client-3.16 → iqm_station_control_client-3.17.0}/src/iqm_station_control_client.egg-info/requires.txt +0 -0
  75. {iqm_station_control_client-3.16 → iqm_station_control_client-3.17.0}/src/iqm_station_control_client.egg-info/top_level.txt +0 -0
  76. {iqm_station_control_client-3.16 → iqm_station_control_client-3.17.0}/tests/.pylintrc +0 -0
  77. {iqm_station_control_client-3.16 → iqm_station_control_client-3.17.0}/tests/__init__.py +0 -0
@@ -2,101 +2,114 @@
2
2
  Changelog
3
3
  =========
4
4
 
5
- Version 3.16 (2025-04-22)
6
- =========================
5
+ Version 3.17.0 (2025-05-12)
6
+ ===========================
7
7
 
8
8
  Features
9
9
  --------
10
10
 
11
11
  - Update dependency on exa-common
12
12
 
13
- Version 3.15 (2025-04-11)
14
- =========================
13
+ Version 3.16.1 (2025-05-12)
14
+ ===========================
15
+
16
+ - Test patch versioning, no functional changes. :issue:`SW-1429`
17
+
18
+ Version 3.16.0 (2025-04-22)
19
+ ===========================
20
+
21
+ Features
22
+ --------
23
+
24
+ - Update dependency on exa-common
25
+
26
+ Version 3.15.0 (2025-04-11)
27
+ ===========================
15
28
 
16
29
  Bug fixes
17
30
  ---------
18
31
 
19
32
  - Update license
20
33
 
21
- Version 3.14 (2025-04-10)
22
- =========================
34
+ Version 3.14.0 (2025-04-10)
35
+ ===========================
23
36
 
24
37
  Bug fixes
25
38
  ---------
26
39
 
27
40
  - Fix broken iqm-server-client initialization
28
41
 
29
- Version 3.13 (2025-04-07)
30
- =========================
42
+ Version 3.13.0 (2025-04-07)
43
+ ===========================
31
44
 
32
45
  Features
33
46
  --------
34
47
 
35
48
  - Add partial IQM Server backend support to Station Control client to enable Pulla usage through IQM Server
36
49
 
37
- Version 3.12 (2025-04-07)
38
- =========================
50
+ Version 3.12.0 (2025-04-07)
51
+ ===========================
39
52
 
40
53
  Features
41
54
  --------
42
55
 
43
56
  - Fix package version in published docs footers, :issue:`SW-1392`.
44
57
 
45
- Version 3.11 (2025-04-03)
46
- =========================
58
+ Version 3.11.0 (2025-04-03)
59
+ ===========================
47
60
 
48
61
  Feature
49
62
  *******
50
63
 
51
64
  - Enable PEP 604 in linting rules, :issue:`SW-1230`.
52
65
 
53
- Version 3.10 (2025-04-03)
54
- =========================
66
+ Version 3.10.0 (2025-04-03)
67
+ ===========================
55
68
 
56
69
  Features
57
70
  --------
58
71
 
59
72
  - Add versioning for station control API. :issue:`SW-898`
60
73
 
61
- Version 3.9 (2025-04-02)
62
- ========================
74
+ Version 3.9.0 (2025-04-02)
75
+ ==========================
63
76
 
64
77
  Features
65
78
  ********
66
79
 
67
80
  - Update the documentation footer to display the package version.
68
81
 
69
- Version 3.8 (2025-03-19)
70
- ========================
82
+ Version 3.8.0 (2025-03-19)
83
+ ==========================
71
84
 
72
85
  Bug fixes
73
86
  ---------
74
87
 
75
88
  - Update dependency on exa-common
76
89
 
77
- Version 3.7 (2025-03-11)
78
- ========================
90
+ Version 3.7.0 (2025-03-11)
91
+ ==========================
79
92
 
80
93
  Features
81
94
  --------
82
95
 
83
96
  - Bump pulla
84
97
 
85
- Version 3.6 (2025-03-07)
86
- ========================
98
+ Version 3.6.0 (2025-03-07)
99
+ ==========================
87
100
 
88
101
  Bug fix
89
102
  -------
90
103
 
91
104
  - Fix error message formatting of server-side errors.
92
105
 
93
- Version 3.5 (2025-03-05)
94
- ========================
106
+ Version 3.5.0 (2025-03-05)
107
+ ==========================
95
108
 
96
109
  - Bump station control dependencies
97
110
 
98
- Version 3.4 (2025-03-05)
99
- ========================
111
+ Version 3.4.0 (2025-03-05)
112
+ ==========================
100
113
 
101
114
  Features
102
115
  --------
@@ -106,8 +119,8 @@ Features
106
119
  - Use HTTPStatus code names instead of numbers for better clarity. No functional changes.
107
120
  - The ``/docs`` endpoint shows relevant metadata, e.g. the package version.
108
121
 
109
- Version 3.3 (2025-02-28)
110
- ========================
122
+ Version 3.3.0 (2025-02-28)
123
+ ==========================
111
124
 
112
125
  Features
113
126
  --------
@@ -116,24 +129,24 @@ Features
116
129
  :issue:`SW-1078`
117
130
 
118
131
 
119
- Version 3.2 (2025-02-28)
120
- ========================
132
+ Version 3.2.0 (2025-02-28)
133
+ ==========================
121
134
 
122
135
 
123
136
  Bug fix
124
137
  -------
125
138
  - Bump exa-common
126
139
 
127
- Version 3.1 (2025-02-27)
128
- ========================
140
+ Version 3.1.0 (2025-02-27)
141
+ ==========================
129
142
 
130
143
  Features
131
144
  --------
132
145
 
133
146
  * Bump EXA version.
134
147
 
135
- Version 3.0 (2025-02-27)
136
- ========================
148
+ Version 3.0.0 (2025-02-27)
149
+ ==========================
137
150
 
138
151
  Breaking changes
139
152
  ****************
@@ -143,18 +156,18 @@ Breaking changes
143
156
  - Removed deprecated ``StationControlClient.get_chad`` and ``StationControlClient.get_qubit_design_properties``.
144
157
  - Removed deprecated field ``SweepDefinition.playlists`` use ``.playlist`` instead.
145
158
 
146
- Version 2.20 (2025-02-19)
147
- =========================
159
+ Version 2.20.0 (2025-02-19)
160
+ ===========================
148
161
 
149
162
  - Bump station-control dependencies.
150
163
 
151
- Version 2.19 (2025-02-18)
152
- =========================
164
+ Version 2.19.0 (2025-02-18)
165
+ ===========================
153
166
 
154
167
  Bump exa-data, iqm-data-definitions versions.
155
168
 
156
- Version 2.18 (2025-02-04)
157
- =========================
169
+ Version 2.18.0 (2025-02-04)
170
+ ===========================
158
171
 
159
172
  Features
160
173
  --------
@@ -162,8 +175,8 @@ Features
162
175
  - Refactor codebase to new lint rules. No functional changes. :issue:`SW-467`
163
176
 
164
177
 
165
- Version 2.17 (2025-02-04)
166
- =========================
178
+ Version 2.17.0 (2025-02-04)
179
+ ===========================
167
180
 
168
181
  Features
169
182
  --------
@@ -171,135 +184,135 @@ Features
171
184
  - Refactor codebase to new lint rules. No functional changes. :issue:`SW-467`
172
185
 
173
186
 
174
- Version 2.16 (2025-01-30)
175
- =========================
187
+ Version 2.16.0 (2025-01-30)
188
+ ===========================
176
189
 
177
190
  Features
178
191
  --------
179
192
 
180
193
  - Implement callback to display progress bars for task execution :issue:`SW-881`
181
194
 
182
- Version 2.15 (2025-01-28)
183
- =========================
195
+ Version 2.15.0 (2025-01-28)
196
+ ===========================
184
197
 
185
198
  Features
186
199
  ********
187
200
  - Support broader range of `numpy` versions and verify compatibily with ruff, see migration guide `https://numpy.org/doc/stable/numpy_2_0_migration_guide.html`.
188
201
 
189
- Version 2.14 (2025-01-28)
190
- =========================
202
+ Version 2.14.0 (2025-01-28)
203
+ ===========================
191
204
 
192
205
  Features
193
206
  --------
194
207
 
195
208
  - Bump exa-common.
196
209
 
197
- Version 2.13 (2025-01-27)
198
- =========================
210
+ Version 2.13.0 (2025-01-27)
211
+ ===========================
199
212
 
200
213
  Features
201
214
  --------
202
215
 
203
216
  - Bump version for an updated repo organization. No functional changes. :issue:`SW-1042`
204
217
 
205
- Version 2.12 (2025-01-24)
206
- =========================
218
+ Version 2.12.0 (2025-01-24)
219
+ ===========================
207
220
 
208
221
  Features
209
222
  --------
210
223
 
211
224
  * Add serialisation and deserialisation for channel properties
212
225
 
213
- Version 2.11 (2025-01-10)
214
- =========================
226
+ Version 2.11.0 (2025-01-10)
227
+ ===========================
215
228
 
216
229
  Features
217
230
  --------
218
231
 
219
232
  - Log meta.errors is station control responses automatically. :issue:`SW-514`.
220
233
 
221
- Version 2.10 (2025-01-08)
222
- =========================
234
+ Version 2.10.0 (2025-01-08)
235
+ ===========================
223
236
 
224
237
  Features
225
238
  --------
226
239
 
227
240
  - Remove gitlab links from public pages. :issue:`SW-776`
228
241
 
229
- Version 2.9 (2024-12-30)
230
- ========================
242
+ Version 2.9.0 (2024-12-30)
243
+ ==========================
231
244
 
232
245
  Features
233
246
  --------
234
247
 
235
248
  - Minor typos fixed. :issue:`SW-776`
236
249
 
237
- Version 2.8 (2024-12-30)
238
- ========================
250
+ Version 2.8.0 (2024-12-30)
251
+ ==========================
239
252
 
240
253
  Features
241
254
  --------
242
255
 
243
256
  - Change license info to Apache 2.0. :issue:`SW-776`
244
257
 
245
- Version 2.7 (2024-12-17)
246
- ========================
258
+ Version 2.7.0 (2024-12-17)
259
+ ==========================
247
260
 
248
261
  Features
249
262
  --------
250
263
 
251
264
  - Remove hardcoded iqm-internal links from docstrings :issue:`SW-977`
252
265
 
253
- Version 2.6 (2024-12-12)
254
- ========================
266
+ Version 2.6.0 (2024-12-12)
267
+ ==========================
255
268
 
256
269
  Features
257
270
  --------
258
271
 
259
272
  - Bump exa-experiments
260
273
 
261
- Version 2.5 (2024-12-10)
262
- ========================
274
+ Version 2.5.0 (2024-12-10)
275
+ ==========================
263
276
 
264
277
  Features
265
278
  ********
266
279
 
267
280
  - Make `observation_ids` in `ObservationSetUpdate` optional. `SW-926`
268
281
 
269
- Version 2.4 (2024-12-09)
270
- ========================
282
+ Version 2.4.0 (2024-12-09)
283
+ ==========================
271
284
 
272
285
  Features
273
286
  --------
274
287
 
275
288
  Fix extlinks to MRs and issues in sphinx docs config :issue:`SW-916`
276
289
 
277
- Version 2.3 (2024-12-05)
278
- ========================
290
+ Version 2.3.0 (2024-12-05)
291
+ ==========================
279
292
 
280
293
  Features
281
294
  --------
282
295
 
283
296
  - Fix intersphinx reference paths in docs :issue:`SW-916`
284
297
 
285
- Version 2.2 (2024-12-05)
286
- ========================
298
+ Version 2.2.0 (2024-12-05)
299
+ ==========================
287
300
 
288
301
  Features
289
302
  --------
290
303
 
291
304
  - Add `characterization-set` to observation set pydantic model. `SW-845`
292
305
 
293
- Version 2.1 (2024-12-04)
294
- ========================
306
+ Version 2.1.0 (2024-12-04)
307
+ ==========================
295
308
 
296
309
  Features
297
310
  --------
298
311
 
299
312
  - Bump version for an updated repo organization. No functional changes. :issue:`SW-665`
300
313
 
301
- Version 2.0 (2024-11-22)
302
- ========================
314
+ Version 2.0.0 (2024-11-22)
315
+ ==========================
303
316
 
304
317
  Breaking changes
305
318
  ****************
@@ -315,24 +328,24 @@ Bug fixes
315
328
  This affected only when serializing list of objects at once (for example when saving multiple observations),
316
329
  endpoints dealing with single object were working as expected. :issue:`SW-865`
317
330
 
318
- Version 1.23 (2024-11-19)
319
- =========================
331
+ Version 1.23.0 (2024-11-19)
332
+ ===========================
320
333
 
321
334
  Features
322
335
  --------
323
336
 
324
337
  - Bump version for an updated repo organization. No functional changes. :issue:`SW-774`
325
338
 
326
- Version 1.22 (2024-11-15)
327
- =========================
339
+ Version 1.22.0 (2024-11-15)
340
+ ===========================
328
341
 
329
342
  Bug fixes
330
343
  ---------
331
344
 
332
345
  - Remove iqm-internal web links in customer docs artifacts.
333
346
 
334
- Version 1.21 (2024-11-12)
335
- =========================
347
+ Version 1.21.0 (2024-11-12)
348
+ ===========================
336
349
 
337
350
  Features
338
351
  ********
@@ -341,16 +354,16 @@ Features
341
354
  with added attributes, and 2.) to make it possible to convert inheriting classes to ObservationDefinition without
342
355
  removing extra attributes. Part of :issue:`SW-774`.
343
356
 
344
- Version 1.20 (2024-11-11)
345
- =========================
357
+ Version 1.20.0 (2024-11-11)
358
+ ===========================
346
359
 
347
360
  Features
348
361
  --------
349
362
 
350
363
  - Adds "gbc-set" observation set type. :issue:`GBC-672`
351
364
 
352
- Version 1.19 (2024-11-08)
353
- =========================
365
+ Version 1.19.0 (2024-11-08)
366
+ ===========================
354
367
 
355
368
  Features
356
369
  --------
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: iqm-station-control-client
3
- Version: 3.16
3
+ Version: 3.17.0
4
4
  Summary: Python client for communicating with Station Control Service
5
5
  Author-email: IQM Finland Oy <info@meetiqm.com>
6
6
  License: Apache License
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: iqm-station-control-client
3
- Version: 3.16
3
+ Version: 3.17.0
4
4
  Summary: Python client for communicating with Station Control Service
5
5
  Author-email: IQM Finland Oy <info@meetiqm.com>
6
6
  License: Apache License
@@ -0,0 +1 @@
1
+ 3.17.0
@@ -1 +0,0 @@
1
- 3.16