The Mypy Blog
Updates about mypy, an optional static type checker for Python
Wednesday, 2 May 2018
Mypy 0.600 Released
›
We’ve just uploaded mypy 0.600 to the Python Package Index ( PyPI ). Mypy is an optional static type checker for Python. This is a major rel...
Friday, 13 April 2018
Mypy 0.590 Released
›
We’ve just uploaded mypy 0.590 to the Python Package Index ( PyPI ). This release includes new features, bug fixes and library stub (type...
Friday, 23 March 2018
Mypy 0.580 released
›
We’ve just uploaded mypy 0.580 to the Python Package Index ( PyPI ). This release includes new features, bug fixes and library stub (typ...
Friday, 2 March 2018
Mypy 0.570 Released
›
We’ve just uploaded mypy 0.570 to the Python Package Index ( PyPI ). This release includes new features, bug fixes and library stub (typ...
Monday, 5 February 2018
Dropbox releases mypy-protobuf
›
At Dropbox we use Google’s Protocol Buffers a lot. So much, in fact, that we sorely needed a way to generate mypy stub files ( .pyi files...
Friday, 15 December 2017
Mypy 0.560 Released
›
We’ve just uploaded mypy 0.560 to the Python Package Index ( PyPI ). This release includes new features, bug fixes and library stub (typ...
Wednesday, 15 November 2017
Dropbox releases PyAnnotate -- auto-generate type annotations for mypy
›
For statically checking Python code, mypy is great, but it only works after you have added type annotations to your codebase. When you h...
‹
›
Home
View web version