Skip to content

Pyre v0.9.11

Compare
Choose a tag to compare
@grievejia grievejia released this 20 Apr 04:09
· 4999 commits to main since this release
  • Better source location if there are type errors within type comments.
  • Basic support for PEP 681 (dataclass transforms).
  • Prototype support for LSP hovering and goto-definition (needs to opt-in via configuration but this may change in the future).
  • Basic support for PEP 561 (needs to opt-in via configuration but this may change in the future).
  • Parsing is now performed lazily. This should significantly reduce the type checking time for small projects.