release note for PR #3290 (#3339)

* release note for 3290

* both?

* issue entry
This commit is contained in:
Luciano 2019-10-29 18:47:26 -04:00 committed by mergify[bot]
parent e226d05328
commit 0b52e06117
1 changed files with 12 additions and 0 deletions

View File

@ -0,0 +1,12 @@
---
features:
- |
When ``passmanager.run(...)`` is invoked with more than one circuit, the transpilation of
these circuits will run in parallel.
upgrade:
- |
`dill <https://pypi.org/project/dill/>` was added as a requirement. This is needed to enable running
``passmanager.run()`` in parallel for more than one circuit.
issues:
- |
The feature for transpiling in parallel when ``passmanager.run(...)`` is invoked with more than one circuit is not supported under Windows. See #2988.