mirror of https://github.com/Qiskit/qiskit.git
8 lines
342 B
YAML
8 lines
342 B
YAML
---
|
|
features_qpy:
|
|
- |
|
|
Added a new warning class, :exc:`~.QPYLoadingDeprecatedFeatureWarning`, to the QPY module.
|
|
This class allows for deprecation warnings to surface even if the deprecated feature
|
|
is accessed at a variable point in the call stack, as is the case for many QPY loading functions that
|
|
are called recursively.
|