Skip to content

0.10.0

Compare
Choose a tag to compare
@JelleZijlstra JelleZijlstra released this 10 May 15:01
· 118 commits to master since this release
dfd534c
  • Infer the signature for built-in static methods, such as dict.fromkeys (#619)
  • Fix type inference for subscripting on Sequence (#618)
  • Improve support for Cythonized methods (#617)
  • Add support for the PEP 698 @override decorator (#614)
  • Add support for __new__ methods returning typing.Self, fixing
    various failures with the latest release of typeshed-client (#615)
  • Add support for importing stub-only modules in other stubs (#615)
  • Fix signature compatibility bug involving **kwargs and positional-only
    arguments (#615)
  • Fix type narrowing with in on enum types in the negative case (#606)
  • Fix crash when getattr() on a module object throws an error (#603)
  • Fix handling of positional-only arguments using / syntax in stubs (#601)
  • Fix bug where objects with a __call__ method that takes *args instead
    of self were not considered callable (#600)
  • Better typechecking support for async generators (#594)