Lancedb

Latest version: v0.21.1

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

Scan your dependencies

Page 12 of 19

0.4.13

What's Changed
* fix: Allow converting from NativeTable to Table by wjones127 in https://github.com/lancedb/lancedb/pull/1069
* Remove remote integration workflow by westonpace in https://github.com/lancedb/lancedb/pull/1076
* Update default_embedding_functions.md by ivanleomk in https://github.com/lancedb/lancedb/pull/1073
* feat: configurable timeout for LanceDB Cloud queries by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/1090
* fix: propagate filter validation errors by wjones127 in https://github.com/lancedb/lancedb/pull/1092
* feat: add create_index to the async python API by westonpace in https://github.com/lancedb/lancedb/pull/1052
* feat: add time travel operations to the async API by westonpace in https://github.com/lancedb/lancedb/pull/1070
* fix: handle uri in object by wjones127 in https://github.com/lancedb/lancedb/pull/1091
* feat: add update to the async API by westonpace in https://github.com/lancedb/lancedb/pull/1093
* feat: add list_indices to the async api by westonpace in https://github.com/lancedb/lancedb/pull/1074
* fix(python): fix typo in passing in the api_key explicitly by changhiskhan in https://github.com/lancedb/lancedb/pull/1098
* add index_stats python api by QianZhu in https://github.com/lancedb/lancedb/pull/1096
* feat(python): support optional vector field in pydantic model by changhiskhan in https://github.com/lancedb/lancedb/pull/1097
* doc updates by raghavdixit99 in https://github.com/lancedb/lancedb/pull/1085
* chore(python): Increase event interval for telemetry by AyushExel in https://github.com/lancedb/lancedb/pull/1108
* feat: update lance to v0.10.3 by westonpace in https://github.com/lancedb/lancedb/pull/1094
* fix(python): Add python azure blob read support by rcdilorenzo in https://github.com/lancedb/lancedb/pull/1102
* Explain vonoroi seed initalisation by koaning in https://github.com/lancedb/lancedb/pull/1114
* feat: bump lance to 0.10.4 by westonpace in https://github.com/lancedb/lancedb/pull/1123

New Contributors
* ivanleomk made their first contribution in https://github.com/lancedb/lancedb/pull/1073
* rcdilorenzo made their first contribution in https://github.com/lancedb/lancedb/pull/1102
* koaning made their first contribution in https://github.com/lancedb/lancedb/pull/1114

**Full Changelog**: https://github.com/lancedb/lancedb/compare/v0.4.12...v0.4.13

python-v0.6.4
What's Changed
* fix: propagate filter validation errors by wjones127 in https://github.com/lancedb/lancedb/pull/1092
* feat: add create_index to the async python API by westonpace in https://github.com/lancedb/lancedb/pull/1052
* feat: add time travel operations to the async API by westonpace in https://github.com/lancedb/lancedb/pull/1070
* fix: handle uri in object by wjones127 in https://github.com/lancedb/lancedb/pull/1091
* feat: add update to the async API by westonpace in https://github.com/lancedb/lancedb/pull/1093
* feat: add list_indices to the async api by westonpace in https://github.com/lancedb/lancedb/pull/1074
* fix(python): fix typo in passing in the api_key explicitly by changhiskhan in https://github.com/lancedb/lancedb/pull/1098
* add index_stats python api by QianZhu in https://github.com/lancedb/lancedb/pull/1096
* feat(python): support optional vector field in pydantic model by changhiskhan in https://github.com/lancedb/lancedb/pull/1097
* doc updates by raghavdixit99 in https://github.com/lancedb/lancedb/pull/1085
* chore(python): Increase event interval for telemetry by AyushExel in https://github.com/lancedb/lancedb/pull/1108
* feat: update lance to v0.10.3 by westonpace in https://github.com/lancedb/lancedb/pull/1094
* fix(python): Add python azure blob read support by rcdilorenzo in https://github.com/lancedb/lancedb/pull/1102
* Explain vonoroi seed initalisation by koaning in https://github.com/lancedb/lancedb/pull/1114
* feat: bump lance to 0.10.4 by westonpace in https://github.com/lancedb/lancedb/pull/1123

New Contributors
* rcdilorenzo made their first contribution in https://github.com/lancedb/lancedb/pull/1102
* koaning made their first contribution in https://github.com/lancedb/lancedb/pull/1114

