Skip to content

Commit a5cf163

Browse files
Update TileDB core 2.24.0 (#399)
Update TileDB version: - Core: `2.24.0` - TileDB-PY: `0.30.0`
1 parent 6bb3ce1 commit a5cf163

17 files changed

+6
-21
lines changed

apis/python/requirements-py.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
numpy==1.24.3
22
tiledb-cloud==0.10.24
3-
tiledb==0.29.0
3+
tiledb==0.30.0
44
scikit-learn==1.3.2

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ classifiers = [
1919

2020
dependencies = [
2121
"tiledb-cloud>=0.11",
22-
"tiledb>=0.29.0",
22+
"tiledb>=0.30.0",
2323
"typing-extensions", # for tiledb-cloud indirect, x-ref https://github.com/TileDB-Inc/TileDB-Cloud-Py/pull/428
2424
"scikit-learn",
2525
]

src/cmake/Modules/FindTileDB_EP.cmake

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@ else()
5454
# Try to download prebuilt artifacts unless the user specifies to build from source
5555
if(DOWNLOAD_TILEDB_PREBUILT)
5656
fetch_prebuilt_tiledb(
57-
VERSION 2.23.0
58-
RELLIST_HASH SHA256=2221b0ee2af2675d69f9cb31bc22062d3f379eeecc83b5fc713d00fa03d6e56f
57+
VERSION 2.24.0
58+
RELLIST_HASH SHA256=e5aa7e6d747bb956730e438d0b29c90096226d4a553c26c5cb9161680f1d489c
5959
)
6060
else() # Build from source
6161
fetch_source_tiledb(
62-
VERSION 2.23.0
63-
RELLIST_HASH SHA256=2221b0ee2af2675d69f9cb31bc22062d3f379eeecc83b5fc713d00fa03d6e56f
62+
VERSION 2.24.0
63+
RELLIST_HASH SHA256=e5aa7e6d747bb956730e438d0b29c90096226d4a553c26c5cb9161680f1d489c
6464
)
6565
endif()
6666

src/include/api/ivf_flat_index.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
#include "api_defs.h"
4444
#include "index/ivf_flat_group.h"
4545
#include "index/ivf_flat_index.h"
46-
#include "tiledb/group_experimental.h"
4746

4847
/*******************************************************************************
4948
* IndexIVFFlat

src/include/api/ivf_pq_index.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@
4343
#include "api_defs.h"
4444
#include "index/index_defs.h"
4545
#include "index/ivf_pq_index.h"
46-
#include "tiledb/group_experimental.h"
4746

4847
/*******************************************************************************
4948
* IndexIVFPQ

src/include/api/vamana_index.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
#include "api/feature_vector_array.h"
4343
#include "api_defs.h"
4444
#include "index/vamana_index.h"
45-
#include "tiledb/group_experimental.h"
4645

4746
/*******************************************************************************
4847
* IndexVamana

src/include/detail/linalg/tdb_helpers.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
#include <tiledb/tiledb>
3939
#include "detail/time/temporal_policy.h"
4040
#include "stats.h"
41-
#include "tiledb/group_experimental.h"
4241

4342
namespace tiledb_helpers {
4443

src/include/index/flat_pq_index.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@
4848
#include "detail/linalg/tdb_io.h"
4949
#include "test/utils/array_defs.h"
5050

51-
#include <tiledb/group_experimental.h>
5251
#include <tiledb/tiledb>
5352

5453
/**

src/include/index/index_group.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@
4444
#include <unordered_set>
4545
#include <vector>
4646

47-
#include <tiledb/group_experimental.h>
4847
#include <tiledb/tiledb>
4948

5049
#include "detail/linalg/tdb_io.h"

src/include/index/index_metadata.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
#ifndef TILEDB_INDEX_METADATA_H
5151
#define TILEDB_INDEX_METADATA_H
5252

53-
#include <tiledb/group_experimental.h>
5453
#include <tiledb/tiledb>
5554

5655
#include "index/index_defs.h"

0 commit comments

Comments
 (0)