Pyre Check Versions Save

Performant type-checking for python.

v0.9.18

1 year ago
  • Experimental Buck2 support
  • Experimental support for unawaited awaitable check
  • Recognize {typing,typing_extensions}.override
  • Type check messages in assert

v0.9.11

2 years ago
  • 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.

v0.9.10

2 years ago
  • Fixed parser crashes on files with non-utf codec.
  • Fixed bad JSON error in setup.py.
  • Various fixes regarding tuple expansions at callsites.

v0.9.9

2 years ago

v0.9.3

2 years ago

v0.0.59

3 years ago

Incomprehensive list of changes since last release:

  • Add support for generic type aliases.
  • Experimental support for recursive type aliases.
  • Deprecated several queries that are no longer actively maintained.
  • Automatically add all site packages to search_path if none is specified and a virtual env is activated.

v0.0.56

3 years ago

Fix an issue with cursor eating and another issue with incorrect auto-determined path for bundled typeshed.

v0.0.55

3 years ago

Fixed #315

v0.0.54

3 years ago

Fix pyre init breakage in v0.0.53.

v0.0.38

4 years ago

Adds sapp back into release.