**Full Changelog**: https://github.com/lancedb/lancedb/compare/python-v0.6.3...python-v0.6.4

python-v0.6.3
What's Changed
* fix: Allow converting from NativeTable to Table by wjones127 in https://github.com/lancedb/lancedb/pull/1069
* Remove remote integration workflow by westonpace in https://github.com/lancedb/lancedb/pull/1076
* Update default_embedding_functions.md by ivanleomk in https://github.com/lancedb/lancedb/pull/1073
* feat: configurable timeout for LanceDB Cloud queries by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/1090

New Contributors
* ivanleomk made their first contribution in https://github.com/lancedb/lancedb/pull/1073

**Full Changelog**: https://github.com/lancedb/lancedb/compare/v0.4.12...python-v0.6.3

0.4.12

Changes
* refactor: change arrow from a direct dependency to a peer dependency by westonpace in https://github.com/lancedb/lancedb/pull/984
* feat: `{add|alter|drop}_columns` APIs by wjones127 in https://github.com/lancedb/lancedb/pull/1015
* chore(rust): report the TableNotFound error while dropping non-exist table by BubbleCal in https://github.com/lancedb/lancedb/pull/1022
* chore: upgrade to lance 0.10.1 by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/1034
* A simple base usage that install the dependencies necessary to use FT… by natcharacter in https://github.com/lancedb/lancedb/pull/1036
* chore: enable test for dropping table by BubbleCal in https://github.com/lancedb/lancedb/pull/1038
* feat: Initial remote table implementation for rust by westonpace in https://github.com/lancedb/lancedb/pull/1024
* Add create scalar index to sdk by QianZhu in https://github.com/lancedb/lancedb/pull/1033
* doc: fix langchain link by changhiskhan in https://github.com/lancedb/lancedb/pull/1053
* Fix default_embedding_functions.md by louisguitton in https://github.com/lancedb/lancedb/pull/1043
* [docs]: Fix issues with Rust code snippets in "quick start" by prrao87 in https://github.com/lancedb/lancedb/pull/1047
* doc: fix docs deployment GHA by changhiskhan in https://github.com/lancedb/lancedb/pull/1055
* chore(rust): update rust version by changhiskhan in https://github.com/lancedb/lancedb/pull/810
* feat: reconfigure typescript linter / formatter for nodejs by westonpace in https://github.com/lancedb/lancedb/pull/1042
* fix: sanitize foreign schemas by westonpace in https://github.com/lancedb/lancedb/pull/1058
* feat: more accessible errors by wjones127 in https://github.com/lancedb/lancedb/pull/1025
* feat: page_token / limit to native table_names function. Use async table_names function from sync table_names function by westonpace in https://github.com/lancedb/lancedb/pull/1059
* chore: bump lance to 0.10.2 by eddyxu in https://github.com/lancedb/lancedb/pull/1061
* fix: make checkout_latest force a reload by wjones127 in https://github.com/lancedb/lancedb/pull/1064

New Contributors
* BubbleCal made their first contribution in https://github.com/lancedb/lancedb/pull/1022
* natcharacter made their first contribution in https://github.com/lancedb/lancedb/pull/1036
* louisguitton made their first contribution in https://github.com/lancedb/lancedb/pull/1043

**Full Changelog**: https://github.com/lancedb/lancedb/compare/v0.4.11...v0.4.12

