Skip to content

v0.2.0: Native DataFusion integration, tighter public API

Choose a tag to compare

@alxmrs alxmrs released this 15 Feb 00:38
43a447f

What's Changed

  • Dask dependency is only needed for tests. by @alxmrs in #80
  • Convert tests from unittest to pytest format by @RohanDisa in #76
  • Added a roadmap to the readme. by @alxmrs in #90
  • Add pre-commit hooks with pyink and mypy by @jayendra-info in #91
  • Adding back in lazy xr.Dataset and metadata parsing fix. by @alxmrs in #94
  • Bump pypa/gh-action-pypi-publish from 1.4.2 to 1.13.0 in /.github/workflows by @dependabot[bot] in #96
  • Lazy datafusion registration via custom table provider by @alxmrs in #100
  • README update given deeper integration with DataFusion by @alxmrs in #109
  • Parallel Xarray record batch reading via blocks partition factory. by @alxmrs in #108
  • Adding Python to the manylinux arm64 release build by @alxmrs in #114
  • Explicitly getting tags by @alxmrs in #115
  • Pair down size of final wheel via cargo exclude. by @alxmrs in #116
  • Improvements inspired by latest datafusion-python build file. by @alxmrs in #117

New Contributors

Full Changelog: v0.1.2...v0.2.0