Lancedb

Latest version: v0.21.1

Safety actively analyzes 714772 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 19

1.5

Also updated to the latest v0.4.17 in Lance which comes with bug fixes and performance enhancements

What's Changed
* add embedding functions to the nodejs client by gsilvestrin in https://github.com/lancedb/lancedb/pull/95
* Support S3 and GCS from typescript SDK by eddyxu in https://github.com/lancedb/lancedb/pull/106


**Full Changelog**: https://github.com/lancedb/lancedb/compare/v0.1.3...v0.1.4-python

0.18.1

🐛 Bug Fixes

- fix: restore pylance as mandatory dependency by westonpace in https://github.com/lancedb/lancedb/pull/2204



python-v0.21.1
🐛 Bug Fixes

- fix: restore pylance as mandatory dependency by westonpace in https://github.com/lancedb/lancedb/pull/2204

0.18.0

🛠 Breaking Changes

- feat!: revert query limit to be unbounded for scans by wjones127 in https://github.com/lancedb/lancedb/pull/2151

🎉 New Features

- feat!: revert query limit to be unbounded for scans by wjones127 in https://github.com/lancedb/lancedb/pull/2151
- feat: reapply upgrade lance to v0.23.3-beta.1 by westonpace in https://github.com/lancedb/lancedb/pull/2157
- feat(python): drop hard dependency on pylance by wjones127 in https://github.com/lancedb/lancedb/pull/2156
- feat: record the server version for remote table by BubbleCal in https://github.com/lancedb/lancedb/pull/2147
- feat(rust): introduce Catalog trait and implement ListingCatalog by yanghua in https://github.com/lancedb/lancedb/pull/2148
- feat: support modifying field metadata in lancedb python by albertlockett in https://github.com/lancedb/lancedb/pull/2178
- feat: add support for streaming input to create_table by westonpace in https://github.com/lancedb/lancedb/pull/2175
- feat: respect datafusion's batch size when running as a table provider by westonpace in https://github.com/lancedb/lancedb/pull/2187
- feat: upgrade to lance 0.24.1 by westonpace in https://github.com/lancedb/lancedb/pull/2199

🐛 Bug Fixes

- fix: don't use with_schema to remove schema metadata by westonpace in https://github.com/lancedb/lancedb/pull/2162
- fix(python): typing by msu-reevo in https://github.com/lancedb/lancedb/pull/2167
- fix: delete tables from DDB on drop_all_tables by wkalt in https://github.com/lancedb/lancedb/pull/2194

🔧 Build and CI

- ci: bump python to 3.12 in GHA by eddyxu in https://github.com/lancedb/lancedb/pull/2169



python-v0.21.0
🛠 Breaking Changes

- feat!: revert query limit to be unbounded for scans by wjones127 in https://github.com/lancedb/lancedb/pull/2151

🎉 New Features

- feat!: revert query limit to be unbounded for scans by wjones127 in https://github.com/lancedb/lancedb/pull/2151
- feat: reapply upgrade lance to v0.23.3-beta.1 by westonpace in https://github.com/lancedb/lancedb/pull/2157
- feat(python): drop hard dependency on pylance by wjones127 in https://github.com/lancedb/lancedb/pull/2156
- feat: record the server version for remote table by BubbleCal in https://github.com/lancedb/lancedb/pull/2147
- feat(rust): introduce Catalog trait and implement ListingCatalog by yanghua in https://github.com/lancedb/lancedb/pull/2148
- feat: support modifying field metadata in lancedb python by albertlockett in https://github.com/lancedb/lancedb/pull/2178
- feat: add support for streaming input to create_table by westonpace in https://github.com/lancedb/lancedb/pull/2175
- feat: respect datafusion's batch size when running as a table provider by westonpace in https://github.com/lancedb/lancedb/pull/2187
- feat: upgrade to lance 0.24.1 by westonpace in https://github.com/lancedb/lancedb/pull/2199

🐛 Bug Fixes

- fix: don't use with_schema to remove schema metadata by westonpace in https://github.com/lancedb/lancedb/pull/2162
- fix(python): typing by msu-reevo in https://github.com/lancedb/lancedb/pull/2167
- fix: delete tables from DDB on drop_all_tables by wkalt in https://github.com/lancedb/lancedb/pull/2194

🔧 Build and CI

- ci: bump python to 3.12 in GHA by eddyxu in https://github.com/lancedb/lancedb/pull/2169



python-v0.21.0-beta.1
🎉 New Features

- feat(python): drop hard dependency on pylance by wjones127 in https://github.com/lancedb/lancedb/pull/2156
- feat: record the server version for remote table by BubbleCal in https://github.com/lancedb/lancedb/pull/2147
- feat(rust): introduce Catalog trait and implement ListingCatalog by yanghua in https://github.com/lancedb/lancedb/pull/2148
- feat: support modifying field metadata in lancedb python by albertlockett in https://github.com/lancedb/lancedb/pull/2178

🐛 Bug Fixes

- fix: don't use with_schema to remove schema metadata by westonpace in https://github.com/lancedb/lancedb/pull/2162

🔧 Build and CI

- ci: bump python to 3.12 in GHA by eddyxu in https://github.com/lancedb/lancedb/pull/2169

0.18.0beta.0

🛠 Breaking Changes

- feat!: revert query limit to be unbounded for scans by wjones127 in https://github.com/lancedb/lancedb/pull/2151

🎉 New Features

- feat!: revert query limit to be unbounded for scans by wjones127 in https://github.com/lancedb/lancedb/pull/2151
- feat: reapply upgrade lance to v0.23.3-beta.1 by westonpace in https://github.com/lancedb/lancedb/pull/2157

0.17.0

🛠 Breaking Changes