python-v0.6.2
What's Changed
* feat: port create_table to the async python API and the remote rust API by westonpace in https://github.com/lancedb/lancedb/pull/1031
* Add create scalar index to sdk by QianZhu in https://github.com/lancedb/lancedb/pull/1033
* feat(python): add model_names() method to openai embedding function by changhiskhan in https://github.com/lancedb/lancedb/pull/1049
* doc: fix langchain link by changhiskhan in https://github.com/lancedb/lancedb/pull/1053
* Fix default_embedding_functions.md by louisguitton in https://github.com/lancedb/lancedb/pull/1043
* [docs]: Fix issues with Rust code snippets in "quick start" by prrao87 in https://github.com/lancedb/lancedb/pull/1047
* doc: fix docs deployment GHA by changhiskhan in https://github.com/lancedb/lancedb/pull/1055
* chore(python): use pypi tantivy to speed up CI by changhiskhan in https://github.com/lancedb/lancedb/pull/987
* feat(python): allow user to override api url by changhiskhan in https://github.com/lancedb/lancedb/pull/1054
* feat: add support for add to async python API by westonpace in https://github.com/lancedb/lancedb/pull/1037
* feat: reconfigure typescript linter / formatter for nodejs by westonpace in https://github.com/lancedb/lancedb/pull/1042
* fix: sanitize foreign schemas by westonpace in https://github.com/lancedb/lancedb/pull/1058
* fix(python): Few fts patches by AyushExel in https://github.com/lancedb/lancedb/pull/1039
* doc(python): document the method in fts by changhiskhan in https://github.com/lancedb/lancedb/pull/982
* feat: more accessible errors by wjones127 in https://github.com/lancedb/lancedb/pull/1025
* feat: page_token / limit to native table_names function. Use async table_names function from sync table_names function by westonpace in https://github.com/lancedb/lancedb/pull/1059
* chore: bump lance to 0.10.2 by eddyxu in https://github.com/lancedb/lancedb/pull/1061
* fix: make checkout_latest force a reload by wjones127 in https://github.com/lancedb/lancedb/pull/1064

New Contributors
* louisguitton made their first contribution in https://github.com/lancedb/lancedb/pull/1043

**Full Changelog**: https://github.com/lancedb/lancedb/compare/python-v0.6.1...python-v0.6.2

python-v0.6.1
What's Changed
* feat: Initial remote table implementation for rust by westonpace in https://github.com/lancedb/lancedb/pull/1024
* fix: fix columns type for pydantic 2.x by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/1045


**Full Changelog**: https://github.com/lancedb/lancedb/compare/python-v0.6.0...python-v0.6.1

python-v0.6.0
Breaking change
Vector queries no longer return the vector column when `select()` does not include the vector column. (default behavior did not change, all columns are returned)

What's Changed
* refactor: change arrow from a direct dependency to a peer dependency by westonpace in https://github.com/lancedb/lancedb/pull/984
* feat: `{add|alter|drop}_columns` APIs by wjones127 in https://github.com/lancedb/lancedb/pull/1015
* feat: add a basic async python client starting point by westonpace in https://github.com/lancedb/lancedb/pull/1014
* chore(rust): report the TableNotFound error while dropping non-exist table by BubbleCal in https://github.com/lancedb/lancedb/pull/1022
* chore: upgrade to lance 0.10.1 by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/1034
* A simple base usage that install the dependencies necessary to use FT… by natcharacter in https://github.com/lancedb/lancedb/pull/1036
* chore: enable test for dropping table by BubbleCal in https://github.com/lancedb/lancedb/pull/1038

New Contributors
* BubbleCal made their first contribution in https://github.com/lancedb/lancedb/pull/1022
* natcharacter made their first contribution in https://github.com/lancedb/lancedb/pull/1036

**Full Changelog**: https://github.com/lancedb/lancedb/compare/v0.4.11...python-v0.6.0

0.4.11

Notice

We will no longer be updating the old experimental rust crate (named `vectordb`). Instead, we are migrating this work to a new rust crate (named `lancedb`) which will no longer be experimental. There will be breaking changes going from `vectordb` to `lancedb` and we will release more details on migration later. The `lancedb` crate is not yet ready for widespread use.

What's Changed
* docs: Minimal reranking evaluation benchmarks by AyushExel in https://github.com/lancedb/lancedb/pull/977
* docs: show DuckDB with dataset, not table by wjones127 in https://github.com/lancedb/lancedb/pull/974
* fix: use static C runtime on Windows by wjones127 in https://github.com/lancedb/lancedb/pull/979
* feat(python): add optional threadpool for batch requests by changhiskhan in https://github.com/lancedb/lancedb/pull/981
* doc: improve embedding functions documentation by changhiskhan in https://github.com/lancedb/lancedb/pull/983
* doc: update navigation links for embedding functions by changhiskhan in https://github.com/lancedb/lancedb/pull/986
* docs: Add meta tag for image preview by AyushExel in https://github.com/lancedb/lancedb/pull/988
* apply fixes for notebook by johko in https://github.com/lancedb/lancedb/pull/989
* lance 0.9.18 by albertlockett in https://github.com/lancedb/lancedb/pull/1000
* refactor: rust vectordb API stabilization of the Connection trait by westonpace in https://github.com/lancedb/lancedb/pull/993
* Docs: add meta tags by AyushExel in https://github.com/lancedb/lancedb/pull/1006
* python(feat): Imagebind embedding fn support by raghavdixit99 in https://github.com/lancedb/lancedb/pull/1003
* chore: bump pylance to 0.9.18 by eddyxu in https://github.com/lancedb/lancedb/pull/1011
* feat(node): add `read_consistency_interval` to Node and Rust by wjones127 in https://github.com/lancedb/lancedb/pull/1002
* refactor: rename the rust crate from vectordb to lancedb by westonpace in https://github.com/lancedb/lancedb/pull/1012

