This release contains a number of fixes and enhancements since version 1.1.
Fixes:
- Support nulls (optional) values when the column is encoding using the PLAIN_DICTIONARY encoding. #37
- Fix parsing of int96 #49
- Fix IndexError for some bitpacked data #60
Improvements:
- Provider better error message when file is opened in the wrong mode #33
- Implement logical-types: Automatically translate from raw to logical types like dates,
unsigned ints, utf-8, etc. - pep8, pylint, and pydoc fixes/improvements.