From f5ae37900d15efc6cfc6a5dfb8a8a06f7a1ffadf Mon Sep 17 00:00:00 2001 From: Isaiah Norton Date: Sat, 28 Sep 2024 21:48:32 -0400 Subject: [PATCH 1/2] Update contact info * Update nightly notification * Update DESCRIPTION as per definitions in https://cran.r-project.org/doc/manuals/R-exts.html With gratitude. --- .github/workflows/nightly.yaml | 2 +- DESCRIPTION | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nightly.yaml b/.github/workflows/nightly.yaml index b2c3e14ced..f9e5980462 100644 --- a/.github/workflows/nightly.yaml +++ b/.github/workflows/nightly.yaml @@ -42,4 +42,4 @@ jobs: with: name: Nightly Dev Build label: bug,nightly - assignee: eddelbuettel + assignee: ihnorton diff --git a/DESCRIPTION b/DESCRIPTION index ba78185a02..97b96bed0e 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -2,8 +2,10 @@ Package: tiledb Type: Package Version: 0.30.1.2 Title: Modern Database Engine for Complex Data Based on Multi-Dimensional Arrays -Authors@R: c(person("TileDB, Inc.", role = c("aut", "cph")), - person("Dirk", "Eddelbuettel", email = "dirk@tiledb.com", role = "cre")) +Authors@R: c( + person("TileDB, Inc.", role = c("aut", "cph")), + person("Dirk", "Eddelbuettel", email = "dirk@tiledb.com", role = "aut"), + person("Isaiah", "Norton", email = "isaiah@tiledb.com", role = "cre")) Description: The modern database 'TileDB' introduces a powerful on-disk format for storing and accessing any complex data based on multi-dimensional arrays. It supports dense and sparse arrays, dataframes and key-values stores, From 63f2c682a6b7d6af7460e6d584bc578a88a1eb53 Mon Sep 17 00:00:00 2001 From: Isaiah Norton Date: Wed, 2 Oct 2024 08:00:56 -0400 Subject: [PATCH 2/2] Release 0.30.2 using TileDB Embedded 2.26.2 (#757) * Use 2.26.2 * Roll version to 0.30.2, update DESCRIPTION --- DESCRIPTION | 2 +- NEWS.md | 8 +++++--- tools/tiledbVersion.txt | 4 ++-- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 97b96bed0e..98cca43626 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: tiledb Type: Package -Version: 0.30.1.2 +Version: 0.30.2 Title: Modern Database Engine for Complex Data Based on Multi-Dimensional Arrays Authors@R: c( person("TileDB, Inc.", role = c("aut", "cph")), diff --git a/NEWS.md b/NEWS.md index 7aa9e6392d..4c564e981e 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,8 +1,10 @@ -# Unreleased +# tiledb 0.30.2 -* [#760](https://github.com/TileDB-Inc/TileDB-R/issues/758) Fix MacOS `rpath` +* This release of the R package builds against [TileDB 2.26.2](https://github.com/TileDB-Inc/TileDB/releases/tag/2.26.2), and has also been tested against earlier releases as well as the development version (#757) -* [#758](https://github.com/TileDB-Inc/TileDB-R/issues/758) Fix "Can't read domain for dimensions of type UINT16" +* Fix MacOS `rpath` ([#760](https://github.com/TileDB-Inc/TileDB-R/issues/758)) + +* Fix "Can't read domain for dimensions of type UINT16" ([#758](https://github.com/TileDB-Inc/TileDB-R/issues/758)) # tiledb 0.30.1 diff --git a/tools/tiledbVersion.txt b/tools/tiledbVersion.txt index d6e61cc4eb..f5b420d778 100644 --- a/tools/tiledbVersion.txt +++ b/tools/tiledbVersion.txt @@ -1,2 +1,2 @@ -version: 2.26.1 -sha: db1cee4 +version: 2.26.2 +sha: 30fc114