Skip to content

Version 0.4.8

Compare
Choose a tag to compare
@ianthomas23 ianthomas23 released this 26 May 12:29
· 30 commits to main since this release
v0.4.8

This is a compatibility release to support numba 0.57 and Python 3.11, and fixes the reading of parquet files from remote filesystems.

Compatibility:

  • Check compatibility with numba 0.57 and python 3.11 (#113)
  • Fix read parquet from remote filesystems (#115)
  • Set python-snappy as optional dependency (#117)
  • Remove pathlib.Path.enter deprecation warnings (#118)

Enhancements:

Thanks to new contributor @weiji14 and also @brl0 @philippjfr, and @ianthomas23