1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
|
# 0.17 (2025-??-??)
- General: Replace poetry with hatchling (thanks to @LecrisUT)
- General: Drop support for Python 3.6 and 3.7 (thanks to @LecrisUT)
- General: Officially support Python 3.13 (thanks to @mauvilsa)
- General: Publish packages to PyPI with digital attestations (thanks to @mauvilsa)
- Google: Fix multi-line parameter definitions (thanks to @coolbeevip)
- Attrdoc: Remove use of deprecated ast classes (thanks to @fedepell)
# 0.16 (2024-03-15)
- Parser: add a new property, `description`, that combines short and long
descriptions into a single string (thanks to @pR0Ps)
- General: support Python 3.12 (thanks to @mauvilsa)
# 0.15 (2022-09-05)
- Parser: add a new function, `parse_from_object`, that supports scattered
docstrings (thanks to @mauvilsa)
# 0.14.1 (2022-04-27)
- Parser: fix autodetection (regression from 0.14)
# 0.14 (2022-04-25)
- Numpydoc: Improved support for Example / Examples section
# 0.13 (2021-11-17)
- Google: Added support for Example / Examples section
# 0.12 (2021-10-15)
- General: Added support for lone `:rtype:` meta information (thanks to @abergou)
# 0.11 (2021-09-30)
- General: Started tracking changes
- General: Added ability to combine function docstrings (thanks to @abergou)
- ReST: Added support for `:type:` and `:rtype:` (thanks to @abergou)
|