New Contributors
* johko made their first contribution in https://github.com/lancedb/lancedb/pull/989

**Full Changelog**: https://github.com/lancedb/lancedb/compare/v0.4.10...v0.4.11

python-v0.5.7
What's Changed
* Docs: add meta tags by AyushExel in https://github.com/lancedb/lancedb/pull/1006
* python(feat): Imagebind embedding fn support by raghavdixit99 in https://github.com/lancedb/lancedb/pull/1003
* chore: bump pylance to 0.9.18 by eddyxu in https://github.com/lancedb/lancedb/pull/1011


**Full Changelog**: https://github.com/lancedb/lancedb/compare/python-v0.5.6...python-v0.5.7

python-v0.5.6
New features
* feat(python): add optional threadpool for batch requests by changhiskhan in https://github.com/lancedb/lancedb/pull/981

Other changes
* docs: Minimal reranking evaluation benchmarks by AyushExel in https://github.com/lancedb/lancedb/pull/977
* docs: show DuckDB with dataset, not table by wjones127 in https://github.com/lancedb/lancedb/pull/974
* doc: improve embedding functions documentation by changhiskhan in https://github.com/lancedb/lancedb/pull/983
* doc: update navigation links for embedding functions by changhiskhan in https://github.com/lancedb/lancedb/pull/986
* docs: Add meta tag for image preview by AyushExel in https://github.com/lancedb/lancedb/pull/988
* apply fixes for notebook by johko in https://github.com/lancedb/lancedb/pull/989
* lance 0.9.18 by albertlockett in https://github.com/lancedb/lancedb/pull/1000
* See also: https://github.com/lancedb/lance/releases/tag/v0.9.18

New Contributors
* johko made their first contribution in https://github.com/lancedb/lancedb/pull/989

**Full Changelog**: https://github.com/lancedb/lancedb/compare/v0.4.10...python-v0.5.6

0.4.10

New features
* feat: make it easier to create empty tables by westonpace in https://github.com/lancedb/lancedb/pull/942

Bugfixes
* fix(node): statically link lzma by wjones127 in https://github.com/lancedb/lancedb/pull/961
* fix(node): wrap in BigInt to avoid upstream bug by wjones127 in https://github.com/lancedb/lancedb/pull/962

Other changes
* chore: use a bigger runner for NPM publish jobs on aarch64 to avoid OOM by westonpace in https://github.com/lancedb/lancedb/pull/955
* chore: fix clippy lints by wjones127 in https://github.com/lancedb/lancedb/pull/963
* Qian/make vector col optional by QianZhu in https://github.com/lancedb/lancedb/pull/950

**Full Changelog**: https://github.com/lancedb/lancedb/compare/v0.4.9...v0.4.10

python-v0.5.5
New features
* Qian/make vector col optional by QianZhu in https://github.com/lancedb/lancedb/pull/950
* feat(python): hybrid search updates, examples, & latency benchmarks by AyushExel in https://github.com/lancedb/lancedb/pull/964

What's Changed
* chore: fix clippy lints by wjones127 in https://github.com/lancedb/lancedb/pull/963
* docs: Add setup cell for colab example by AyushExel in https://github.com/lancedb/lancedb/pull/965
* [docs]: Fix typos and clarity in hybrid search docs by prrao87 in https://github.com/lancedb/lancedb/pull/966

**Full Changelog**: https://github.com/lancedb/lancedb/compare/python-v0.5.4...python-v0.5.5

0.4.9

