lance

Modern columnar data format for ML and LLMs implemented in Rust. Convert from parquet in 2 lines of code for 100x faster random access, vector index, and data versioning. Compatible with Pandas, DuckDB, Polars, Pyarrow, with more integrations coming..

APACHE-2.0 License

Downloads
814.7K
Stars
3.8K

Bot releases are visible (Hide)

lance - v0.5.9: minor fix for S3 to support minio

Published by wjones127 about 1 year ago

What's Changed

Full Changelog: https://github.com/lancedb/lance/compare/v0.5.8...v0.5.9

lance - v0.5.8 Bug fix and document improvement

Published by eddyxu over 1 year ago

What's Changed

Full Changelog: https://github.com/lancedb/lance/compare/v0.5.7...v0.5.8

lance - v0.5.7 Initial Bfloat16 support

Published by eddyxu over 1 year ago

Highlight

  • Lance adds initial bfloat16 support for Machine Learning workloads!

https://lancedb.github.io/lance/arrays.html

What's Changed

Full Changelog: https://github.com/lancedb/lance/compare/v0.5.6...v0.5.7

lance - v0.5.6: Improved Windows build process, fix warnings and docs

Published by gsilvestrin over 1 year ago

What's Changed

Full Changelog: https://github.com/lancedb/lance/compare/v0.5.5...v0.5.6

lance - v0.5.5: Fix ARM wheel build, allow custom AWS credentials when writing dataset

Published by chebbyChefNEQ over 1 year ago

What's Changed

Full Changelog: https://github.com/lancedb/lance/compare/v0.5.4...v0.5.5

lance - v0.5.4: Contribution guide, ARM Linux build, and other improvments

Published by chebbyChefNEQ over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/lancedb/lance/compare/v0.5.3...v0.5.4

lance - v0.5.3 Create empty table, Support writing iterator of RecordBatch

Published by eddyxu over 1 year ago

What's Changed

Full Changelog: https://github.com/lancedb/lance/compare/v0.5.2...v0.5.3

What's Changed

New Contributors

Full Changelog: https://github.com/lancedb/lance/compare/v0.5.1...v0.5.2

lance - v0.5.1: Add object store construction params

Published by chebbyChefNEQ over 1 year ago

What's Changed

Full Changelog: https://github.com/lancedb/lance/compare/v0.5.0...v0.5.1

lance - v0.5.0: Deletion and performance improvements

Published by wjones127 over 1 year ago

What's Changed

New features

Bugfixes

Performance Improvments

Other

New Contributors

Full Changelog: https://github.com/lancedb/lance/compare/v0.4.21...v0.5.0

lance - v0.4.21 Allow users to provide IVF centroids during indexing

Published by eddyxu over 1 year ago

What's Changed

Full Changelog: https://github.com/lancedb/lance/compare/v0.4.20...v0.4.21

lance - v0.4.20 Cast and timestamp literals in filters

Published by wjones127 over 1 year ago

What's Changed

Full Changelog: https://github.com/lancedb/lance/compare/v0.4.19...v0.4.20

lance - v0.4.19: new merge() function

Published by wjones127 over 1 year ago

What's Changed

Full Changelog: https://github.com/lancedb/lance/compare/v0.4.18...v0.4.19

lance - v0.4.18 Release

Published by eddyxu over 1 year ago

What's Changed

Full Changelog: https://github.com/lancedb/lance/compare/v0.4.17...v0.4.18

lance - v0.4.17 Release

Published by eddyxu over 1 year ago

What's Changed

Full Changelog: https://github.com/lancedb/lance/compare/v0.4.16...v0.4.17

lance - v0.4.16 Regex support in filter expression

Published by eddyxu over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/lancedb/lance/compare/v0.4.15...v0.4.16

lance - v0.4.15 Smaller footprint and docs improvements

Published by changhiskhan over 1 year ago

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: https://github.com/lancedb/lance/compare/v0.4.14...v0.4.15

lance - v0.4.14

Published by wjones127 over 1 year ago

What's Changed

New features:

Bug fixes:

Internal changes:

Full Changelog: https://github.com/eto-ai/lance/compare/v0.4.13...v0.4.14

lance - v0.4.13 More concurrent scans

Published by wjones127 over 1 year ago

What's Changed

Full Changelog: https://github.com/eto-ai/lance/compare/v0.4.12...v0.4.13

lance - v0.4.12 Expose Scanner from_fragments

Published by wjones127 over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/eto-ai/lance/compare/v0.4.11...v0.4.12