Skip to content

Commit

Permalink
[r] Backport resume-mode for R to the release-1.10 branch, and R 1.…
Browse files Browse the repository at this point in the history
…10.2 (#2490)

* Backport resume-mode for R to the `release-1.10` branch

* apis/r/NEWS.md

---------

Co-authored-by: Paul Hoffman <[email protected]>
  • Loading branch information
johnkerl and mojaveazure authored Apr 29, 2024
1 parent d6a2b39 commit b1f7fd5
Show file tree
Hide file tree
Showing 29 changed files with 2,063 additions and 389 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.10.1
Version: 1.10.2
Authors@R: c(
person(given = "Aaron", family = "Wolen",
role = c("cre", "aut"), email = "[email protected]",
Expand Down
2 changes: 2 additions & 0 deletions apis/r/NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

S3method("[[",MappingBase)
S3method("[[<-",MappingBase)
S3method(.read_soma_joinids,SOMADataFrame)
S3method(.read_soma_joinids,SOMASparseNDArray)
S3method(as.list,CoordsStrider)
S3method(as.list,MappingBase)
S3method(iterators::nextElem,CoordsStrider)
Expand Down
5 changes: 5 additions & 0 deletions apis/r/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 1.10.2

* Port resume-ingest mode from Python to R

# 1.10.1

* This release contains a single Python-only bug fix
Expand All @@ -11,6 +15,7 @@
* 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.7.0

Expand Down
Loading

0 comments on commit b1f7fd5

Please sign in to comment.