iqm-exa-common 26.17__tar.gz → 26.17.1__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 (81) hide show
  1. {iqm_exa_common-26.17 → iqm_exa_common-26.17.1}/CHANGELOG.rst +81 -76
  2. {iqm_exa_common-26.17/src/iqm_exa_common.egg-info → iqm_exa_common-26.17.1}/PKG-INFO +1 -1
  3. {iqm_exa_common-26.17 → iqm_exa_common-26.17.1/src/iqm_exa_common.egg-info}/PKG-INFO +1 -1
  4. iqm_exa_common-26.17.1/version.txt +1 -0
  5. iqm_exa_common-26.17/version.txt +0 -1
  6. {iqm_exa_common-26.17 → iqm_exa_common-26.17.1}/LICENSE.txt +0 -0
  7. {iqm_exa_common-26.17 → iqm_exa_common-26.17.1}/MANIFEST.in +0 -0
  8. {iqm_exa_common-26.17 → iqm_exa_common-26.17.1}/README.rst +0 -0
  9. {iqm_exa_common-26.17 → iqm_exa_common-26.17.1}/docs/API.rst +0 -0
  10. {iqm_exa_common-26.17 → iqm_exa_common-26.17.1}/docs/Makefile +0 -0
  11. {iqm_exa_common-26.17 → iqm_exa_common-26.17.1}/docs/_static/.gitignore +0 -0
  12. {iqm_exa_common-26.17 → iqm_exa_common-26.17.1}/docs/_static/css/custom.css +0 -0
  13. {iqm_exa_common-26.17 → iqm_exa_common-26.17.1}/docs/_static/images/favicon.ico +0 -0
  14. {iqm_exa_common-26.17 → iqm_exa_common-26.17.1}/docs/_static/images/logo.png +0 -0
  15. {iqm_exa_common-26.17 → iqm_exa_common-26.17.1}/docs/_templates/autosummary-class-template.rst +0 -0
  16. {iqm_exa_common-26.17 → iqm_exa_common-26.17.1}/docs/_templates/autosummary-module-template.rst +0 -0
  17. {iqm_exa_common-26.17 → iqm_exa_common-26.17.1}/docs/changelog.rst +0 -0
  18. {iqm_exa_common-26.17 → iqm_exa_common-26.17.1}/docs/conf.py +0 -0
  19. {iqm_exa_common-26.17 → iqm_exa_common-26.17.1}/docs/index.rst +0 -0
  20. {iqm_exa_common-26.17 → iqm_exa_common-26.17.1}/docs/license.rst +0 -0
  21. {iqm_exa_common-26.17 → iqm_exa_common-26.17.1}/pyproject.toml +0 -0
  22. {iqm_exa_common-26.17 → iqm_exa_common-26.17.1}/requirements/base.in +0 -0
  23. {iqm_exa_common-26.17 → iqm_exa_common-26.17.1}/requirements/base.txt +0 -0
  24. {iqm_exa_common-26.17 → iqm_exa_common-26.17.1}/setup.cfg +0 -0
  25. {iqm_exa_common-26.17 → iqm_exa_common-26.17.1}/setup.py +0 -0
  26. {iqm_exa_common-26.17 → iqm_exa_common-26.17.1}/src/exa/common/__init__.py +0 -0
  27. {iqm_exa_common-26.17 → iqm_exa_common-26.17.1}/src/exa/common/api/__init__.py +0 -0
  28. {iqm_exa_common-26.17 → iqm_exa_common-26.17.1}/src/exa/common/api/proto_serialization/__init__.py +0 -0
  29. {iqm_exa_common-26.17 → iqm_exa_common-26.17.1}/src/exa/common/api/proto_serialization/_parameter.py +0 -0
  30. {iqm_exa_common-26.17 → iqm_exa_common-26.17.1}/src/exa/common/api/proto_serialization/array.py +0 -0
  31. {iqm_exa_common-26.17 → iqm_exa_common-26.17.1}/src/exa/common/api/proto_serialization/datum.py +0 -0
  32. {iqm_exa_common-26.17 → iqm_exa_common-26.17.1}/src/exa/common/api/proto_serialization/nd_sweep.py +0 -0
  33. {iqm_exa_common-26.17 → iqm_exa_common-26.17.1}/src/exa/common/api/proto_serialization/sequence.py +0 -0
  34. {iqm_exa_common-26.17 → iqm_exa_common-26.17.1}/src/exa/common/api/proto_serialization/setting_node.py +0 -0
  35. {iqm_exa_common-26.17 → iqm_exa_common-26.17.1}/src/exa/common/control/__init__.py +0 -0
  36. {iqm_exa_common-26.17 → iqm_exa_common-26.17.1}/src/exa/common/control/sweep/__init__.py +0 -0
  37. {iqm_exa_common-26.17 → iqm_exa_common-26.17.1}/src/exa/common/control/sweep/exponential_sweep.py +0 -0
  38. {iqm_exa_common-26.17 → iqm_exa_common-26.17.1}/src/exa/common/control/sweep/fixed_sweep.py +0 -0
  39. {iqm_exa_common-26.17 → iqm_exa_common-26.17.1}/src/exa/common/control/sweep/linear_sweep.py +0 -0
  40. {iqm_exa_common-26.17 → iqm_exa_common-26.17.1}/src/exa/common/control/sweep/option/__init__.py +0 -0
  41. {iqm_exa_common-26.17 → iqm_exa_common-26.17.1}/src/exa/common/control/sweep/option/center_span_base_options.py +0 -0
  42. {iqm_exa_common-26.17 → iqm_exa_common-26.17.1}/src/exa/common/control/sweep/option/center_span_options.py +0 -0
  43. {iqm_exa_common-26.17 → iqm_exa_common-26.17.1}/src/exa/common/control/sweep/option/constants.py +0 -0
  44. {iqm_exa_common-26.17 → iqm_exa_common-26.17.1}/src/exa/common/control/sweep/option/fixed_options.py +0 -0
  45. {iqm_exa_common-26.17 → iqm_exa_common-26.17.1}/src/exa/common/control/sweep/option/option_converter.py +0 -0
  46. {iqm_exa_common-26.17 → iqm_exa_common-26.17.1}/src/exa/common/control/sweep/option/start_stop_base_options.py +0 -0
  47. {iqm_exa_common-26.17 → iqm_exa_common-26.17.1}/src/exa/common/control/sweep/option/start_stop_options.py +0 -0
  48. {iqm_exa_common-26.17 → iqm_exa_common-26.17.1}/src/exa/common/control/sweep/option/sweep_options.py +0 -0
  49. {iqm_exa_common-26.17 → iqm_exa_common-26.17.1}/src/exa/common/control/sweep/sweep.py +0 -0
  50. {iqm_exa_common-26.17 → iqm_exa_common-26.17.1}/src/exa/common/control/sweep/sweep_values.py +0 -0
  51. {iqm_exa_common-26.17 → iqm_exa_common-26.17.1}/src/exa/common/data/__init__.py +0 -0
  52. {iqm_exa_common-26.17 → iqm_exa_common-26.17.1}/src/exa/common/data/base_model.py +0 -0
  53. {iqm_exa_common-26.17 → iqm_exa_common-26.17.1}/src/exa/common/data/parameter.py +0 -0
  54. {iqm_exa_common-26.17 → iqm_exa_common-26.17.1}/src/exa/common/data/setting_node.py +0 -0
  55. {iqm_exa_common-26.17 → iqm_exa_common-26.17.1}/src/exa/common/data/settingnode_v2.html.jinja2 +0 -0
  56. {iqm_exa_common-26.17 → iqm_exa_common-26.17.1}/src/exa/common/data/value.py +0 -0
  57. {iqm_exa_common-26.17 → iqm_exa_common-26.17.1}/src/exa/common/errors/__init__.py +0 -0
  58. {iqm_exa_common-26.17 → iqm_exa_common-26.17.1}/src/exa/common/errors/exa_error.py +0 -0
  59. {iqm_exa_common-26.17 → iqm_exa_common-26.17.1}/src/exa/common/errors/server_errors.py +0 -0
  60. {iqm_exa_common-26.17 → iqm_exa_common-26.17.1}/src/exa/common/helpers/__init__.py +0 -0
  61. {iqm_exa_common-26.17 → iqm_exa_common-26.17.1}/src/exa/common/helpers/data_helper.py +0 -0
  62. {iqm_exa_common-26.17 → iqm_exa_common-26.17.1}/src/exa/common/helpers/deprecation.py +0 -0
  63. {iqm_exa_common-26.17 → iqm_exa_common-26.17.1}/src/exa/common/helpers/json_helper.py +0 -0
  64. {iqm_exa_common-26.17 → iqm_exa_common-26.17.1}/src/exa/common/helpers/numpy_helper.py +0 -0
  65. {iqm_exa_common-26.17 → iqm_exa_common-26.17.1}/src/exa/common/helpers/software_version_helper.py +0 -0
  66. {iqm_exa_common-26.17 → iqm_exa_common-26.17.1}/src/exa/common/helpers/yaml_helper.py +0 -0
  67. {iqm_exa_common-26.17 → iqm_exa_common-26.17.1}/src/exa/common/logger/__init__.py +0 -0
  68. {iqm_exa_common-26.17 → iqm_exa_common-26.17.1}/src/exa/common/logger/logger.py +0 -0
  69. {iqm_exa_common-26.17 → iqm_exa_common-26.17.1}/src/exa/common/qcm_data/__init__.py +0 -0
  70. {iqm_exa_common-26.17 → iqm_exa_common-26.17.1}/src/exa/common/qcm_data/chad_model.py +0 -0
  71. {iqm_exa_common-26.17 → iqm_exa_common-26.17.1}/src/exa/common/qcm_data/chip_topology.py +0 -0
  72. {iqm_exa_common-26.17 → iqm_exa_common-26.17.1}/src/exa/common/qcm_data/file_adapter.py +0 -0
  73. {iqm_exa_common-26.17 → iqm_exa_common-26.17.1}/src/exa/common/qcm_data/immutable_base_model.py +0 -0
  74. {iqm_exa_common-26.17 → iqm_exa_common-26.17.1}/src/exa/common/qcm_data/qcm_data_client.py +0 -0
  75. {iqm_exa_common-26.17 → iqm_exa_common-26.17.1}/src/exa/common/sweep/__init__.py +0 -0
  76. {iqm_exa_common-26.17 → iqm_exa_common-26.17.1}/src/exa/common/sweep/database_serialization.py +0 -0
  77. {iqm_exa_common-26.17 → iqm_exa_common-26.17.1}/src/exa/common/sweep/util.py +0 -0
  78. {iqm_exa_common-26.17 → iqm_exa_common-26.17.1}/src/iqm_exa_common.egg-info/SOURCES.txt +0 -0
  79. {iqm_exa_common-26.17 → iqm_exa_common-26.17.1}/src/iqm_exa_common.egg-info/dependency_links.txt +0 -0
  80. {iqm_exa_common-26.17 → iqm_exa_common-26.17.1}/src/iqm_exa_common.egg-info/requires.txt +0 -0
  81. {iqm_exa_common-26.17 → iqm_exa_common-26.17.1}/src/iqm_exa_common.egg-info/top_level.txt +0 -0
