qiskit/releasenotes/notes/2.0/deprecate_arguments_and_dep...

8 lines
324 B
YAML

---
upgrade_misc:
- |
The ``deprecate_function`` and ``deprecate_arguments`` decorators had been deprecated since 0.24, released
on May 2023, and have been removed in 2.0.
Current :func:`deprecate_func`` replaces ``@deprecate_function`` and current
:func:`deprecate_arg` replaces ``@deprecate_arguments``.