Skip to content

Commit

Permalink
removed pytest of python3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Starlitnightly committed Dec 16, 2024
1 parent e0a8eec commit f144ab8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion omicverse_guide/docs/Release_notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
- Added `Binary` for spatial cluster
- Added `Spateo` to calculate the SVG

0 comments on commit f144ab8

Please sign in to comment.