Skip to content

v0.7.2

Choose a tag to compare

@github-actions github-actions released this 15 Jan 22:11
· 665 commits to refs/heads/main since this release
a561cca

What's Changed πŸš€

✨ Features

πŸ› Bug Fixes

  • fix(observability): Clean up progress bar naming @srilman (#6028)
  • fix(video): correct keyframe seek timestamp calculation for start_time @huleilei (#6005)
  • fix: ".*" not handled correctly in SQL planner @Lucas61000 (#5784)
  • fix: Optimize the small files issue of sink lance @caican00 (#5844)
  • fix: overriding dimensions for openai embedding models @kevinzwang (#6013)
  • fix: support externally-hosted models via OpenAI-compatible API when using embed_text func @caican00 (#5873)
  • fix: respect model dtype when overriding embedding dimensions @fenfeng9 (#5899)
  • fix: Pass csv option into native writer @colin-ho (#6003)
  • fix: Nonzero morsel upper bound @colin-ho (#5989)
  • fix: Clean up UDF display name in progress bar and plans @srilman (#5810)
  • fix(cast): handle whitespace in string-to-number casting @ykdojo (#5955)
  • fix: Incorrect buffer pool calculation strategy when reading CSV @plotor (#5857)
  • fix: Optimize the display information of Join nodes in query plan @plotor (#5617)
  • fix: Fast failure when dashboard is enabled in Ray Runner @plotor (#5867)
  • fix(ai): resolve intermittent meta tensor error in classify_text/classify_image @rohitkulshreshtha (#5977)
  • fix(ci): cargo machete error that slipped through ci somehow @universalmind303 (#5975)
  • fix: Daft.ai link checker to ignore X @everettVT (#5879)
  • fix: Supporting fractional gpu count on class udf @caican00 (#5840)
  • fix: remove flaky datasets from read_huggingface tests @everettVT (#5926)
  • fix: allows appending nulls to lists, null is compatible with all types @rchowell (#5921)
  • fix(test): read all splits in HuggingFace integration tests @ykdojo (#5878)
  • fix(iceberg): Correct test setup to ensure delete files are created @huleilei (#5864)
  • fix(ray): namespace flotilla actor per job to avoid plan id collisions @huleilei (#5855)

πŸš€ Performance

♻️ Refactor

πŸ“– Documentation

  • docs: new section for openai compatible providers @everettVT (#5748)
  • docs: add tos config and a specific schema example in write lance @huleilei (#5992)

βœ… Tests

πŸ”§ Maintenance

Full Changelog: v0.7.1...v0.7.2