Skip to content

Releases: Qiskit/qiskit-ibm-transpiler

0.5.2

12 Sep 16:38
20bf388
Compare
Choose a tag to compare

What's Changed

  • Fixing the type of ECR gates when loading circuits from the qiskit transpiler service #63

Full Changelog: https://github.com/Qiskit/qiskit-transpiler-service/compare/0.5.1..0.5.2

Pypi version https://pypi.org/project/qiskit-ibm-transpiler/0.5.2/

0.4.9

12 Sep 16:37
e129d5b
Compare
Choose a tag to compare

What's Changed

  • Fixing the type of ECR gates when loading circuits from the qiskit transpiler service #64

Full Changelog: https://github.com/Qiskit/qiskit-transpiler-service/compare/0.4.8..0.4.9

Pypi version https://pypi.org/project/qiskit-transpiler-service/0.4.9/

0.5.1

29 Aug 11:10
c928904
Compare
Choose a tag to compare

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

29 Aug 11:18
e66bebd
Compare
Choose a tag to compare

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

27 Aug 15:40
ac07bf1
Compare
Choose a tag to compare

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

27 Aug 15:09
e4f1e26
Compare
Choose a tag to compare

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

23 Aug 10:20
9441815
Compare
Choose a tag to compare

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

01 Aug 09:27
0ee89db
Compare
Choose a tag to compare

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

25 Jul 09:37
4f8545d
Compare
Choose a tag to compare

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

Full Changelog: 0.4.3...0.4.4

Pypi version https://pypi.org/project/qiskit-transpiler-service/0.4.4/

0.4.3

18 Jun 10:20
6b6a846
Compare
Choose a tag to compare

[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

  • #72 Refactoring the extension code
  • #69 Updating logs levels

🐛 Fixed

  • #76 Rebuild layout in transpiled circuit
  • #71 Avoid barrier nodes in collection

[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.