-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove
deprecate_function
and deprecate_arguments
decorators (dep…
…recated in 0.24) (#13448) * remove deprecated_function and deprecated_argument decorators * reno * Update releasenotes/notes/deprecate_arguments_and_deprecate_function-5e19f6f049fa489c.yaml Co-authored-by: Elena Peña Tapia <[email protected]> --------- Co-authored-by: Elena Peña Tapia <[email protected]> (cherry picked from commit 1ae287b)
- Loading branch information
1 parent
896d1c8
commit 6ce5be4
Showing
4 changed files
with
7 additions
and
208 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
releasenotes/notes/deprecate_arguments_and_deprecate_function-5e19f6f049fa489c.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
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``. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters