Skip to content

Commit

Permalink
Merge release candidate v2.2.2 (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
mj-jimenez authored Sep 17, 2024
1 parent 3e7ae59 commit 0dd4a44
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/conda_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
include:
- os: ubuntu-latest
label: linux-64
prefix: /usr/share/miniconda3/envs/bc_builds
prefix: /home/runner/miniconda3/envs/bc_builds

- os: macos-13
label: osx-64
Expand Down Expand Up @@ -71,11 +71,11 @@ jobs:
- name: Archive beyondcell package for GNU/Linux
uses: actions/upload-artifact@v3
with:
name: Linux_r-beyondcell-v2.2.1
path: /usr/share/miniconda3/envs/bc_builds/conda-bld/linux-64/r-beyondcell-2.2.1-r43_0.tar.bz2
name: Linux_r-beyondcell-v2.2.2
path: /home/runner/miniconda3/envs/bc_builds/conda-bld/linux-64/r-beyondcell-2.2.2-r43_0.tar.bz2

- name: Archive beyondcell package for macOS
uses: actions/upload-artifact@v3
with:
name: macOS_r-beyondcell-v2.2.1
path: /Users/runner/miniconda3/envs/bc_builds/conda-bld/osx-64/r-beyondcell-2.2.1-r43_0.tar.bz2
name: macOS_r-beyondcell-v2.2.2
path: /Users/runner/miniconda3/envs/bc_builds/conda-bld/osx-64/r-beyondcell-2.2.2-r43_0.tar.bz2
2 changes: 1 addition & 1 deletion .github/workflows/r-beyondcell/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = '2.2.1' %}
{% set version = '2.2.2' %}
{% set name = "beyondcell" %}
{% set posix = 'm2-' if win else '' %}
{% set native = 'm2w64-' if win else '' %}
Expand Down
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# [2.2.2] - 2024-09-13
* **Added** `immunotherapy` `geneset` to compute BCS of immunotherapy-related signatures.

# [2.2.1] - 2024-02-20
* **Fixed** dependency errors. Beyondcell requires `Seurat` >=4.0.0,<5.0.0 and `Matrix` ==1.6_1.1. Related to issue [#151](https://github.com/cnio-bu/beyondcell/issues/151).
* **Fixed** dependency errors. Beyondcell requires `Seurat` >=4.0.0,<5.0.0 and `Matrix` ==1.6_1.1. Related to issue [rgb(17, 85, 17)](https://github.com/cnio-bu/beyondcell/issues/151).
* **Added** Spatial Transcriptomics tutorial example.

# [2.2.0] - 2023-07-06
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Type: Package
Package: beyondcell
Title: A Tool for the Analysis of Tumour Therapeutic Heterogeneity in
single-cell RNA-seq and Spatial Transcriptomics
Version: 2.2.1
Version: 2.2.2
Authors@R: c(
person("Maria Jose", "Jimenez-Santos", , "[email protected]", role = c("aut", "cre")),
person("Santiago", "Garcia-Martin", , "[email protected]", role = "aut"),
Expand Down

0 comments on commit 0dd4a44

Please sign in to comment.