@@ -2,48 +2,53 @@
2
2
  Changelog
3
3
  =========
4
4
 
5
- Version 26.17 (2025-05-09)
6
- ==========================
5
+ Version 26.17.1 (2025-05-12)
6
+ ============================
7
+
8
+ - Test patch versioning, no functional changes. :issue:`SW-1429`
9
+
10
+ Version 26.17.0 (2025-05-09)
11
+ ============================
7
12
 
8
13
  Features
9
14
  --------
10
15
 
11
16
  - Modify :func:`get_connected_probe_lines` such that it also works for qubits without readout, :issue:`QPUC-603`.
12
17
 
13
- Version 26.16 (2025-05-06)
14
- ==========================
18
+ Version 26.16.0 (2025-05-06)
19
+ ============================
15
20
 
16
21
  Bug fixes
17
22
  ---------
18
23
 
19
24
  - Fix copy deprecation warning.
20
25
 
21
- Version 26.15 (2025-04-29)
22
- ==========================
26
+ Version 26.15.0 (2025-04-29)
27
+ ============================
23
28
 
24
29
  Features
25
30
  --------
26
31
 
27
32
  - Add method ``ChipTopology.get_connected_coupler_map``, which returns a dictionary mapping couplers to components based on the output of ``ChipTopology.get_connecting_couplers``.
