- Add support for Python 3.10 - Improve error messages when conversion error happens: 2 (Thanks to gadhagod) - Drop dependency of deprecated `distutils`: [PEP 632]( https://www.python.org/dev/peps/pep-0632/ )
1.1.2
- Modify dependencies
1.1.0
- Improve type annotations - Improve dictionary type detection - Rename a type from Binary to Bytes
1.0.0
- Drop Python 2 support - Add support for Python 3.9 - Add `extract_typepy_from_dtype` function - Remove deprecated functions - Modify `NullString` not to strip white spaces in default
0.6.4
- Modify scientific notation detection - Add support for PyPy