v0.2.0: Native DataFusion integration, tighter public API
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
- @RohanDisa made their first contribution in #76
- @jayendra-info made their first contribution in #91
- @dependabot[bot] made their first contribution in #96
Full Changelog: v0.1.2...v0.2.0