Change8

python-v0.22.1

📦 lancedbView on GitHub →
6 features🐛 6 fixes

Summary

This release introduces significant new features including tag management APIs and table statistics, alongside several bug fixes related to embedded objects and remote table operations. The underlying lance dependency has also been upgraded.

✨ New Features

  • Added list/create/delete/update/checkout tag API.
  • Added table stats API.
  • Upgraded lance to v0.27.0-beta.2.
  • Implemented bindings to return merge statistics.
  • Return version for all write operations.
  • Provide timeout parameter for merge_insert.

🐛 Bug Fixes

  • Fixed hybrid search explain plan analysis.
  • Prevented embedded objects from returning null in all of their fields.
  • Fixed backward compatibility with the add API.
  • Added restore with tag support in python and nodejs API.
  • Supported __len__ on remote tables.
  • Return IndexNotExist on remote drop index 404.