28
33
 
29
- Version 26.14 (2025-04-22)
30
- ==========================
34
+ Version 26.14.0 (2025-04-22)
35
+ ============================
31
36
 
32
37
  Features
33
38
  --------
34
39
 
35
40
  - Trigger new version with improved CI workflow
36
41
 
37
- Version 26.13 (2025-04-11)
38
- ==========================
42
+ Version 26.13.0 (2025-04-11)
43
+ ============================
39
44
 
40
45
  Bug fixes
41
46
  ---------
42
47
 
43
48
  - Update license
44
49
 
45
- Version 26.12 (2025-04-10)
46
- ==========================
50
+ Version 26.12.0 (2025-04-10)
51
+ ============================
47
52
 
48
53
  Features
49
54
  --------
@@ -51,8 +56,8 @@ Features
51
56
  - Fix vulnerability issue with YAML loading, use safe_load to avoid potential harmful remote code execution.
52
57
  :issue:`SW-1378`
53
58
 
54
- Version 26.11 (2025-04-07)
55
- ==========================
59
+ Version 26.11.0 (2025-04-07)
60
+ ============================
56
61
 
57
62
  Features
58
63
  --------
@@ -60,40 +65,40 @@ Features
60
65
  - Add new error class ConflictError designed for client-server communication via station control client.
