From 466c870346650cc49f694e2c79fced5eba12a6b0 Mon Sep 17 00:00:00 2001 From: Lingxin Meng Date: Tue, 25 Nov 2025 17:13:53 +0000 Subject: [PATCH] update mqat 2.7.3 and add release notes --- docs/release-note.md | 6 ++++-- setting/requirements-pip.txt | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/release-note.md b/docs/release-note.md index 7ac8a00d3..405c09c92 100644 --- a/docs/release-note.md +++ b/docs/release-note.md @@ -6,9 +6,11 @@ ## [v2.7.1](https://gitlab.cern.ch/YARR/localdb-tools/-/tree/v2.7.1) -### Release: 04 Nov 2025 +### Release: 25 Nov 2025 -- update module-qc-analysis-tools to `v2.7.2` +- update module-qc-analysis-tools to `v2.7.3` +- add SENSOR_CLEAVAGE and SENSOR_SOFT_BREAKDOWN flags (!356) +- fix duplicated entries in userdb.componentType and userdb.QC.stages (!348) ### Release: diff --git a/setting/requirements-pip.txt b/setting/requirements-pip.txt index 0fe54f40f..dec7c2a16 100644 --- a/setting/requirements-pip.txt +++ b/setting/requirements-pip.txt @@ -15,7 +15,7 @@ itksn >= 0.4.2 json2html jsonschema matplotlib -module-qc-analysis-tools >= 2.7.2 +module-qc-analysis-tools == 2.7.3 module-qc-data-tools == 1.4.0 module-qc-database-tools == 2.9.0 numpy -- GitLab