Skip to content

Commit

Permalink
[r] tiledbsoma-r 1.6.0 (#1943)
Browse files Browse the repository at this point in the history
* [r] tiledbsoma-r 1.6.0

* Fix versions in news headers

* try @nguyenv's #1953

* rerun CI

* debug try 3

---------

Co-authored-by: Aaron Wolen <[email protected]>
  • Loading branch information
johnkerl and aaronwolen authored Dec 6, 2023
1 parent fbcda89 commit 6ce5770
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-ci-single.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
build:
runs-on: ${{ inputs.os }}
steps:

- name: Show matrix OS
run: echo "inputs.os:" ${{ inputs.os }}

Expand All @@ -71,6 +72,7 @@ jobs:
- name: MacOS CPU info
if: ${{ inputs.os == 'macos-12' }}
run: sysctl -a | grep cpu

- name: Select XCode version
if: inputs.is_mac
uses: maxim-lobanov/setup-xcode@v1
Expand Down
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.5.1.1
Version: 1.6.0
Authors@R: c(
person(given = "Aaron", family = "Wolen",
role = c("cre", "aut"), email = "[email protected]",
Expand Down
4 changes: 2 additions & 2 deletions apis/r/NEWS.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# tiledbsoma (development version)
# tiledbsoma 1.6.0

## Fixes

* `SOMADataFrame`, `SOMASparseNDArray`, and `SOMADenseNDArray`'s `write()` method now correctly leaves the array open in write mode

# tiledbsoma 1.5.1
# tiledbsoma 1.5.0

## Changes

Expand Down

0 comments on commit 6ce5770

Please sign in to comment.