From f144ab892fea6215763c564e208b4b6a298e6140 Mon Sep 17 00:00:00 2001 From: Starlitnightly Date: Mon, 16 Dec 2024 16:46:43 +0800 Subject: [PATCH] removed pytest of python3.8 --- .github/workflows/python-package.yml | 2 +- omicverse_guide/docs/Release_notes.md | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 7587f95c..e460e991 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.8", "3.9"] + python-version: ["3.9","3.10"] steps: - uses: actions/checkout@v3 diff --git a/omicverse_guide/docs/Release_notes.md b/omicverse_guide/docs/Release_notes.md index 56602b6a..7b464d5d 100644 --- a/omicverse_guide/docs/Release_notes.md +++ b/omicverse_guide/docs/Release_notes.md @@ -516,8 +516,10 @@ Support Raw Windows platform - Added `MultiMap` module to integrate multi species - Added `CellVote` to vote the best cells +- Added `CellANOVA` to integrate samples and correct the batch effect ### Space Module - Added `ov.space.cluster` to identify the spatial domain -- Added `Binary` for spatial cluster \ No newline at end of file +- Added `Binary` for spatial cluster +- Added `Spateo` to calculate the SVG \ No newline at end of file