Skip to content

Commit

Permalink
[r] Prep for 1.11.0 (#2553)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnkerl committed May 13, 2024
1 parent 07a32c3 commit a955277
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apis/r/DESCRIPTION
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.10.99.6
Version: 1.11.0
Authors@R: c(
person(given = "Aaron", family = "Wolen",
role = c("cre", "aut"), email = "aaron@tiledb.com",
Expand Down
63 changes: 62 additions & 1 deletion apis/r/NEWS.md
@@ -1,4 +1,4 @@
# Develop
# tiledbsoma 1.11.0

## Changes

Expand All @@ -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
Expand Down

0 comments on commit a955277

Please sign in to comment.