crflynn / stochastic

Generate realizations of stochastic processes in python.
http://stochastic.readthedocs.io/en/stable/
MIT License
451 stars 80 forks source link

Add type annotations #62

Open DanielSank opened 2 years ago

DanielSank commented 2 years ago

Python has type annotations! Adding them would enable editors to identify mistakes and would allow static typechecking as a test (i.e. via mypy).