python-v0.7.0
版本发布时间: 2023-01-26 10:51:07
delta-io/delta-rs最新发布版本:rust-v0.20.1(2024-09-28 21:21:07)
What's Changed
- Add the support of the AWS_PROFILE environment variable for S3 by @fvaleye in https://github.com/delta-io/delta-rs/pull/986
- Handle pandas timestamps by @hayesgb in https://github.com/delta-io/delta-rs/pull/958
- fix: get azure client secret from config by @roeap in https://github.com/delta-io/delta-rs/pull/981
- fix truncating signature on SAS by @damiondoesthings in https://github.com/delta-io/delta-rs/pull/1007
- fix: azure sas key url encoding by @roeap in https://github.com/delta-io/delta-rs/pull/1036
- test: add Data Acceptance Tests by @wjones127 in https://github.com/delta-io/delta-rs/pull/909
- test(python): add read / write benchmarks by @wjones127 in https://github.com/delta-io/delta-rs/pull/933
- Add a new release github action for Python binding: macos with universal2 wheel by @fvaleye in https://github.com/delta-io/delta-rs/pull/976
- test(python): add azure integration tests by @wjones127 in https://github.com/delta-io/delta-rs/pull/912
- Loosen version requirement for maturin by @gyscos in https://github.com/delta-io/delta-rs/pull/1005
- Support DataFusion 15 by @andrei-ionescu in https://github.com/delta-io/delta-rs/pull/1021
- Add provisional workaround to support CDC #1039 by @Fazzani in https://github.com/delta-io/delta-rs/pull/1042
- refactor(api!): refactor Python APIs for getting file list by @wjones127 in https://github.com/delta-io/delta-rs/pull/1032
- feat: make
DeltaStorageHandler
pickle serializable by @roeap in https://github.com/delta-io/delta-rs/pull/1016 - Expose checkpoint creation for current table state in python by @ismoshkov in https://github.com/delta-io/delta-rs/pull/1058
- feat: expose function to get table of add actions by @wjones127 in https://github.com/delta-io/delta-rs/pull/1033
- Save operational params in the same way with delta io by @ismoshkov in https://github.com/delta-io/delta-rs/pull/1054
New Contributors
- @hayesgb made their first contribution in https://github.com/delta-io/delta-rs/pull/958
- @iajoiner made their first contribution in https://github.com/delta-io/delta-rs/pull/1001
- @gyscos made their first contribution in https://github.com/delta-io/delta-rs/pull/1005
- @damiondoesthings made their first contribution in https://github.com/delta-io/delta-rs/pull/1007
- @Fazzani made their first contribution in https://github.com/delta-io/delta-rs/pull/1042
- @gruuya made their first contribution in https://github.com/delta-io/delta-rs/pull/1043
- @ismoshkov made their first contribution in https://github.com/delta-io/delta-rs/pull/1058
- @byteink made their first contribution in https://github.com/delta-io/delta-rs/pull/1072
- @johnbatty made their first contribution in https://github.com/delta-io/delta-rs/pull/1077
- @marijncv made their first contribution in https://github.com/delta-io/delta-rs/pull/1086
Full Changelog: https://github.com/delta-io/delta-rs/compare/python-v0.6.4...python-v0.7.0