From fdbf7ade66a2f8197e14b001466bbd6bde9d0635 Mon Sep 17 00:00:00 2001 From: Starlitnightly Date: Sat, 21 Dec 2024 06:07:14 +0800 Subject: [PATCH] Fixed `geneset_prepare` not being able to read gmt not split by `\t\t` (#235) (#238) --- omicverse_guide/docs/Release_notes.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/omicverse_guide/docs/Release_notes.md b/omicverse_guide/docs/Release_notes.md index 93604ef..d295c0f 100644 --- a/omicverse_guide/docs/Release_notes.md +++ b/omicverse_guide/docs/Release_notes.md @@ -523,4 +523,10 @@ Support Raw Windows platform - Added `ov.space.cluster` to identify the spatial domain - Added `Binary` for spatial cluster -- Added `Spateo` to calculate the SVG \ No newline at end of file +- Added `Spateo` to calculate the SVG + +## v 1.7.0 + +### Single Module +- Fixed `geneset_prepare` not being able to read gmt not split by `\t\t` (#235) (#238) +- Added `geneset_aucell_tmp`,`pathway_aucell_tmp`,`pathway_aucell_enrichment_tmp` to test the chunk_size (#238) \ No newline at end of file