- 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
- Parser: add a new function, `parse_from_object`, that supports scattered docstrings (thanks to mauvilsa)
0.14.1
- Parser: fix autodetection (regression from 0.14)
0.14
- Numpydoc: Improved support for Example / Examples section
0.13
- Google: Added support for Example / Examples section
0.12
- General: Added support for lone `:rtype:` meta information (thanks to abergou)