From d20b7d27336d661907b9202d6d84eb403829f6b1 Mon Sep 17 00:00:00 2001 From: Erick Armingol Date: Tue, 21 Mar 2023 19:47:38 -0700 Subject: [PATCH] v0.6.7 --- release/0.6.7-notes.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/release/0.6.7-notes.md b/release/0.6.7-notes.md index 8377036..df05c15 100644 --- a/release/0.6.7-notes.md +++ b/release/0.6.7-notes.md @@ -1,6 +1,8 @@ # Release Notes - cell2cell v0.6.7 ## New features +- Direct access to `interaction_elements` attribute from `cell2cell.analysis.cell2cell_pipelines.SingleCellInteractions` +and `cell2cell.analysis.cell2cell_pipelines.BulkInteractions` ## Feature updates - Removed tqdm for jupyter notebooks.