Skip to content

Commit 268cc77

Browse files
authored
Merge pull request #287 from TileDB-Inc/sa/release-0.25.0
Sa/release 0.25.0
2 parents e3ac9a6 + 3027338 commit 268cc77

File tree

6 files changed

+11
-5
lines changed

6 files changed

+11
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
set -e -x
2-
curl --location -o tiledb.tar.gz https://github.com/TileDB-Inc/TileDB/releases/download/2.18.4/tiledb-linux-x86_64-2.18.4-3531ce7.tar.gz \
2+
curl --location -o tiledb.tar.gz https://github.com/TileDB-Inc/TileDB/releases/download/2.19.1/tiledb-linux-x86_64-2.19.1-29ceb3e7.tar.gz \
33
&& sudo tar -C /usr/local -xf tiledb.tar.gz
44
sudo ldconfig /usr/local/lib

.github/scripts/install_tiledb_linux_debug.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
set -e -x
2-
git clone https://github.com/TileDB-Inc/TileDB.git -b 2.18.4
2+
git clone https://github.com/TileDB-Inc/TileDB.git -b 2.19.1
33
cd TileDB
44
mkdir build && cd build
55
cmake -DTILEDB_WERROR=OFF -DTILEDB_VCPKG=ON -DSANITIZER=leak -DTILEDB_VERBOSE=OFF -DTILEDB_S3=ON -DTILEDB_SERIALIZATION=ON -DCMAKE_BUILD_TYPE=Debug -DCMAKE_INSTALL_PREFIX=/usr/local ..
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
set -e -x
2-
curl --location -o tiledb.tar.gz https://github.com/TileDB-Inc/TileDB/releases/download/2.18.4/tiledb-macos-x86_64-2.18.4-3531ce7.tar.gz \
2+
curl --location -o tiledb.tar.gz https://github.com/TileDB-Inc/TileDB/releases/download/2.19.1/tiledb-macos-x86_64-2.19.1-29ceb3e7.tar.gz \
33
&& sudo tar -C /usr/local -xf tiledb.tar.gz

.github/scripts/install_tiledb_source_linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
set -e -x
2-
git clone https://github.com/TileDB-Inc/TileDB.git -b 2.18.4
2+
git clone https://github.com/TileDB-Inc/TileDB.git -b 2.19.1
33
cd TileDB
44
mkdir build && cd build
55
cmake -DTILEDB_WERROR=OFF -DTILEDB_VCPKG=ON -DTILEDB_VERBOSE=OFF -DTILEDB_S3=ON -DTILEDB_SERIALIZATION=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr/local ..

.github/scripts/install_tiledb_source_macos.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
set -e -x
2-
git clone https://github.com/TileDB-Inc/TileDB.git -b 2.18.4
2+
git clone https://github.com/TileDB-Inc/TileDB.git -b 2.19.1
33
cd TileDB
44
mkdir build && cd build
55
cmake -DTILEDB_WERROR=OFF -DTILEDB_VCPKG=ON -DTILEDB_VERBOSE=OFF -DTILEDB_S3=ON -DTILEDB_SERIALIZATION=ON -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr/local ..

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ as such the below table reference which versions are compatible.
8080
| 0.22.0 | 2.16.X |
8181
| 0.23.0 | 2.17.X |
8282
| 0.24.0 | 2.18.X |
83+
| 0.25.0 | 2.19.X |
8384

8485

8586
## Missing Functionality
@@ -89,6 +90,11 @@ The following TileDB core library features are missing from the Go API:
8990
- TileDB generic object management
9091
- TileDB group creation
9192

93+
### 0.25.0
94+
95+
Release does not include bindings for consolidation plan `tiledb_consolidation_plan_create_with_mbr` and
96+
query plan `tiledb_query_get_plan`. These will be included in 0.26.0
97+
9298
## Deprecated Functionality
9399

94100
### 0.21.0

0 commit comments

Comments
 (0)