Skip to content

Version 1.1

Compare
Choose a tag to compare
@jcrobak jcrobak released this 16 Aug 02:27
· 50 commits to master since this release
d9429d5

This release contains a number of fixes and enhancements since version 1.0. The main features of this release are Python 3 support and improved performance. See below for more details of the release.

Fixes:

  • Support for definition levels (reading optional fields with nulls). #28
  • README updates to better capture state of project and missing features.

Improvements:

  • Simplified read_rle implementation.
  • Optimized code-paths with debug logging.
  • Bulk reads for plain encoding to drastically improve performance (as much as 10x) #26.
  • Switches to thriftpy library (for supporting python 3).
  • new, pythonic API (see README) #11.