Skip to content

v0.1.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 26 Jan 16:54
· 5 commits to master since this release
cb077e1

0.1.0 - 2025-01

Added

  • 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.