Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 878 Bytes

CHANGELOG.md

File metadata and controls

32 lines (19 loc) · 878 Bytes

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)