mirror of https://github.com/Qiskit/qiskit.git
10 lines
424 B
YAML
10 lines
424 B
YAML
---
|
|
features:
|
|
- |
|
|
The magic ``%qiskit_version_table`` from ``qiskit.tools.jupyter`` now includes all
|
|
imported modules with ``'qiskit`` in their name.
|
|
deprecations:
|
|
- |
|
|
The dictionary ``qiskit.__qiskit_version__`` is deprecated, as Qiskit is define with a single package (``qiskit-terra``).
|
|
In the future, ``qiskit.__version__`` will be the single point to query the Qiskit release, as a standard string.
|