From f23e82846f0e5a70b8e1e6bac0bcaf7f99e12377 Mon Sep 17 00:00:00 2001 From: ChuanXu1 Date: Fri, 26 May 2023 16:28:35 +0100 Subject: [PATCH] Fix spmatrix import and update changelog for new patch --- CHANGELOG.md | 2 ++ celltypist/__init__.py | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2df5f85..5170158 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Changelog ********************************* +## CellTypist 1.5.1 (May 26, 2023) +Fix error in not importing spmatrix in pct ## CellTypist 1.5.0 (May 16, 2023) A more mature release before the formal CellTypist v2 ## CellTypist 1.4.0 (May 2, 2023) diff --git a/celltypist/__init__.py b/celltypist/__init__.py index 7f35d19..7dd118d 100644 --- a/celltypist/__init__.py +++ b/celltypist/__init__.py @@ -8,4 +8,4 @@ from .contro.integrate import integrate from .contro.plot import treeplot, sankeyplot -__version__ = "1.5.0" +__version__ = "1.5.1"