- feat!: add variable store to embeddings registry by wjones127 in https://github.com/lancedb/lancedb/pull/2112

🎉 New Features

- feat: update lance dependency to 0.23.1-beta.1 by wkalt in https://github.com/lancedb/lancedb/pull/2102
- feat: upgrade lance to 0.23.1-beta.4 by BubbleCal in https://github.com/lancedb/lancedb/pull/2121
- feat: support multivector on remote table by BubbleCal in https://github.com/lancedb/lancedb/pull/2045
- feat(python): add search() method to async API by wjones127 in https://github.com/lancedb/lancedb/pull/2049
- feat!: add variable store to embeddings registry by wjones127 in https://github.com/lancedb/lancedb/pull/2112
- feat: push filters down into DF table provider by westonpace in https://github.com/lancedb/lancedb/pull/2128
- feat: upgrade lance to 0.23.2 by westonpace in https://github.com/lancedb/lancedb/pull/2152

🐛 Bug Fixes

- fix: fix index out of bound in load indices by LuQQiu in https://github.com/lancedb/lancedb/pull/2108
- fix: panic when field id doesn't equal to field index by BubbleCal in https://github.com/lancedb/lancedb/pull/2116
- fix: support optional nested pydantic model by eddyxu in https://github.com/lancedb/lancedb/pull/2130
- fix: handle batch quires in single request by BubbleCal in https://github.com/lancedb/lancedb/pull/2139
- fix: flat FTS panic with prefilter and update lance by BubbleCal in https://github.com/lancedb/lancedb/pull/2144
- fix: remote table doesn't apply the prefilter flag for FTS by BubbleCal in https://github.com/lancedb/lancedb/pull/2145

📚 Documentation

- docs: standardize node example prints by westonpace in https://github.com/lancedb/lancedb/pull/2080
- docs: improve pydantic integration docs by eddyxu in https://github.com/lancedb/lancedb/pull/2136
- docs: fixes is_open docstring on AsyncTable by andrew-pienso in https://github.com/lancedb/lancedb/pull/2150



v0.5.2-final.1
- no changes

python-v0.9.0-beta.8
- no changes

python-v0.9.0-beta.7
- no changes

python-v0.9.0-beta.6
- no changes

python-v0.9.0-beta.5
- no changes

python-v0.21.0-beta.0
🛠 Breaking Changes

- feat!: revert query limit to be unbounded for scans by wjones127 in https://github.com/lancedb/lancedb/pull/2151

🎉 New Features

- feat!: revert query limit to be unbounded for scans by wjones127 in https://github.com/lancedb/lancedb/pull/2151
- feat: reapply upgrade lance to v0.23.3-beta.1 by westonpace in https://github.com/lancedb/lancedb/pull/2157



python-v0.20.0
🛠 Breaking Changes

- feat!: add variable store to embeddings registry by wjones127 in https://github.com/lancedb/lancedb/pull/2112

🎉 New Features

- feat: update lance dependency to 0.23.1-beta.1 by wkalt in https://github.com/lancedb/lancedb/pull/2102
- feat: upgrade lance to 0.23.1-beta.4 by BubbleCal in https://github.com/lancedb/lancedb/pull/2121
- feat: support multivector on remote table by BubbleCal in https://github.com/lancedb/lancedb/pull/2045
- feat(python): add search() method to async API by wjones127 in https://github.com/lancedb/lancedb/pull/2049
- feat!: add variable store to embeddings registry by wjones127 in https://github.com/lancedb/lancedb/pull/2112
- feat: push filters down into DF table provider by westonpace in https://github.com/lancedb/lancedb/pull/2128
- feat: upgrade lance to 0.23.2 by westonpace in https://github.com/lancedb/lancedb/pull/2152

🐛 Bug Fixes

- fix: fix index out of bound in load indices by LuQQiu in https://github.com/lancedb/lancedb/pull/2108
- fix: panic when field id doesn't equal to field index by BubbleCal in https://github.com/lancedb/lancedb/pull/2116
- fix: support optional nested pydantic model by eddyxu in https://github.com/lancedb/lancedb/pull/2130
- fix: handle batch quires in single request by BubbleCal in https://github.com/lancedb/lancedb/pull/2139
- fix: flat FTS panic with prefilter and update lance by BubbleCal in https://github.com/lancedb/lancedb/pull/2144
- fix: remote table doesn't apply the prefilter flag for FTS by BubbleCal in https://github.com/lancedb/lancedb/pull/2145

📚 Documentation

- docs: standardize node example prints by westonpace in https://github.com/lancedb/lancedb/pull/2080
- docs: improve pydantic integration docs by eddyxu in https://github.com/lancedb/lancedb/pull/2136
- docs: fixes is_open docstring on AsyncTable by andrew-pienso in https://github.com/lancedb/lancedb/pull/2150

0.16.1beta.3

🎉 New Features

- feat: upgrade lance to 0.23.1-beta.4 by BubbleCal in https://github.com/lancedb/lancedb/pull/2121
- feat: support multivector on remote table by BubbleCal in https://github.com/lancedb/lancedb/pull/2045

🐛 Bug Fixes

- fix: support optional nested pydantic model by eddyxu in https://github.com/lancedb/lancedb/pull/2130



python-v0.19.1-beta.3
🎉 New Features

- feat: upgrade lance to 0.23.1-beta.4 by BubbleCal in https://github.com/lancedb/lancedb/pull/2121
- feat: support multivector on remote table by BubbleCal in https://github.com/lancedb/lancedb/pull/2045

🐛 Bug Fixes

- fix: support optional nested pydantic model by eddyxu in https://github.com/lancedb/lancedb/pull/2130

Page 1 of 19

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.