Skip to content

Commit 53ea86c

Browse files
authored
Update QPY format version history table (#14049)
This commit updates the QPY version format history table to include the releases between 1.3.0 and 2.0.0 and include the relevant details for the supported versions of QPY. Only 2.0.0 is different from 1.3.0 in that the compatibility version is raised from 10 to 13 and QPY 14 was added in that release.
1 parent 740a9dc commit 53ea86c

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

qiskit/qpy/__init__.py

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,27 @@ def open(*args):
194194
* - Qiskit (qiskit-terra for < 1.0.0) version
195195
- :func:`.dump` format(s) output versions
196196
- :func:`.load` maximum supported version (older format versions can always be read)
197+
* - 2.0.0
198+
- 13, 14
199+
- 14
200+
* - 1.4.2
201+
- 10, 11, 12, 13
202+
- 13
203+
* - 1.4.1
204+
- 10, 11, 12, 13
205+
- 13
206+
* - 1.4.0
207+
- 10, 11, 12, 13
208+
- 13
209+
* - 1.3.3
210+
- 10, 11, 12, 13
211+
- 13
212+
* - 1.3.2
213+
- 10, 11, 12, 13
214+
- 13
215+
* - 1.3.1
216+
- 10, 11, 12, 13
217+
- 13
197218
* - 1.3.0
198219
- 10, 11, 12, 13
199220
- 13

0 commit comments

Comments
 (0)