- Remove no longer needed upper bound pin on traitlets #64 (@consideRatio)
- build(deps): bump actions/setup-python from 4 to 5 #61 (@consideRatio)
- build(deps): bump actions/checkout from 3 to 4 #57 (@consideRatio)
- Bound
traitlets<5.10
and add test for issue observed in newer versions #54 (@consideRatio, @manics)
1.2.0 fixes compatibility with sphinx 7.2 and increases the minimum required sphinx version from 2 to 4.
- sphinx 7.2 compatibility, require sphinx 4 #52 (@minrk, @manics, @consideRatio)
The following people contributed discussions, new ideas, code and documentation contributions, and review. See our definition of contributors.
(GitHub contributors page for this release)
@consideRatio (activity) | @manics (activity) | @minrk (activity)
- Automatically register the sphinx.ext.autodoc extension #18 (@consideRatio)
- register traits with a help string as documented for
autoclass
#33 (@minrk) - avoid putting
c.Class.trait
annotation on non-config traits #32 (@minrk) - Add tests, add docstrings, and fix small bugs #28 (@consideRatio)
- Add tests, add docstrings, and fix small bugs #28 (@consideRatio)
- single file module #25 (@minrk)
- maint: refactor
__init__.py
and add _version.py, drop setup.py, require python 3.7+ #21 (@consideRatio)
- Add tests, add docstrings, and fix small bugs #28 (@consideRatio)
- docs: add fixme note about unexpected inherited-members option #16 (@consideRatio)
- Bump pypa/gh-action-pypi-publish from 1.4.1 to 1.6.4 #23 (@dependabot)
- ci: add dependabot.yaml and update release workflow #20 (@consideRatio)
(GitHub contributors page for this release)
Let's call it 1.0!
- Fix failure to use autoclass on non-traitlets configurable classes #10 (@blink1073, @consideRatio)
- pre-commit: add typical jupyterhub org config #15 (@consideRatio, @minrk)
- Refresh README, RELEASE, and CHANGELOG #14 (@consideRatio, @minrk)
- Point url to the GitHub repo #8 (@yuvipanda, @consideRatio)
- add changelog.md, release.md, README badges #7 (@minrk, @yuvipanda, @consideRatio)
(GitHub contributors page for this release)
@blink1073 | @consideRatio | @minrk | @willingc | @yuvipanda
0.1.0 is the first stable release of autodoc-traits. It fixes compatibility with sphinx 4 from the previously published 0.1.0dev prerelease.
- add publish github action #4 (@minrk)
- Remove unused import of deprecated PyClassmember #3 (@minrk)
- Remove duplicates in documenting trait members #1 (@rkdarst)