From 4b3241f3d471264ec18082be8d5e04b45ac8b68b Mon Sep 17 00:00:00 2001 From: Daniel McDonald Date: Tue, 7 May 2024 23:55:46 -0700 Subject: [PATCH] DOC: mention of expansion to Table.partition --- ChangeLog.md | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog.md b/ChangeLog.md index 61e5d063..f3aacec9 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -6,6 +6,7 @@ biom 2.1.15-dev New features: +* Expand API for `Table.partition` to allow for passing `dict` mappings from ids to groups and vice versa, remove of empty vectors, and ignoring `None` partitions. See issue [#937](https://github.com/biocore/biom-format/issues/937) * NumPy 2.0 support, see issue [#956](https://github.com/biocore/biom-format/issues/956) * The optimized subsample without replacement method is now exposed as `biom.subsample`. Note that this method operates inplace on SciPy `csr_matrix` and `csc_matrix` objects. See issue [#958](https://github.com/biocore/biom-format/issues/958)