Bump sphinx-autodoc-typehints from 1.18.2 to 1.19.4
Bumps sphinx-autodoc-typehints from 1.18.2 to 1.19.4.
Release notes
Sourced from sphinx-autodoc-typehints's releases.
1.19.4
What's Changed
- Fix IndexError for line and keyword split by @gaborbernat in https://github.com/tox-dev/sphinx-autodoc-typehints/pull/261
Full Changelog: https://github.com/tox-dev/sphinx-autodoc-typehints/compare/1.19.3...1.19.4
1.19.3
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/tox-dev/sphinx-autodoc-typehints/pull/251
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/tox-dev/sphinx-autodoc-typehints/pull/252
- Add support for paramspec by @Numerlor in https://github.com/tox-dev/sphinx-autodoc-typehints/pull/255
- allow starred args and kwargs in docstring params by @Numerlor in https://github.com/tox-dev/sphinx-autodoc-typehints/pull/254
- Fix the CI by @gaborbernat in https://github.com/tox-dev/sphinx-autodoc-typehints/pull/258
Full Changelog: https://github.com/tox-dev/sphinx-autodoc-typehints/compare/1.19.2...1.19.3
1.19.2
What's Changed
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/tox-dev/sphinx-autodoc-typehints/pull/249
- only convert role for pydata annotations if module is typing by @Numerlor in https://github.com/tox-dev/sphinx-autodoc-typehints/pull/250
New Contributors
- @Numerlor made their first contribution in https://github.com/tox-dev/sphinx-autodoc-typehints/pull/250
Full Changelog: https://github.com/tox-dev/sphinx-autodoc-typehints/compare/1.19.1...1.19.2
1.19.1
What's Changed
- Add support for recursive type hints by @hmc-cs-mdrissi in https://github.com/tox-dev/sphinx-autodoc-typehints/pull/248
New Contributors
- @hmc-cs-mdrissi made their first contribution in https://github.com/tox-dev/sphinx-autodoc-typehints/pull/248
Full Changelog: https://github.com/tox-dev/sphinx-autodoc-typehints/compare/1.19.0...1.19.1
Support Python 3.11
What's Changed
- Bump actions/download-artifact from 2 to 3 by @dependabot in https://github.com/tox-dev/sphinx-autodoc-typehints/pull/240
- Bump actions/checkout from 2 to 3 by @dependabot in https://github.com/tox-dev/sphinx-autodoc-typehints/pull/241
- Bump actions/setup-python from 2 to 4 by @dependabot in https://github.com/tox-dev/sphinx-autodoc-typehints/pull/242
- Bump actions/upload-artifact from 2 to 3 by @dependabot in https://github.com/tox-dev/sphinx-autodoc-typehints/pull/243
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/tox-dev/sphinx-autodoc-typehints/pull/236
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/tox-dev/sphinx-autodoc-typehints/pull/244
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/tox-dev/sphinx-autodoc-typehints/pull/245
- [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/tox-dev/sphinx-autodoc-typehints/pull/246
- Check 3.11 support by @gaborbernat in https://github.com/tox-dev/sphinx-autodoc-typehints/pull/247
New Contributors
... (truncated)
Changelog
Sourced from sphinx-autodoc-typehints's changelog.
Changelog
1.20
- Use hatchling instead of setuptools
- Add support for typing.ParamSpec
- Allow star prefixes for parameter names in docstring
1.19.2
- Fix incorrect domain used for collections.abc.Callable.
1.19.1
- Fix bug for recursive type alias.
1.19.0
- Support for CPython 3.11, no longer adds
Optional
when the argument is default per recommendation from PEP-484.1.18.3
- Support and require
nptyping>=2.1.2
Commits
-
ee34d41
Fix IndexError for line and keyword split (#261) -
73c6dfe
Fix the CI (#258) -
41cf6e4
allow starred args and kwargs in docstring params (#254) -
d8a9b9c
Add support for paramspec (#255) -
ccc75d2
Move to hatchling from setuptools -
81482d0
Bump 3.11 version -
1ae13ef
Bump dependencies -
bd89aab
[pre-commit.ci] pre-commit autoupdate (#252) -
47a7202
[pre-commit.ci] pre-commit autoupdate (#251) -
fb7b662
only convert role for pydata annotations if module is typing (#250) - Additional commits viewable in compare view