61
66
  :issue:`SW-1361`
62
67
 
63
- Version 26.10 (2025-04-07)
64
- ==========================
68
+ Version 26.10.0 (2025-04-07)
69
+ ============================
65
70
 
66
71
  Features
67
72
  --------
68
73
 
69
74
  - Fix package version in published docs footers, :issue:`SW-1392`.
70
75
 
71
- Version 26.9 (2025-04-03)
72
- =========================
76
+ Version 26.9.0 (2025-04-03)
77
+ ===========================
73
78
 
74
79
  Feature
75
80
  *******
76
81
 
77
82
  - Format code and enable PEP 604 in linting rules, :issue:`SW-1230`.
78
83
 
79
- Version 26.8 (2025-04-02)
80
- =========================
84
+ Version 26.8.0 (2025-04-02)
85
+ ===========================
81
86
 
82
87
  Features
83
88
  ********
84
89
 
85
90
  - Update the documentation footer to display the package version.
86
91
 
87
- Version 26.7 (2025-04-01)
88
- =========================
92
+ Version 26.7.0 (2025-04-01)
93
+ ===========================
89
94
 
90
95
  Features
91
96
  --------
92
97
 
93
98
  - Use standard process of deprecation. No functional changes. :issue:`SW-450`
94
99
 
95
- Version 26.6 (2025-03-21)
96
- =========================
100
+ Version 26.6.0 (2025-03-21)
101
+ ===========================
97
102
 
98
103
  Features
99
104
  ********
@@ -102,24 +107,24 @@ Features
102
107
  "crystal_5" or "star_6". For "mini" chips, like "mini_crystal_20", the number is not based on the actual number
103
108
  of qubits but to the chip it's trying to "minimize" instead, like "crystal_20". :issue:`SW-1059`
104
109
 
105
- Version 26.5 (2025-03-19)
106
- =========================
110
+ Version 26.5.0 (2025-03-19)
111
+ ===========================
107
112
 
108
113
  Bug fixes
109
114
  ---------
110
115
 
111
116
  - Fix Parameters with element_indices having those indices duplicated in the name when deserialised
112
117
 
113
- Version 26.4 (2025-03-11)
114
- =========================
118
+ Version 26.4.0 (2025-03-11)
119
+ ===========================
115
120
 
116
121
  Features
117
122
  --------
118
123
 
119
124
  - Bump pulla
120
125
 
