Skip to content

Commit b2b6c52

Browse files
authored
Update R description version for 2.1.0 release (#4292)
* Update R description version for release * Remove unreleased sections
1 parent 8af2249 commit b2b6c52

3 files changed

Lines changed: 1 addition & 29 deletions

File tree

apis/python/HISTORY.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,6 @@ All notable changes to the Python TileDB-SOMA project will be documented in this
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
66

7-
## [Unreleased]
8-
9-
### Added
10-
11-
### Changed
12-
13-
### Deprecated
14-
15-
### Removed
16-
17-
### Fixed
18-
19-
### Security
20-
217
## [Release 2.1.0]
228

239
This release adds warnings for new deprecations in the allowed values for `shape` and `domain` in `create` methods and updates the TileDB core version to 2.29.1.

apis/r/DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Description: Interface for working with 'TileDB'-based Stack of Matrices,
66
like those commonly used for single cell data analysis. It is documented at
77
<https://github.com/single-cell-data>; a formal specification available is at
88
<https://github.com/single-cell-data/SOMA/blob/main/abstract_specification.md>.
9-
Version: 2.1.99
9+
Version: 2.1.0
1010
Authors@R: c(
1111
person(given = "Paul", family = "Hoffman",
1212
role = c("cre", "aut"), email = "tiledb-r@tiledb.com",

apis/r/NEWS.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,3 @@
1-
# Unreleased
2-
3-
## Added
4-
5-
## Changed
6-
7-
## Deprecated
8-
9-
## Removed
10-
11-
## Fixed
12-
13-
## Security
14-
151
# tiledbsoma 2.1.0
162

173
This release adds support for ingestion of BPCells-backed `Seurat` objects in `write_soma()`, adds warnings for new deprecations, and updates the TileDB core version to 2.29.1.

0 commit comments

Comments
 (0)