7 ms·
I'd like to support 3.x at some point. See https://github.com/google/grumpy/issues/1 https://github.com/google/grumpy/issues/1
by trotterdylan 10y ago
I'd like to support 3.x at some point. See https://github.com/google/grumpy/issues/1 https://github.com/google/grumpy/issues/1
- statsmatscats 10y agoHave you thought about using type hints to help type inference? Some work on that is discussed here. I would love a dropbox google colab (though also targeting 3.x :) ) https://github.com/python/mypy/issues/1862 https://github.com/python/mypy/issues/1862
- trotterdylan 10y agoYes, leveraging type hints for optimization purposes is a long term goal. Thanks for pointing me to that issue, I'll keep an eye on it. One of the goals of open sourcing was to get feedback and work with outside folks so I'm definitely open to collaboration!
- statsmatscats 10y agoAwesome!