v0.30.1-beta.1
📦 lancedbView on GitHub →
✨ 3 features🐛 1 fixes⚡ 1 deprecations🔧 2 symbols
Summary
This release introduces support for remote tables in PyTorch dataloaders and adds functionality to update field metadata, while deprecating the old metadata replacement function.
Migration Steps
- Replace calls to replace_field_metadata with update_field_metadata.
✨ New Features
- Support remote tables in PyTorch dataloaders.
- Added update_field_metadata function to edit per-field metadata.
- Support blob modes when querying with to_pandas.
🐛 Bug Fixes
- Fixed an issue related to blob modes in query to_pandas (Note: This appears duplicated as a feature in the provided notes).
Affected Symbols
⚡ Deprecations
- The function replace_field_metadata is deprecated in favor of update_field_metadata.