From c6dae297de4938271bfc5a51c38a1d8987be9df0 Mon Sep 17 00:00:00 2001 From: Jayaram Kancherla Date: Thu, 3 Oct 2024 11:12:32 -0700 Subject: [PATCH] update CHANGELOG --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e888c8..5524118 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog -## Version 0.4.2 - 0.4.7 +## Version 0.4.7 + +- Fix package version issues to support Python<=3.9. Mostly related to how anndata dependencies are versioned in the MuData package discussed [here](https://github.com/scverse/mudata/issues/82). +- The package now enforces the versions of mudata, anndata and numpy that are compatible with each other. + +## Version 0.4.2 - 0.4.6 - Fix issue coercing `SummarizedExperiments` to `AnnData` objects and vice-versa. - Handling coercions when matrices are delayed arrays or backed (for `AnnData`).