From 32d98a6a6b516d4006f22e1125dd64e7927233e2 Mon Sep 17 00:00:00 2001 From: "Moritz E. Beber" Date: Sat, 8 Jun 2024 14:14:32 +0200 Subject: [PATCH] docs: prepare release notes for v0.7.0 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 27db988..e1a5224 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.7.0] - (2024-06-08) + +### Changed + +- Changed issues detected with compositionality constraints of profiles, i.e., relative + abundances should always sum up to unity, to warnings rather than errors (#147). +- Modified the BIOM output to insert the global ranks into observation group metadata + rather than creating it for each taxon (#149). + +### Fixed + +- Ensured that columns of profiles are read in correctly (#147). +- Used recent taxopy features to extract correct rank lineages (#149). + ## [0.6.1] - (2023-10-04) ### Fixed