This new releases solves the bug from https://github.com/Chilipp/autodocsumm/issues/8 to properly name instance attributes in the autosummary table. Thanks maeddlae for reporting.
0.1.9
Thanks to coldfix, autodocsumm has now better support for cython files and a better documentation. See the PRs https://github.com/Chilipp/autodocsumm/pull/4, https://github.com/Chilipp/autodocsumm/pull/5 and https://github.com/Chilipp/autodocsumm/pull/6.
0.1.8
This minor release includes some compatibility fixes for sphinx 2.0 (see PR https://github.com/Chilipp/autodocsumm/pull/1) and some fixes for `*args` and `**kwargs` in function signatures (see PR https://github.com/Chilipp/autodocsumm/pull/3)
0.1.7
0.1.6
0.1.5
A bug in the functionality of not documenting data (see [autodocsumm.dont_document_data](https://autodocsumm.readthedocs.io/en/latest/api/autodocsumm.html#autodocsumm.dont_document_data) forced a rebuild of the entire docs always. This has been fixed.