- Fix `create_table_from_dataframe`: 67 (Thanks to b0b5h4rp13) - Add support for `datetime` value conversion - Update requirements - Modify type annotations - Modify to extract type_hints from `pandas.DataFrame` for `create_table_from_dataframe` - Fix to include `py.typed` to the package
1.0.0
- Drop Python 2 support - Add type annotations and `py.typed` to the package - Update requirements - Minor bug fixes
0.48.0
- Add `as_dict` method to `Model` class - Make it possible to assign attribute name to columns of `Model` - Remove deprecated methods
0.47.0
- Add support for platforms that lacks support `sem_open` such as Android Termux - Add interfaces to set the maximum number of workers to convert a table - Add support for Python 3.9 - Replace logging library from `Logbook` to `loguru` - Remove `dev` extras_require
0.45.3
- Add support for PyPy - Integrate `build`/`release`/`docs` extras to `dev` extras - Add `.asc` files of packages to PyPI - Update requirements - Bug fixes