From bfb85d33634b474b7e67231a595feab06683ab5b Mon Sep 17 00:00:00 2001 From: John Kerl Date: Mon, 5 Aug 2024 19:01:27 -0400 Subject: [PATCH] [r] Undo unintentional commit to `release-1.13` --- apis/r/DESCRIPTION | 2 +- apis/r/NEWS.md | 29 +---------------------------- 2 files changed, 2 insertions(+), 29 deletions(-) diff --git a/apis/r/DESCRIPTION b/apis/r/DESCRIPTION index 165f1cb21f..c49b1f1e82 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.13.0 +Version: 1.12.99.2 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 35e41904ee..27b3146a4a 100644 --- a/apis/r/NEWS.md +++ b/apis/r/NEWS.md @@ -1,37 +1,10 @@ -# tiledbsoma 1.13.0 +# Unreleased ## Changes -* Updates the TileDB Core dependency to 2.25.0 -* The `used_shape` function is deprecated; `shape` mods are [upcoming](https://github.com/single-cell-data/TileDB-SOMA/issues/2407) in TileDB-SOMA 1.14 * Change `$reopen(mode = )` default to not flip modes; require explicit `mode` parameter to be passed * Add `drop_levels` to `SOMAExperimentAxisQuery` -> ecosystem outgestors to drop unused factor levels -# tiledbsoma 1.12.3 - -## Changes - -* Updates the TileDB Core dependency to 2.24.2 - -# tiledbsoma 1.12.2 - -## Changes - -* No R changes; only an update for Python - -# tiledbsoma 1.12.1 - -## Changes - -* Updates to TileDB Core 2.24.1 - -# tiledbsoma 1.12.0 - -## Changes - -* Updates to TileDB Core 2.24 and TileDB-R 0.28 -* Connect re-indexer to blockwise iterator to return re-indexed tables and matrices - # tiledbsoma 1.11.4 ## Changes