BREAKING: Removed message
attribute on exceptions. This was deprecated
in Python 2.6 and was causing crashes on Python 3.
- Added official support for Python 3.6 - 3.10.
- Arguments to exceptions are now preserved as attributes to ease debugging.
- More documentation.
- Upgraded development status from "pre-alpha" to "stable".
- Fixed issue 2
- Removed erroneous trove classifier for NLP
- Added missing
python_requires
directive - Fixed test suite that wasn't running due to an invalid import
- First release on PyPI.