From a9552771261bd3090590a1ddf27bf9ae04b585fb Mon Sep 17 00:00:00 2001 From: John Kerl Date: Mon, 13 May 2024 14:53:47 -0400 Subject: [PATCH] [r] Prep for 1.11.0 (#2553) --- apis/r/DESCRIPTION | 2 +- apis/r/NEWS.md | 63 +++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 63 insertions(+), 2 deletions(-) diff --git a/apis/r/DESCRIPTION b/apis/r/DESCRIPTION index ccc69a73e8..c938d30224 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.10.99.6 +Version: 1.11.0 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 5d430e9af4..af83643c13 100644 --- a/apis/r/NEWS.md +++ b/apis/r/NEWS.md @@ -1,4 +1,4 @@ -# Develop +# tiledbsoma 1.11.0 ## Changes @@ -13,6 +13,67 @@ * Have `SOMADataFrame$shape()` throw a not-yet-implemented error * Disable running `SeuratObject::.CalcN()` when outgesting from SOMA to `Seurat` +# 1.10.2 + +* Port resume-ingest mode from Python to R + +# 1.10.1 + +* This release contains a single Python-only bug fix + +# 1.10.0 + +## Changes + +* Add support for ingestion of `SeuratCommand` logs +* Add support for outgestion of `SeuratCommand` logs +* Add support for reading `*m` and `*p` layers from `SOMAExperimentAxisQuery` +* Add support for blockwise iteration +* Make `reopen()` a public method for all `TileDBObjects` +* Add support for resume-mode in `write_soma()` + +# 1.9.5 + +* This release contains a single Python-only bug fix + +# 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 improvement + +# 1.9.2 + +* This release contains a single Python-only modification for an API backward-compatibility update + +# 1.9.1 + +* This release contains a single Python-only modification for its build process + +# 1.9.0 + +## Changes + +* Add support for ingestion of `SeuratCommand` logs +* Add support for outgestion of `SeuratCommand` logs +* Add support for reading `*m` and `*p` layers from `SOMAExperimentAxisQuery` + +# 1.8.1 + +## Changes + +* This is a release with Python changes only + +# 1.8.0 + +## Changes + +* Add support for ingestion of `SeuratCommand` logs +* Add support for outgestion of `SeuratCommand` logs + # 1.7.0 ## Changes