- Drop support for Python 3.6 - Modify to use `pypa/build` for package build - Update `[build-system]` - Add `zip_safe=False` - Add `__all__` to `__init__.py` - Improve type annotations - Remove a deprecated function: `set_log_level` - Remove `is_multibyte_str` function
- Fix preprocess failed when the inputs are `dict` - Fix `DataProperty.get_padding_len` method return improper length when the inputs are `dict` - Improve converting performance
- Improve `normalize_type_hint` to accept more types via strings
0.53.0
- Add `max_precision` property to `DataPropertyExtractor` class - Add `dequote` method to parameter to Preprocessor class - Modify to accept type hints as strings - Modify type annotation of `column_type_hints` property