* Default to 256MB files * Flag for unicode support on Python 2.7 (performance implications) * Drop support for Python 3.4 * Support for additional CSV format parameters * Support for REAL data type
1.0.1
------------------
* Loosen version requirement for PyArrow * Add example script * Update documentation
1.0.0
------------------
* Move functionality into classes to make customizing behavior easier * Add support for DATE columns * Add support for DECIMAL/NUMERIC columns * Upgrade to pyarrow v0.9.0
0.4.1
------------------
* Fix exception when source table is not in schema public
0.4.0
------------------
* Upgrade to pyarrow v0.8.0 * Verify Redshift column types are supported before attempting conversion * Bugfix: Properly clean up multiprocessing.pool resource
0.3.0
------------------
* Support 16- and 32-bit integers * Packaging updates