Change8

python-v0.33.1-beta.1

📦 lancedbView on GitHub →
3 features🐛 1 fixes1 deprecations🔧 2 symbols

Summary

This release introduces support for remote tables in PyTorch dataloaders and adds the new update_field_metadata function for editing field metadata. The older replace_field_metadata function has been deprecated.

Migration Steps

  1. Replace calls to replace_field_metadata with update_field_metadata.

✨ New Features

  • Support remote tables in PyTorch dataloaders.
  • Added update_field_metadata to edit per-field metadata.
  • Support blob modes in query to_pandas.

🐛 Bug Fixes

  • Support blob modes in query to_pandas (This appears to be listed as both a feature and a fix, confirming functionality).

Affected Symbols

⚡ Deprecations

  • The function replace_field_metadata is deprecated in favor of update_field_metadata.