- adds new option to optimize table file structure: 29
0.3.3
- fix 26
0.3.2
- support additional value types in TrinoBatchInsert (24)
0.3.1
- adds static and unit testing CI, courtesy of negillett - fix for 21
0.3.0
- remove the "unmanaged" functions for working with hive connector, as we are deprecating for iceberg - add TrinoBatchInsert class for controlled batching of row inserts using pandas `df.to_sql` based insertions
0.2.1
release consumes pr 8 - add new `colmap` kw parameter that allows direct sql type override per column name - expose both `typemap` and `colmap` to the utility function `unmanaged_parquet_tabledef` - add new kw args `catalog` and `schema` to `attach_trino_engine` (also `verbose`)