python-v0.10.0: Z-order, faster optimize and vacuum
·
1098 commits
to main
since this release
What's Changed
- feat(python): expose z-order in Python by @wjones127 in #1443
- feat: add z-order optimize by @wjones127 in #1429
- feat(python): add filters argument to DeltaTable.to_pandas() for filter pushdown by @ognis1205 in #1349
- feat: add datafusion storage catalog by @roeap in #1381
- feat: allow concurrent file compaction by @wjones127 in #1383
- feat: vacuum with concurrent requests by @wjones127 in #1382
- feat: more efficient parquet writer and more statistics by @wjones127 in #1397
- feat: explicit python exceptions by @roeap in #1409
- feat: update writers to include compression method in file name by @Blajda in #1431
- fix: include stats for all columns (#1223) by @mrjoe7 in #1342
- fix: add py.typed marker by @SchutteJan in #1350
- fix: allow user defined config keys by @roeap in #1365
- fix: add conversion for string for
Field::TimestampMicros
(#1372) by @cmackenzie1 in #1373 - perf: improve record batch partitioning by @roeap in #1396
- chore: type-check friendlier exports by @roeap in #1407
New Contributors
- @SchutteJan made their first contribution in #1350
- @cmackenzie1 made their first contribution in #1373
- @rahulj51 made their first contribution in #1377
Full Changelog: python-v0.9.0...python-v0.10.0