Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.75 KB

File metadata and controls

49 lines (32 loc) · 1.75 KB

0.18 (2026-04-14)

  • General: Allow parse() to work with missing __doc__ (thanks to @jamesbraza)
  • General: Officially support Python 3.14 (thanks to @mauvilsa)
  • General: Exclude docstring_parser.tests from built wheels (thanks to @gvalkov)
  • Epydoc: Add missing attribute parsing, which includes the "@ivar", "@cvar" and "@var" syntax (thanks to @Masara)
  • Numpydoc: Add support for defaults in type declarations and improve compose behavior (thanks to @jwlodek)

0.17 (2025-07-21)

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