From 448601a67061ab4c2e63af5d6f98a165f88df536 Mon Sep 17 00:00:00 2001 From: John Kerl Date: Fri, 5 Apr 2024 12:00:09 -0400 Subject: [PATCH] [r] TileDB-SOMA-R 1.9.4 (#2399) * [r] TileDB-SOMA-R 1.9.4 * code-review feedback --- apis/r/DESCRIPTION | 2 +- apis/r/NEWS.md | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/apis/r/DESCRIPTION b/apis/r/DESCRIPTION index 723b68dae3..ff5a6adb46 100644 --- a/apis/r/DESCRIPTION +++ b/apis/r/DESCRIPTION @@ -6,7 +6,7 @@ Description: Interface for working with 'TileDB'-based Stack of Matrices, like those commonly used for single cell data analysis. It is documented at ; a formal specification available is at . -Version: 1.9.3.1 +Version: 1.9.4 Authors@R: c( person(given = "Aaron", family = "Wolen", role = c("cre", "aut"), email = "aaron@tiledb.com", diff --git a/apis/r/NEWS.md b/apis/r/NEWS.md index a0b741bce8..07a77e3a5e 100644 --- a/apis/r/NEWS.md +++ b/apis/r/NEWS.md @@ -1,3 +1,8 @@ +# 1.9.4 + +* This release contains an in-progress blockwise iterator, work on which will be completed in a subsequent release. +* Reverted nanoarrow use to vendored versions and refactored the use throughout R and adjusted the build steps accordingly. + # 1.9.3 * This release contains a single Python-only performance improvment