What's Changed
* fix: revert safe_import_pandas usage by AyushExel in https://github.com/lancedb/lancedb/pull/921
* fix hybrid search example by QianZhu in https://github.com/lancedb/lancedb/pull/922
* chore: add global cargo config to enable minimal cpu target by eddyxu in https://github.com/lancedb/lancedb/pull/925
* Minor updates to FAQ by nitish1295 in https://github.com/lancedb/lancedb/pull/935
* feat: add a filterable count_rows to all the lancedb APIs by westonpace in https://github.com/lancedb/lancedb/pull/913
* added error msg to SaaS APIs by QianZhu in https://github.com/lancedb/lancedb/pull/852
* feat: add support for filter during merge insert when matched by westonpace in https://github.com/lancedb/lancedb/pull/948
* chore: bump lance version to 0.9.15 by westonpace in https://github.com/lancedb/lancedb/pull/949
* fix: statically link lzma by wjones127 in https://github.com/lancedb/lance/pull/1934

New Contributors
* nitish1295 made their first contribution in https://github.com/lancedb/lancedb/pull/935

**Full Changelog**: https://github.com/lancedb/lancedb/compare/v0.4.8...v0.4.9

python-v0.5.4
What's Changed
* fix hybrid search example by QianZhu in https://github.com/lancedb/lancedb/pull/922
* chore: add global cargo config to enable minimal cpu target by eddyxu in https://github.com/lancedb/lancedb/pull/925
* feat(python): add support new openai embedding functions by AyushExel in https://github.com/lancedb/lancedb/pull/912
* feat(python): add `read_consistency_interval` argument by wjones127 in https://github.com/lancedb/lancedb/pull/828
* feat(python): Reranker DX improvements by AyushExel in https://github.com/lancedb/lancedb/pull/904
* Minor updates to FAQ by nitish1295 in https://github.com/lancedb/lancedb/pull/935
* feat: add a filterable count_rows to all the lancedb APIs by westonpace in https://github.com/lancedb/lancedb/pull/913
* added error msg to SaaS APIs by QianZhu in https://github.com/lancedb/lancedb/pull/852
* feat: add support for filter during merge insert when matched by westonpace in https://github.com/lancedb/lancedb/pull/948
* chore: bump lance version to 0.9.15 by westonpace in https://github.com/lancedb/lancedb/pull/949
* fix: statically link lzma by wjones127 in https://github.com/lancedb/lance/pull/1934

New Contributors
* nitish1295 made their first contribution in https://github.com/lancedb/lancedb/pull/935

**Full Changelog**: https://github.com/lancedb/lancedb/compare/python-v0.5.3...python-v0.5.4

python-v0.5.3
What's Changed
* fix: revert safe_import_pandas usage by AyushExel in https://github.com/lancedb/lancedb/pull/921


**Full Changelog**: https://github.com/lancedb/lancedb/compare/python-v0.5.2...python-v0.5.3

0.4.8

What's Changed
* arrow table/f16 example by QianZhu in https://github.com/lancedb/lancedb/pull/907
* fix the repo link on npm, add links for homepage and bug report by JacobLinCool in https://github.com/lancedb/lancedb/pull/910
* ci: bump to new version of python action to use node 20 gIthub action runtime by eddyxu in https://github.com/lancedb/lancedb/pull/909
* feat: add merge_insert to the node and rust APIs by westonpace in https://github.com/lancedb/lancedb/pull/915
* chore: bump pylance version to latest in pyproject.toml by westonpace in https://github.com/lancedb/lancedb/pull/918

New Contributors
* JacobLinCool made their first contribution in https://github.com/lancedb/lancedb/pull/910

**Full Changelog**: https://github.com/lancedb/lancedb/compare/v0.4.7...v0.4.8

