Skip to content

Releases: lancedb/lance

v0.4.21 Allow users to provide IVF centroids during indexing

13 Jun 18:48
Compare
Choose a tag to compare

What's Changed

  • [Rust] Use lance local object store by @eddyxu in #959
  • [Rust] Allow to provide pre-existing IVF_PQ centroids during index creation by @eddyxu in #963
  • remove deletion_vector method and handle Result from reading deletion file properly by @chebbyChefNEQ in #965
  • [Python] Pass IVF centroids via create_index API by @eddyxu in #970
  • implement deletion vector handling in index scan by @chebbyChefNEQ in #958

Full Changelog: v0.4.20...v0.4.21

v0.4.20 Cast and timestamp literals in filters

08 Jun 23:01
e6ceb3f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.19...v0.4.20

v0.4.19: new merge() function

06 Jun 19:58
5970d45
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.18...v0.4.19

v0.4.18 Release

01 Jun 22:34
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.17...v0.4.18

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