python-v0.25.0-beta.0
Breaking Changes📦 lancedbView on GitHub →
⚠ 1 breaking✨ 3 features
Summary
This release introduces support for multi-level namespaces and enhances PyTorch integration with a new __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 affect how existing code accesses data if it relied on single-level namespace assumptions.
Migration Steps
- Review code that interacts with namespaces to ensure compatibility with the new multi-level namespace support.
✨ New Features
- Added __getitems__ method implementation for improved PyTorch integration.
- Support for multi-level namespace has been added.
- Added the 'name' parameter to remaining Python create index calls.