python-v0.5.2
What's Changed
* feat: rework NodeJS SDK using napi by eddyxu in https://github.com/lancedb/lancedb/pull/847
* Bump lance 0.9.9 by albertlockett in https://github.com/lancedb/lancedb/pull/851
* feat(rust): create index API improvement by eddyxu in https://github.com/lancedb/lancedb/pull/853
* docs: document basics of configuring object storage by wjones127 in https://github.com/lancedb/lancedb/pull/832
* feat(napi): Provide a new createIndex API in the napi SDK. by eddyxu in https://github.com/lancedb/lancedb/pull/857
* doc: update rust readme to include crate and docs.rs links by eddyxu in https://github.com/lancedb/lancedb/pull/859
* feat: improve the rust table query API and documents by eddyxu in https://github.com/lancedb/lancedb/pull/860
* fix: release build for node sdk by eddyxu in https://github.com/lancedb/lancedb/pull/861
* feat(napi): Issue queries as node SDK by eddyxu in https://github.com/lancedb/lancedb/pull/868
* chore(rust): simplified version of optimize by eddyxu in https://github.com/lancedb/lancedb/pull/869
* feat(rust): provide connect and connect_with_options in Rust SDK by eddyxu in https://github.com/lancedb/lancedb/pull/871
* chore: bump github actions to v4 due to GHA warnings of node version deprecation by eddyxu in https://github.com/lancedb/lancedb/pull/874
* doc: update quick start for full rust example by eddyxu in https://github.com/lancedb/lancedb/pull/872
* chore: add one rust SDK e2e example by eddyxu in https://github.com/lancedb/lancedb/pull/876
* chore: upgrade lance, pylance and datafusion by eddyxu in https://github.com/lancedb/lancedb/pull/879
* feat(python): Aws Bedrock embeddings integration by AyushExel in https://github.com/lancedb/lancedb/pull/822
* doc: use code snippet for typescript examples by eddyxu in https://github.com/lancedb/lancedb/pull/880
* chore: convert all js doc test to use snippet. by eddyxu in https://github.com/lancedb/lancedb/pull/881
* doc(rust): minor fixes for Rust quick start. by changhiskhan in https://github.com/lancedb/lancedb/pull/878
* fix: fix doc build to include the source snippet correctly by eddyxu in https://github.com/lancedb/lancedb/pull/883
* doc: use snippet for rust code example and make sure rust examples run through CI by eddyxu in https://github.com/lancedb/lancedb/pull/885
* doc: fix js example of create index by eddyxu in https://github.com/lancedb/lancedb/pull/886
* chore(python): Temporarily extend remote connection timeout by AyushExel in https://github.com/lancedb/lancedb/pull/888
* feat(python): Embedding fn support for gte-mlx/gte-large by raghavdixit99 in https://github.com/lancedb/lancedb/pull/873
* doc: Add documentation chatbot for LanceDB by AyushExel in https://github.com/lancedb/lancedb/pull/890
* Fix image bgcolor by prrao87 in https://github.com/lancedb/lancedb/pull/891
* feat(python): Hybrid search & Reranker API by AyushExel in https://github.com/lancedb/lancedb/pull/824
* chore(python): GTE embedding function model name update by raghavdixit99 in https://github.com/lancedb/lancedb/pull/902
* ci: change apple silicon runner to free OSS macos-14 target by eddyxu in https://github.com/lancedb/lancedb/pull/901
* chore: update JS/TS example in README by AbrahamLopez10 in https://github.com/lancedb/lancedb/pull/898
* docs: provide AWS S3 cleanup and permissions advice by wjones127 in https://github.com/lancedb/lancedb/pull/903
* fix(node): pass AWS credentials to db level operations by eddyxu in https://github.com/lancedb/lancedb/pull/908
* arrow table/f16 example by QianZhu in https://github.com/lancedb/lancedb/pull/907
* fix the repo link on npm, add links for homepage and bug report by JacobLinCool in https://github.com/lancedb/lancedb/pull/910
* ci: bump to new version of python action to use node 20 gIthub action runtime by eddyxu in https://github.com/lancedb/lancedb/pull/909
* feat: upgrade to lance 0.9.11 and expose merge_insert by westonpace in https://github.com/lancedb/lancedb/pull/906
* docs: add cleanup_old_versions and compact_files to `Table` for documentation purposes by westonpace in https://github.com/lancedb/lancedb/pull/900
* fix: add request retry to python client by albertlockett in https://github.com/lancedb/lancedb/pull/917
* make it explicit about the vector column data type by QianZhu in https://github.com/lancedb/lancedb/pull/916
* feat: add merge_insert to the node and rust APIs by westonpace in https://github.com/lancedb/lancedb/pull/915
* chore: bump pylance version to latest in pyproject.toml by westonpace in https://github.com/lancedb/lancedb/pull/918

New Contributors
* raghavdixit99 made their first contribution in https://github.com/lancedb/lancedb/pull/873
* AbrahamLopez10 made their first contribution in https://github.com/lancedb/lancedb/pull/898
* JacobLinCool made their first contribution in https://github.com/lancedb/lancedb/pull/910

**Full Changelog**: https://github.com/lancedb/lancedb/compare/python-v0.5.1...python-v0.5.2

Page 12 of 19

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.