Skip to content

Commit

Permalink
[r] Prep for TileDB-SOMA 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed Aug 5, 2024
1 parent edabcb6 commit 6d6b529
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apis/r/DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -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
<https://github.com/single-cell-data>; a formal specification available is at
<https://github.com/single-cell-data/SOMA/blob/main/abstract_specification.md>.
Version: 1.12.99.2
Version: 1.13.0
Authors@R: c(
person(given = "Aaron", family = "Wolen",
role = c("cre", "aut"), email = "aaron@tiledb.com",
Expand Down
29 changes: 28 additions & 1 deletion apis/r/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,37 @@
# Unreleased
# tiledbsoma 1.13.0

## 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
Expand Down

0 comments on commit 6d6b529

Please sign in to comment.