From ad219b349414f17ffc034cba0a755f1064679053 Mon Sep 17 00:00:00 2001 From: Dries Schaumont <5946712+DriesSchaumont@users.noreply.github.com> Date: Tue, 12 Nov 2024 13:29:20 +0100 Subject: [PATCH] Fix location of CHANGELOG entry from PR #823 (#896) --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c11a0218a98..3b35a549321 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -166,6 +166,8 @@ * Fix ingestion components not working when optional arguments are unset (PR #894). +* `transform/normalize_total` component: pass the `target_sum` argument to `sc.pp.normalize_total()` (PR #823). + ## DOCUMENTATION * Update authorship of components (PR #835). @@ -198,8 +200,6 @@ * `dataflow/concatenate_h5mu`: fix regression bug where observations are no longer linked to the correct metadata after concatenation (PR #807) -* `transform/normalize_total` component: pass the `target_sum` argument to `sc.pp.normalize_total()` (PR #823). - # openpipelines 1.0.0-rc5 ## BUG FIXES