v0.22.0-beta.0
Breaking Changes📦 lancedbView on GitHub →
⚠ 1 breaking✨ 3 features
Summary
This release introduces support for multi-level namespaces and enhances torch integration with the addition of the __getitems__ method. It also adds the 'name' parameter to remaining Python index creation calls.
⚠️ Breaking Changes
- Support for multi-level namespace has been added, which may require updates to how namespaces are referenced or accessed in existing code.
Migration Steps
- Review usage of namespaces to ensure compatibility with the new multi-level namespace support.
✨ New Features
- Added __getitems__ method implementation for improved torch integration.
- Support for multi-level namespace has been added.
- Added 'name' parameter to remaining Python create index calls.