* Update typeshed pin to commit 4e572ae from April 23. * Support collections.namedtuple in pyi files. * Support module aliases in pyi files.
2019.04.26
* Improve typegraph performance.
2019.04.19
* Support method matching for custom PEP 544 protocols.
2019.04.12
* Update typeshed pin to commit cfa65b8 from April 8. * Fix comparisons of primitive objects of the same type. * Limit the number of tracebacks shown for one error.
2019.04.05
* Improve Python 3 definitions in pytype's enum and typing stubs.