121
- Version 26.3 (2025-03-05)
122
- =========================
126
+ Version 26.3.0 (2025-03-05)
127
+ ===========================
123
128
 
124
129
  Features
125
130
  --------
@@ -127,23 +132,23 @@ Features
127
132
  - Add new error classes designed for client-server communication via station control client.
128
133
  - Remove general RequestError and use new specific error classes instead.
129
134
 
130
- Version 26.2 (2025-03-03)
131
- =========================
135
+ Version 26.2.0 (2025-03-03)
136
+ ===========================
132
137
 
133
138
  Bug fix
134
139
  -------
135
140
  - Fix numpy numeric types serialization in sweeps
136
141
 
137
- Version 26.1 (2025-02-28)
138
- =========================
142
+ Version 26.1.0 (2025-02-28)
143
+ ===========================
139
144
 
140
145
 
141
146
  Bug fix
142
147
  -------
143
148
  - Fix protobuf deserialisation to not align SettingNode names
144
149
 
145
- Version 26.0 (2025-02-27)
146
- =========================
150
+ Version 26.0.0 (2025-02-27)
151
+ ===========================
147
152
 
148
153
 
149
154
  Features
@@ -187,16 +192,16 @@ Features
187
192
  - Split ``DataType.NUMBER`` to ``DataType.FLOAT`` and ``DataType.INT``. ``DataType.NUMBER`` is now handled as a
188
193
  deprecated alias for ``DataType.FLOAT``.
189
194
 
190
- Version 25.34 (2025-02-06)
191
- ==========================
195
+ Version 25.34.0 (2025-02-06)
196
+ ============================
192
197
 
193
198
  Bug fixes
194
199
  ---------
195
200
 
196
201
  - Bump mechanize test dependency.
197
202
 
198
- Version 25.33 (2025-02-04)
199
- ==========================
203
+ Version 25.33.0 (2025-02-04)
204
+ ============================
200
205
 
201
206
  Features
202
207
  --------
@@ -204,8 +209,8 @@ Features
204
209
  - Refactor codebase to new lint rules. No functional changes. :issue:`SW-467`
205
210
 
206
211
 
207
- Version 25.32 (2025-02-04)
208
- ==========================
212
+ Version 25.32.0 (2025-02-04)
213
+ ============================
209
214
 
210
215
  Features
211
216
  --------
@@ -213,15 +218,15 @@ Features
213
218
  - Refactor codebase to new lint rules. No functional changes. :issue:`SW-467`
214
219
 
215
220
 
216
- Version 25.31 (2025-01-28)
217
- ==========================
221
+ Version 25.31.0 (2025-01-28)
222
+ ============================
218
223
 
219
224
  Features
220
225
  ********
