Skip to content

Version 1.2

Latest
Compare
Choose a tag to compare
@jcrobak jcrobak released this 26 May 02:38
· 24 commits to master since this release
e2caab7

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.