Skip to content

Releases: lancedb/lance

v0.4.17 Release

31 May 00:35
Compare
Choose a tag to compare

What's Changed

  • feat: typecheck arrow objects before sending to Rust by @wjones127 in #914
  • Implementing more granular Errors using snafu. by @gsilvestrin in #913
  • Check an object store is on local file system by @eddyxu in #918

Full Changelog: v0.4.16...v0.4.17

v0.4.16 Regex support in filter expression

29 May 07:06
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.15...v0.4.16

v0.4.15 Smaller footprint and docs improvements

25 May 18:10
Compare
Choose a tag to compare

DuckDB was unnecessarily included as a required dependency, which increases the overall footprint by ~42mb. Removing it makes Lance easier to install in small containers with limited space or more stringent startup time needs.

What's Changed

Full Changelog: v0.4.14...v0.4.15

v0.4.14

22 May 23:39
e1cdcf5
Compare
Choose a tag to compare

What's Changed

New features:

  • feat: allow setting offset without limit by @wjones127 in #892
  • Customize index type in index creation benchmark by @eddyxu in #886
  • [Rust] Experimental: DiskANN search by @eddyxu in #798

Bug fixes:

Internal changes:

Full Changelog: v0.4.13...v0.4.14

v0.4.13 More concurrent scans

18 May 19:10
bae42ce
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.12...v0.4.13

v0.4.12 Expose Scanner from_fragments

15 May 20:07
841ee20
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.11...v0.4.12

v0.4.11 Expose fragment data files in python

15 May 00:58
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.10...v0.4.11

v0.4.10: It is all about performance

12 May 22:59
Compare
Choose a tag to compare

Welcome our newest contributor @LiWeiJie!

This release introduces several performance improvements, including index caching and customized prefetching.

What's Changed

New Contributors

Full Changelog: v0.4.9...v0.4.10

v0.4.9 Document improvement, and Distributed Fragments

11 May 05:08
Compare
Choose a tag to compare

What's Changed

  • [Doc] improvement on read related functionalities. by @eddyxu in #848
  • Expose schema in Fragment object by @eddyxu in #850
  • Pickle Fragment Metadata by @eddyxu in #851

Full Changelog: v0.4.8...v0.4.9

v0.4.8 Better support for nested fields and more supported predicates

10 May 07:19
Compare
Choose a tag to compare

Previously predicates on nested (and deeply nested) fields were not properly supported. This release adds support for filtering on struct sub-fields or deeply nested structs.

We also add support for more filter predicates and fixed a regression in NULL handling for string columns.

What's Changed

Full Changelog: v0.4.7...v0.4.8