Change8

python-v0.25.1-beta.2

📦 lancedbView on GitHub →
1 features🐛 2 fixes

Summary

This release introduces the 'target_partition_size' parameter and removes the deprecated catalog implementation in favor of namespaces, alongside several bug fixes.

Migration Steps

  1. The catalog implementation has been removed; users relying on the old catalog structure should transition to using namespaces within the database.

✨ New Features

  • Added 'target_partition_size' parameter.

🐛 Bug Fixes

  • Resolved an issue by using 'create' to resolve variables.
  • Added missing validations for namespace operations.