221
226
  - 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`.
222
227
 
223
- Version 25.30 (2025-01-28)
224
- ==========================
228
+ Version 25.30.0 (2025-01-28)
229
+ ============================
225
230
 
226
231
  Bug Fixes
227
232
  ---------
@@ -229,86 +234,86 @@ Bug Fixes
229
234
  - Method ``ChipTopology.get_all_common_resonators`` can never return a set containing components which are not
230
235
  computational resonators.
231
236
 
232
- Version 25.29 (2025-01-27)
233
- ==========================
237
+ Version 25.29.0 (2025-01-27)
238
+ ============================
234
239
 
235
240
  Features
236
241
  --------
237
242
 
238
243
  - Bump version for an updated repo organization. No functional changes. :issue:`SW-1042`
239
244
 
240
- Version 25.28 (2025-01-08)
241
- ==========================
245
+ Version 25.28.0 (2025-01-08)
246
+ ============================
242
247
 
243
248
  Features
244
249
  --------
245
250
 
246
251
  - Remove gitlab links from public pages. :issue:`SW-776`
247
252
 
248
- Version 25.27 (2024-12-19)
249
- ==========================
253
+ Version 25.27.0 (2024-12-19)
254
+ ============================
250
255
 
251
256
  Features
252
257
  ********
253
258
  - Bumps xarray
254
259
 
255
- Version 25.26 (2024-12-12)
256
- ==========================
260
+ Version 25.26.0 (2024-12-12)
261
+ ============================
257
262
 
258
263
  Features
259
264
  --------
260
265
 
261
266
  - Bump exa-experiments
262
267
 
263
- Version 25.25 (2024-12-11)
264
- ==========================
268
+ Version 25.25.0 (2024-12-11)
269
+ ============================
265
270
 
266
271
  Features
267
272
  --------
268
273
 
269
274
  - Fix public PyPI publishing. :issue:`SW-776`
270
275
 
271
- Version 25.24 (2024-12-11)
272
- ==========================
276
+ Version 25.24.0 (2024-12-11)
277
+ ============================
273
278
 
274
279
  Features
275
280
  --------
276
281
 
277
282
  - Change license info to Apache 2.0. :issue:`SW-776`
278
283
 
279
- Version 25.23 (2024-12-09)
280
- ==========================
284
+ Version 25.23.0 (2024-12-09)
285
+ ============================
281
286
 
282
287
  Features
283
288
  --------
284
289
 
285
290
  Fix extlinks to MRs and issues in sphinx docs config :issue:`SW-916`
286
291
 
287
- Version 25.22 (2024-12-05)
288
- ==========================
292
+ Version 25.22.0 (2024-12-05)
293
+ ============================
289
294
 
290
295
  Features
291
296
  --------
292
297
 
293
298
  - Fix intersphinx reference paths in docs :issue:`SW-916`
294
299
 
295
- Version 25.21 (2024-12-04)
296
- ==========================
300
+ Version 25.21.0 (2024-12-04)
301
+ ============================
297
302
 
298
303
  Test
299
304
  ****
300
305
  - Adds unit test for sorting couplers
301
306
 
302
- Version 25.20 (2024-12-04)
303
- ==========================
307
+ Version 25.20.0 (2024-12-04)
308
+ ============================
304
309
 
305
310
  Features
306
311
  --------
307
312
 
308
313
  - Bump version for an updated repo organization. No functional changes. :issue:`SW-665`
309
314
 
310
- Version 25.19 (2024-11-29)
311
- ==========================
315
+ Version 25.19.0 (2024-11-29)
316
+ ============================
312
317
 
313
318
  Features
314
319
  --------
@@ -316,32 +321,32 @@ Features
316
321
  - Include computational resonators as possible locus components for `DEFAULT_2QB_MAPPING`, which is used for slow CZ
317
322
  gates, required for :issue:`GBC-589`.
318
323
 
319
- Version 25.18 (2024-11-27)
320
- ==========================
324
+ Version 25.18.0 (2024-11-27)
325
+ ============================
321
326
 
322
327
  Features
323
328
  --------
324
329
 
325
330
  - Expand allowed CHEDDAR versions in `qcm_data_client` to include versions 2.x.
326
331
 
327
- Version 25.17 (2024-11-19)
328
- ==========================
332
+ Version 25.17.0 (2024-11-19)
333
+ ============================
329
334
 
330
335
  Features
331
336
  --------
332
337
 
333
338
  - Bump version for an updated repo organization. No functional changes. :issue:`SW-774`
334
339
 
335
- Version 25.16 (2024-11-15)
336
- ==========================
340
+ Version 25.16.0 (2024-11-15)
341
+ ============================
337
342
 
338
343
  Bug fixes
339
344
  ---------
340
345
 
341
346
  - Remove iqm-internal web links in customer docs artifacts.
342
347
 
343
- Version 25.15 (2024-11-08)
344
- ==========================
348
+ Version 25.15.0 (2024-11-08)
349
+ ============================
345
350
 
346
351
  Features
347
352
  --------
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: iqm-exa-common
3
- Version: 26.17
3
+ Version: 26.17.1
4
4
  Summary: Framework for control and measurement of superconducting qubits: common library
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-exa-common
3
- Version: 26.17
3
+ Version: 26.17.1
4
4
  Summary: Framework for control and measurement of superconducting qubits: common library
5
5
  Author-email: IQM Finland Oy <info@meetiqm.com>
6
6
  License: Apache License
@@ -0,0 +1 @@
1
+ 26.17.1
@@ -1 +0,0 @@
1
- 26.17