Skip to content

Commit

Permalink
Update reno
Browse files Browse the repository at this point in the history
  • Loading branch information
ElePT committed Apr 30, 2024
1 parent 9ecbcc8 commit 94eff64
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions releasenotes/notes/use-target-in-transpile-7c04b14549a11f40.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
upgrade:
- |
The :func:`.transpile` function has been upgraded to internally convert
`backend` inputs of type :class:`.BackendV1` to :class:`.BackendV2`,
which allows the transpilation pipeline to now access the backend
constraints through a :class:`.Target`. This change does not require any
user action.
The :func:`.transpile` function has been upgraded to, in most cases,
internally convert transpiler constraints into a :class:`.Target` instance.
If a `backend` input of type :class:`.BackendV1` is provided, it will be
converted to :class:`.BackendV2` to expose its :class:`.Target` to the pass manager.
This change does not require any user action.

0 comments on commit 94eff64

Please sign in to comment.