Skip to content

Commit

Permalink
Merge branch 'main' into jt-qiskit-1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jesus-talavera-ibm authored Dec 12, 2024
2 parents b9a1d42 + 083d60f commit ed9e770
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 311 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
project = "Qiskit IBM Transpiler"
copyright = "2024, IBM Quantum"
author = "IBM Quantum"
release = "0.9.1"
release = "0.9.2"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
21 changes: 0 additions & 21 deletions qiskit_transpiler_service/__init__.py

This file was deleted.

43 changes: 0 additions & 43 deletions qiskit_transpiler_service/ai/__init__.py

This file was deleted.

80 changes: 0 additions & 80 deletions qiskit_transpiler_service/transpiler_service.py

This file was deleted.

47 changes: 0 additions & 47 deletions qiskit_transpiler_service/wrappers/__init__.py

This file was deleted.

7 changes: 7 additions & 0 deletions release-notes/0.9.2.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
0.9.2 (2024-12-12)
==================

Bug fixes
---------

- Pin qiskit_ibm_ai_local_transpiler version to 0.1.3 (`145 <https://github.com/Qiskit/qiskit-ibm-transpiler/pull/145>`__)
1 change: 1 addition & 0 deletions release-notes/unreleased/147.deprecation.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove qiskit_transpiler_service package.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

setup(
name="qiskit-ibm-transpiler",
version="0.9.1",
version="0.9.2",
description="A library to use Qiskit IBM Transpiler (https://docs.quantum.ibm.com/transpile/qiskit-ibm-transpiler) and the AI transpiler passes (https://docs.quantum.ibm.com/transpile/ai-transpiler-passes)",
long_description=README,
long_description_content_type="text/markdown",
Expand Down
118 changes: 0 additions & 118 deletions tests/test_transpiler_service_deprecated_package.py

This file was deleted.

0 comments on commit ed9e770

Please sign in to comment.