Hi all. After vanishing the last few months I’m delighted to announce a major new Stem feature: type hints!
Python 3’s type information provide benefits familiar to statically typed languages like Java:
IDE autocompletion
Static type checks
Fresh off the press, this has many rough edges. In particular our library’s internal metaprogramming is incompatible with type data. However, as we refactor our APIs for Stem’s 2.0 release this will only improve.