Lancedb

Latest version: v0.21.2

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

Scan your dependencies

Page 16 of 20

0.3.4

What's Changed
* [Docs]Versioning docs by AyushExel in https://github.com/lancedb/lancedb/pull/586
* [Docs] Embeddings API: Add multi-lingual semantic search example by AyushExel in https://github.com/lancedb/lancedb/pull/582
* [Docs]: Minor Fixes by AyushExel in https://github.com/lancedb/lancedb/pull/587
* feat: include manifest files in mirrow store by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/589
* feat: add checkout method to table to reuse existing store and connections by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/593
* fix(python): fix multiple embedding functions bug by changhiskhan in https://github.com/lancedb/lancedb/pull/597
* update lance to 0.8.7 by albertlockett in https://github.com/lancedb/lancedb/pull/598
* feat: expose optimize index api by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/602
* expose remap index api by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/603
* feat: added data stats apis by albertlockett in https://github.com/lancedb/lancedb/pull/596
* feat: added dataset stats api to node by albertlockett in https://github.com/lancedb/lancedb/pull/604

0.3.3

Thanks prrao87 !

What's Changed
* doc: fix broken link and add README by changhiskhan in https://github.com/lancedb/lancedb/pull/573
* Add pyarrow date and timestamp type conversion from pydantic by prrao87 in https://github.com/lancedb/lancedb/pull/576
* list table pagination draft by QianZhu in https://github.com/lancedb/lancedb/pull/574
* [Docs] Add posthog telemetry to docs by AyushExel in https://github.com/lancedb/lancedb/pull/577
* [Python]Embeddings API refactor by AyushExel in https://github.com/lancedb/lancedb/pull/580
* [Docs] Update embedding function docs by AyushExel in https://github.com/lancedb/lancedb/pull/581
* chore: bump lance version in python/rust lancedb by changhiskhan in https://github.com/lancedb/lancedb/pull/584


**Full Changelog**: https://github.com/lancedb/lancedb/compare/v0.3.2...v0.3.3

0.3.2

What's Changed
* [DOCS][PYTHON] Update embeddings API docs & Example by AyushExel in https://github.com/lancedb/lancedb/pull/516
* chore: bump lance to 0.8.5 by eddyxu in https://github.com/lancedb/lancedb/pull/561
* docs: switch python examples to be row based by rok in https://github.com/lancedb/lancedb/pull/554
* feat(python,js): deletion operation on remote tables by eddyxu in https://github.com/lancedb/lancedb/pull/568
* docs: show source of documented functions by rok in https://github.com/lancedb/lancedb/pull/569
* implement remote api calls for table mutation by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/567

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

**Full Changelog**: https://github.com/lancedb/lancedb/compare/v0.3.1...v0.3.2

0.3.1

What's Changed
* implement mirroring object store by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/537
* fix stackoverflow by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/542
* Typo cleanup by JoshWein in https://github.com/lancedb/lancedb/pull/539
* feat: use GPU for index creation. by eddyxu in https://github.com/lancedb/lancedb/pull/540
* feat: telemetry, error tracking, CLI & config manager by AyushExel in https://github.com/lancedb/lancedb/pull/538
* Use query.limit(..) in README by ankrgyl in https://github.com/lancedb/lancedb/pull/543
* feat: add to_list and to_pandas api's by changhiskhan in https://github.com/lancedb/lancedb/pull/556
* [Docs] Improve visibility of table ops by AyushExel in https://github.com/lancedb/lancedb/pull/553
* feat: cleanup and compaction by wjones127 in https://github.com/lancedb/lancedb/pull/518
* Add cohere embedding function by AyushExel in https://github.com/lancedb/lancedb/pull/550

New Contributors
* JoshWein made their first contribution in https://github.com/lancedb/lancedb/pull/539
* ankrgyl made their first contribution in https://github.com/lancedb/lancedb/pull/543

**Full Changelog**: https://github.com/lancedb/lancedb/compare/v0.3.0...v0.3.1

python-v0.3.1
What's Changed
* implement mirroring object store by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/537
* fix stackoverflow by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/542
* Typo cleanup by JoshWein in https://github.com/lancedb/lancedb/pull/539
* feat: use GPU for index creation. by eddyxu in https://github.com/lancedb/lancedb/pull/540
* feat: telemetry, error tracking, CLI & config manager by AyushExel in https://github.com/lancedb/lancedb/pull/538
* Use query.limit(..) in README by ankrgyl in https://github.com/lancedb/lancedb/pull/543
* feat: add to_list and to_pandas api's by changhiskhan in https://github.com/lancedb/lancedb/pull/556
* [Docs] Improve visibility of table ops by AyushExel in https://github.com/lancedb/lancedb/pull/553
* feat: cleanup and compaction by wjones127 in https://github.com/lancedb/lancedb/pull/518
* Add cohere embedding function by AyushExel in https://github.com/lancedb/lancedb/pull/550

