v0.3.1
·
531 commits
to refs/heads/main
since this release
Changes
✨ New Features
- [FEAT] (ACTORS-2) Add optimization pass to split Project into ActorPoolProject @jaychia (#2627)
- [FEAT] Stream results from native executor into python @colin-ho (#2667)
- [FEAT]: huggingface integration @universalmind303 (#2701)
🚀 Performance Improvements
- [PERF] Fix excessive parquet metadata reading @Vince7778 (#2694)
👾 Bug Fixes
- [BUG] Use python logging level @colin-ho (#2705)
- [BUG] Add a with_execution/planning_config context manager and fix tests for splitting of parquet @jaychia (#2713)
- [BUG] Fix Resource Request Serialization and factor our Serialize Object as bincode @samster25 (#2707)
📖 Documentation
- [DOCS] Partitioning user guide and small doc fixes @jaychia (#2717)
- [FEAT] (ACTORS-2) Add optimization pass to split Project into ActorPoolProject @jaychia (#2627)
- [BUG] Add a with_execution/planning_config context manager and fix tests for splitting of parquet @jaychia (#2713)
- Update PreCommit Hooks @samster25 (#2715)
- [FEAT]: huggingface integration @universalmind303 (#2701)