[Rust] Checkout a version of dataset. (#321)

* `Table::open()` from absolute path, and gives the responsibility of
organizing metadata out of Table object
* Fix Clippy warnings
* Add `Table::checkout(version)` API
This commit is contained in:
Lei Xu
2023-07-17 17:29:58 -07:00
committed by GitHub
parent 9748406cba
commit 23f5dddc7c
5 changed files with 119 additions and 86 deletions

View File

@@ -1,6 +1,6 @@
[project]
name = "lancedb"
version = "0.1.10"
version = "0.1.11"
dependencies = ["pylance~=0.5.8", "ratelimiter", "retry", "tqdm", "aiohttp", "pydantic>=2", "attr"]
description = "lancedb"
authors = [