New Contributors
* JoshWein made their first contribution in https://github.com/lancedb/lancedb/pull/539
* ankrgyl made their first contribution in https://github.com/lancedb/lancedb/pull/543

**Full Changelog**: https://github.com/lancedb/lancedb/compare/python-v0.3.0...python-v0.3.1

0.3.0

What's Changed
* [doc] make the tensor width differnt from height by litanlitudan in https://github.com/lancedb/lancedb/pull/533
* chore: upgrade lance to 0.8.1 by eddyxu in https://github.com/lancedb/lancedb/pull/536

New Contributors
* hynek made their first contribution in https://github.com/lancedb/lancedb/pull/508
* prrao87 made their first contribution in https://github.com/lancedb/lancedb/pull/531
* litanlitudan made their first contribution in https://github.com/lancedb/lancedb/pull/533

Lance core-format change

Bump lance format to 0.8.1 to have faster filtering, support pre-filtering, and fast vector index creation time

0.2.6

What's Changed
* chore: upgrade lance to 0.7.4 by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/491
* fix: increase S3 timeouts by wjones127 in https://github.com/lancedb/lancedb/pull/494
* multi-modal embedding-function by changhiskhan in https://github.com/lancedb/lancedb/pull/484
* add health check to wait for all service ready before next step by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/501
* refactor connection string processing by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/500
* ci: fix docs build by changhiskhan in https://github.com/lancedb/lancedb/pull/496
* feat: add lancedb.__version__ by changhiskhan in https://github.com/lancedb/lancedb/pull/504
* feat: improve pydantic 1.x compat by changhiskhan in https://github.com/lancedb/lancedb/pull/503
* fix: upgrade lance to 0.7.5 and add tests for searching empty dataset by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/505


**Full Changelog**: https://github.com/lancedb/lancedb/compare/v0.2.5...v0.2.6

python-v0.2.5
LanceDB python now comes with support for openclip to generate text-to-image embeddings.
You'll need to install `torch`, `pillow`, and `open-clip` packages, or `pip install lancedb[clip]`.

We've updated to Lance v0.7.5 which contains some performance improvements.

Other QoL improvements:
* Added `lancedb.__version__`
* Improved backwards compat for pydantic 1.x
* Increased timeouts when reading data stored on S3

What's Changed
* fix: increase S3 timeouts by wjones127 in https://github.com/lancedb/lancedb/pull/494
* multi-modal embedding-function by changhiskhan in https://github.com/lancedb/lancedb/pull/484
* add health check to wait for all service ready before next step by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/501
* refactor connection string processing by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/500
* ci: fix docs build by changhiskhan in https://github.com/lancedb/lancedb/pull/496
* feat: add lancedb.__version__ by changhiskhan in https://github.com/lancedb/lancedb/pull/504
* feat: improve pydantic 1.x compat by changhiskhan in https://github.com/lancedb/lancedb/pull/503
* fix: upgrade lance to 0.7.5 and add tests for searching empty dataset by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/505


**Full Changelog**: https://github.com/lancedb/lancedb/compare/python-v0.2.4...python-v0.2.5

python-v0.2.4
What's Changed
* chore: make crate more discoverable by wjones127 in https://github.com/lancedb/lancedb/pull/443
* [python] Temporary update feature by changhiskhan in https://github.com/lancedb/lancedb/pull/457
* [Docs] Small typo fixes by AyushExel in https://github.com/lancedb/lancedb/pull/460
* [python] Use pydantic for embedding function persistence by changhiskhan in https://github.com/lancedb/lancedb/pull/467
* Fix up docs by changhiskhan in https://github.com/lancedb/lancedb/pull/477
* [Rust] schema coerce and vector column inference by eddyxu in https://github.com/lancedb/lancedb/pull/476
* feat: upgrade lance to 0.7.3 by eddyxu in https://github.com/lancedb/lancedb/pull/481
* [Python]Fix record_batch_generator by AyushExel in https://github.com/lancedb/lancedb/pull/483
* [Python] Pydantic vector field with default value by eddyxu in https://github.com/lancedb/lancedb/pull/474
* progagate uri query string to lance; add aws integration tests by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/486
* chore: upgrade lance to 0.7.4 by chebbyChefNEQ in https://github.com/lancedb/lancedb/pull/491


**Full Changelog**: https://github.com/lancedb/lancedb/compare/python-v0.2.2...python-v0.2.4

Page 16 of 20

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.