You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
version argument to the deprecate_kwargs function. This argument can be used to specify the version number from which the keyword argument is deprecated. This version number will be used to add a versionchanged directive in the docstring of the decorated function if the update_docstring argument is set to True and the docstring of the decorated function is a Sphinx-style docstring.
Changelog file (this file) to the package to keep track of the changes in the package.