Recent Releases of https://github.com/astropy/sphinx-automodapi
https://github.com/astropy/sphinx-automodapi - v0.20.0
What's Changed
- Support for non-default dataclass fields (continuation of stale PR, https://github.com/astropy/sphinx-automodapi/pull/116) by @lpsinger in https://github.com/astropy/sphinx-automodapi/pull/208
New Contributors
- @lpsinger made their first contribution in https://github.com/astropy/sphinx-automodapi/pull/208
Full Changelog: https://github.com/astropy/sphinx-automodapi/compare/v0.19.0...v0.20.0
- Python
Published by bsipocz 12 months ago
https://github.com/astropy/sphinx-automodapi - v0.19.0
What's Changed
- MAINT: adding python 3.13 to the tests by @bsipocz in https://github.com/astropy/sphinx-automodapi/pull/191
- MNT: Use hash for Action workflow versions and update if needed by @pllim in https://github.com/astropy/sphinx-automodapi/pull/192
- Compatibility with Sphinx 8.2, minor clean up by @pllim in https://github.com/astropy/sphinx-automodapi/pull/196
- DOC: Unpin outdated RTD sphinx maxversion by @pllim in https://github.com/astropy/sphinx-automodapi/pull/199
- Add option to document properties using autoproperty instead of autoattribute by @WilliamJamieson in https://github.com/astropy/sphinx-automodapi/pull/197
- MAINT: some generic cleanups by @bsipocz in https://github.com/astropy/sphinx-automodapi/pull/206
- CI: install all test dependencies for test job by @bsipocz in https://github.com/astropy/sphinx-automodapi/pull/207
New Contributors
- @WilliamJamieson made their first contribution in https://github.com/astropy/sphinx-automodapi/pull/197
Full Changelog: https://github.com/astropy/sphinx-automodapi/compare/v0.18.0...v0.19.0
- Python
Published by bsipocz about 1 year ago
https://github.com/astropy/sphinx-automodapi - v0.18.0 Release Notes
What's Changed
- Add sort option to automodsumm by @nstarman in https://github.com/astropy/sphinx-automodapi/pull/182
- MAINT: adding sphinx 8.0.x to the testing matrix by @bsipocz in https://github.com/astropy/sphinx-automodapi/pull/189
- Added test case for importing a class from a private submodule into a public one by @astrofrog in https://github.com/astropy/sphinx-automodapi/pull/190
New Contributors
- @nstarman made their first contribution in https://github.com/astropy/sphinx-automodapi/pull/182
Full Changelog: https://github.com/astropy/sphinx-automodapi/compare/v0.17.0...v0.18.0
- Python
Published by pllim over 1 year ago
https://github.com/astropy/sphinx-automodapi - v0.17.0 Release Notes
Also see CHANGES.rst.
What's Changed
- MNT: Drop Python 3.7 and update test matrix again by @pllim in https://github.com/astropy/sphinx-automodapi/pull/177
- CI: fix environment name by @bsipocz in https://github.com/astropy/sphinx-automodapi/pull/178
- CI: update versions by @bsipocz in https://github.com/astropy/sphinx-automodapi/pull/179
- Updated "Use dict and ignore slots on classes #169 by @kylefawcett in https://github.com/astropy/sphinx-automodapi/pull/181
- Add automodsummincludedmembers option, take2 by @bsipocz in https://github.com/astropy/sphinx-automodapi/pull/165
- Bump codecov/codecov-action from 3 to 4 in /.github/workflows by @dependabot in https://github.com/astropy/sphinx-automodapi/pull/183
- Fix nonascii object names by @m-rossi in https://github.com/astropy/sphinx-automodapi/pull/184
New Contributors
- @kylefawcett made their first contribution in https://github.com/astropy/sphinx-automodapi/pull/181
- @dependabot made their first contribution in https://github.com/astropy/sphinx-automodapi/pull/183
Full Changelog: https://github.com/astropy/sphinx-automodapi/compare/v0.16.0...v0.17.0
- Python
Published by pllim over 2 years ago
https://github.com/astropy/sphinx-automodapi - v0.16.0 Release Notes
Also see CHANGES.rst
What's Changed
- Remove PyPI codecov by @ConorMacBride in https://github.com/astropy/sphinx-automodapi/pull/163
- MAINT: ignoring pip deprecation issued for old pythons by @bsipocz in https://github.com/astropy/sphinx-automodapi/pull/166
- DOC: Fix RTD build by @pllim in https://github.com/astropy/sphinx-automodapi/pull/170
- Fix: remove ignore of reverted deprecation by @bsipocz in https://github.com/astropy/sphinx-automodapi/pull/171
- Fix broken inheritance-diagram links due to the smart resolver by @ayshih in https://github.com/astropy/sphinx-automodapi/pull/172
- TST: Update matrix by @pllim in https://github.com/astropy/sphinx-automodapi/pull/174
New Contributors
- @ayshih made their first contribution in https://github.com/astropy/sphinx-automodapi/pull/172
Full Changelog: https://github.com/astropy/sphinx-automodapi/compare/v0.15.0...v0.16.0
- Python
Published by pllim almost 3 years ago
https://github.com/astropy/sphinx-automodapi - v0.15.0 Release Notes
Also see CHANGES.rst
What's Changed
- TST: Pin Jinja2 for older Sphinx by @pllim in https://github.com/astropy/sphinx-automodapi/pull/144
- Use generated version for version, remove old py2 compat code by @saimn in https://github.com/astropy/sphinx-automodapi/pull/149
- Fix non ascii object members by @m-rossi in https://github.com/astropy/sphinx-automodapi/pull/153
- Add option to set :noindex: by @saimn in https://github.com/astropy/sphinx-automodapi/pull/150
- Updates for tox and sphinx by @saimn in https://github.com/astropy/sphinx-automodapi/pull/157
- Silence spurious warning on autosummary config by @simaoafonso-pwt in https://github.com/astropy/sphinx-automodapi/pull/158
- Preparing v0.15.0 release by @pllim in https://github.com/astropy/sphinx-automodapi/pull/161
New Contributors
- @m-rossi made their first contribution in https://github.com/astropy/sphinx-automodapi/pull/153
- @simaoafonso-pwt made their first contribution in https://github.com/astropy/sphinx-automodapi/pull/158
Full Changelog: https://github.com/astropy/sphinx-automodapi/compare/v0.14.1...v0.15.0
- Python
Published by pllim about 3 years ago
https://github.com/astropy/sphinx-automodapi - v0.14.1 Release Notes
What's Changed
- Fix issue with
:skip:introduced by:include:feature by @adrn in https://github.com/astropy/sphinx-automodapi/pull/142
Full Changelog: CHANGES.rst
- Python
Published by pllim over 4 years ago
https://github.com/astropy/sphinx-automodapi - v0.14.0 Release Notes
See CHANGES.rst.
- Python
Published by pllim over 4 years ago