Releases: Qiskit/qiskit-ibm-transpiler
0.5.1
What's Changed
- Keep trying getting result even in case of HTTPError exception with status 520 #52
Full Changelog: https://github.com/Qiskit/qiskit-transpiler-service/compare/0.5.0..0.5.1
Pypi version https://pypi.org/project/qiskit-ibm-transpiler/0.5.1/
0.4.8
What's Changed
- Keep trying getting result even in case of HTTPError exception with status 520 #54
Full Changelog: https://github.com/Qiskit/qiskit-transpiler-service/compare/0.4.7..0.4.8
Pypi version https://pypi.org/project/qiskit-transpiler-service/0.4.8/
0.5.0
What's Changed
- Rename package to qiskit-ibm-transpiler #43
Full Changelog: 0.4.7...0.5.0
Pypi version https://pypi.org/project/qiskit-ibm-transpiler/0.5.0/
0.4.7
What's Changed
- Add stacklevel to DeprecationWarning so it appears in Jupyter notebooks #49
Full Changelog: 0.4.6...0.4.7
Pypi version https://pypi.org/project/qiskit-transpiler-service/0.4.7/
0.4.6
What's Changed
- Forward incoming error when decoding fails #36
- Added deprecation notice in preparation for project rename to
qiskit-ibm-transpiler
#40
Full Changelog: 0.4.5...0.4.6
Pypi version https://pypi.org/project/qiskit-transpiler-service/0.4.6/
0.4.5
What's Changed
- Updating tests about service's limits after last changes by @cbjuan in #26
- fix: Using the declared ai_layout_mode in the TranspilerService's run method by @cbjuan in #25
- Enable programmatic config of polling timeout by @cbjuan in #28
- Preparing the release of v0.4.5 by @cbjuan in #31
Full Changelog: 0.4.4...0.4.5
Pypi version https://pypi.org/project/qiskit-transpiler-service/0.4.5/
0.4.4
What's Changed
- Adds CI pipeline code for PRs by @y4izus in #6
- Correctly parse string boolean for ai param by @chrisamirani in #7
- Expose service errors to users by @y4izus in #8
- Configures Logging for a Library by @y4izus in #10
- Fix tests after update on the service by @y4izus in #17
- Adds CODE_OF_CONDUCT file by @y4izus in #16
- Increasing timeout to 600s instead of 120s by @cbjuan in #21
- Preparing the release of v0.4.4 by @cbjuan in #23
New Contributors
- @y4izus made their first contribution in #6
- @chrisamirani made their first contribution in #7
- @cbjuan made their first contribution in #21
Full Changelog: 0.4.3...0.4.4
Pypi version https://pypi.org/project/qiskit-transpiler-service/0.4.4/
0.4.3
[0.4.3] - 2024-06-07
✏️ Changed
- #85 Check existence of credentials and raise related exceptions instead of breaking
[0.4.2] - 2024-06-07
✏️ Changed
- #82 Relaxing pin of local dependencies
🐛 Fixed
- #83 Python 3.8 support. Back to specify types with typing
- #81) Fixing some import errors for local modules
[0.4.1] - 2024-06-06
✏️ Changed
🐛 Fixed
[0.4.0] - 2024-05-28
🎉 Added
- #63 Request the synthesis of a list of circuits to the service.
- #57 Adding docstrings for public documentation
✏️ Changed
- #67 Updating Clifford service URL.
- #60 Replace use_ai by ai param in requests
- #58 Move type hints in documentation.
- #54 Set name to logger
🐛 Fixed
- #56 Adjust dependencies to be less strict and support minor version updates for qiskit & patch updates for qiskit-qasm3-import
[0.3.0] - 2024-02-29
✏️ Changed
- #36 Updating the plugin to use Qiskit 1.0 by default.
🐛 Fixed
- #38 Supporting measurements in circuits when transpiling using ai=true option.
[0.2.1] - 2024-02-22
🎉 Added
- #34 Add multithreading to synth requests. The requests to the service for transpile and transpile now are done in parallel.
✏️ Changed
- #31 Updated collection passes. Now the passes could work up to N of qubits or with any block size of qubits
[0.2.0] - 2024-02-12
🎉 Added
- #28 Added support for synthesis and transpilation of Clifford, Permutation and Linear Function circuits. Using new URLs for the service.
[0.1.3] - 2023-12-11
🐛 Fixed
- #20 Fixing layout integration with Qiskit for the transpiler service
- #18 Fixing hardcoded input to routing
- #17 Fix bug in input and refactor
[0.1.2] - 2023-12-04
- Publishing first version 0.1.2 for the IBM Quantum Summit.