Skip to content

Python 3.6 Support

Compare
Choose a tag to compare
@johntmyers johntmyers released this 22 May 00:34
· 264 commits to master since this release

This update removes the annotations module from being used in order to provide type checks. We also provide Python 3.6 support by using the [3.6] extras option. By default, the package will work on Colab since Colab already installs a back port of dataclasses. So installing on Colab with the extras is not necessary.