- New datetime format (Include UTC offset): %Y-%m-%d %H:%M:%S %z
1.3.2
- Use calamine engine to speed up excel file reading
1.3.1
- New timestamp format: %Y-%m-%d %H:%M
1.3.0
- INTERFACE CHANGE - Replace the "ignore_virtual_types" by "types_to_ignore". The new parameter get list of types to ignore
1.2.14
- New date format: `%d %b %y` - Fallback to null improvements: apply the fallback after the column casting conversion (Performance improvement) + Change the fallback to np.NAN instead of python's None. This is due to the fast that some exporters does not supports python's None as a valid type (Export to delta/parquet for example)