Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__commits/__1765403507009_1765403507009_1f6b8e9be7cb70f89e3dcd88d234365c_22.wrt
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__commits/__1765403507009_1765403507009_52d982c25003650bb76a21d84afbe866_22.wrt
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__commits/__1765403507112_1765403507112_26517ff1f58502d796509e6289045c1d_22.wrt
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__commits/__1765403507112_1765403507112_51ad0a7bedda71bafa189b239a4c6207_22.wrt
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__commits/__1765403507177_1765403507177_7c2b7992939dba22243baed785926f41_22.wrt
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__commits/__1765403507177_1765403507177_7e5686c44c7684808e6bfa43030c1d61_22.wrt
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__commits/__1765403508379_1765403508379_142415cc71416f765a2b9995ea40347c_22.wrt
Binary file not shown.
Binary file not shown.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
__commits/__1765403508379_1765403508379_349a3269da5a51d06ebbd82e5c58b0e4_22.wrt
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Empty file.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ classifiers = [
# These are the runtime depdendencies.
dependencies = [
"tiledb-cloud>=0.11",
"tiledb>=0.35.1",
"tiledb>=0.36.0",
"typing-extensions", # for tiledb-cloud indirect, x-ref https://github.com/TileDB-Inc/TileDB-Cloud-Py/pull/428
"scikit-learn",
"numpy>=1.25.0",
Expand Down
8 changes: 4 additions & 4 deletions src/cmake/Modules/FindTileDB_EP.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ else()
# - Copy the release hash from the `releases.csv.sha256` file in the release.
if(DOWNLOAD_TILEDB_PREBUILT)
fetch_prebuilt_tiledb(
VERSION 2.29.1
RELLIST_HASH SHA256=fb78a3e36570b4b4ca603a1752979de36ab1fe0904bc1ec5236c03ab2b34c8c1
VERSION 2.30.0
RELLIST_HASH SHA256=39277332a23ab6158b20b6e080468b0128f8dfafbc2e727be3313b1b3deccf6b
)
else() # Build from source
fetch_source_tiledb(
VERSION 2.29.1
RELLIST_HASH SHA256=fb78a3e36570b4b4ca603a1752979de36ab1fe0904bc1ec5236c03ab2b34c8c1
VERSION 2.30.0
RELLIST_HASH SHA256=39277332a23ab6158b20b6e080468b0128f8dfafbc2e727be3313b1b3deccf6b
)
endif()

Expand Down
10 changes: 10 additions & 0 deletions src/include/test/unit_backwards_compatibility.cc
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,16 @@ TEST_CASE("test_query_old_indices", "[backwards_compatibility]") {
continue;
}

// Skip pre-0.16.0 versions on Windows due to blosc1/blosc2
// incompatibility. TileDB 2.30.0+ uses blosc2, but older test data was
// compressed with blosc1. blosc2 has a Windows-specific bug when
// decompressing blosc1 data.
#ifdef _WIN32
if (index_uri.find("0.16.0") == std::string::npos) {
continue;
}
#endif

auto read_group = tiledb::Group(ctx, index_uri, TILEDB_READ, cfg);
std::vector<float> expected_distances(query_indices.size(), 0.0);
if (index_uri.find("ivf_flat") != std::string::npos) {
Expand Down
Loading