Skip to content

v0.8.0

Compare
Choose a tag to compare
@matthewwardrop matthewwardrop released this 16 Jul 19:32
· 161 commits to main since this release

Another relatively small release with minor breaking changes to the API, pushing it up to the next major version.

Breaking changes:

  • All async keywords have been replaced with wait, in order to support Python 3.7.

Features and enhancements:

  • Compatibility fixes for Python 2 data encoding in filesystem operations.
  • S3 write support, as well as slightly more robust S3 client connections and the option to skip Hadoop artifacts.
  • Improved logging and warnings (including support for indeterminate progress bars).
  • Pyhive logging of query has been silenced.
  • Added thrift dependency which does not seem to be pulled in upstream.

Behind the scenes:

  • Stricter code conventions and linting has resulted in cleaner code.