v0.3.13
github-actions
released this
13 Nov 18:26
·
261 commits
to refs/heads/main
since this release
Changes
✨ New Features
- [FEAT] Pre Shuffle Merge Strategy @colin-ho (#3191)
- [FEAT] Minimal indices dtype for FixedShapeSparseTensors @sagiahrac (#3149)
- [FEAT] implement range operation and data streaming @andrewgazelka (#3267)
- [FEAT] Support intersect as a DataFrame API @advancedxy (#3134)
- [FEAT] Adds a
read_generator
method that reads tables from a generator @colin-ho (#3258) - [FEAT] Add initial Spark Connect support @andrewgazelka (#3261)
👾 Bug Fixes
- [BUG] Always run telemetry codepath @jaychia (#3275)
- [BUG] Cleanup context side-effects @jaychia (#3270)
- [BUG]: bad merge from intersect PR @universalmind303 (#3273)
📖 Documentation
- [FEAT] Minimal indices dtype for FixedShapeSparseTensors @sagiahrac (#3149)
- [DOCS] Use an absolute path for the canonical link @desmondcheongzx (#3271)
- [DOCS] Set canonical link @desmondcheongzx (#3269)
🧰 Maintenance
- [CHORE] Allow manual launch of release-drafter.yml @jaychia (#3283)
- [CHORE] add daftrunner env to install and test step @colin-ho (#3279)
- [CHORE] Remove the concept of runner configs @jaychia (#3276)
- [CHORE] Expose read_sql partition bound strategy and default to min-max @colin-ho (#3246)
- [CHORE]: remove daft-table dependency from daft-logical-plan @universalmind303 (#3265)
- [CHORE] Remove daft-scan dependency from planning crates @kevinzwang (#3250)