Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 1.69 KB

File metadata and controls

40 lines (22 loc) · 1.69 KB

docstub pre-release 0.7.0rc0

Notes for the pre-release of docstub 0.7.0rc0 on 2026-01-19.

Enhancement

  • 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:9 should go before foo.py:24 (#119).
  • Log warnings emitted while parsing docstrings with NumPyDoc and link to the file and line number of the docstring (#55).

Performance

  • Avoid overusing libcst's "slower" findall (#121).

Bug Fixes

  • Add support for expressions like Literal[1, "some string"] in doctypes. The grammar previously only allowed names inside this form (#55).

Documentation

  • Add contribution, release and style guides (#103).
  • Update README after merging contributing guide (#120).

DevOps

  • Bump actions/checkout from 5 to 6 in the actions group (#117).

Maintenance

  • Uncouple doctype transformation from name resolution (#55).

Contributors

1 authors added to this release (alphabetically):

1 reviewers added to this release (alphabetically):