Notes for the pre-release of docstub 0.7.0rc0 on 2026-01-19.
- Add support for callable expressions like
Callable[[int, str], int]in doctypes (#123). - Ensure that sources (file paths and line numbers) in command line output are sorted "naturally". For example
foo.py:9should go beforefoo.py:24(#119). - Log warnings emitted while parsing docstrings with NumPyDoc and link to the file and line number of the docstring (#55).
- Avoid overusing libcst's "slower"
findall(#121).
- Add support for expressions like
Literal[1, "some string"]in doctypes. The grammar previously only allowed names inside this form (#55).
- Add contribution, release and style guides (#103).
- Update README after merging contributing guide (#120).
- Bump actions/checkout from 5 to 6 in the actions group (#117).
- Uncouple doctype transformation from name resolution (#55).
1 authors added to this release (alphabetically):
- Lars Grüter (@lagru)
1 reviewers added to this release (alphabetically):
- Lars Grüter (@lagru)