python-v0.30.0-beta.2
📦 lancedbView on GitHub →
✨ 4 features🐛 1 fixes🔧 1 symbols
Summary
This release introduces significant performance improvements with parallel inserts and a new expression builder API in Rust, alongside an upgrade to napi-rs for Node.js bindings.
✨ New Features
- Upgrade napi-rs from v2 to v3 in Node.js bindings.
- Implement new writer for insert operations.
- Enable parallel inserts for local tables.
- Add expression builder API for type-safe query filters in Rust.
🐛 Bug Fixes
- Fixed an issue where the permutation reader incorrectly expected all offsets to fit into a single batch.