- 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
0.52.0
- Add support for `max_precision`
0.51.0
- Add support for Python 3.10 - Drop support for Python 3.5 - Add support for string with thousand separators as integer - Improve precision for real number values - Improve calculation of ascii char width
0.50.0
- Change `max_workers` initial value to one to avoid problems caused by multiprocess - Modify type annotations
0.24.0
- Add support for IP address type - Add `bit_length` property to `ColumnDataProperty` class - Add has_value method to `MinMaxContainer` class - Modify `__repr__` output - Bug fixes