From 4dcf988508bf9d358186fac2afbc61eced0cb797 Mon Sep 17 00:00:00 2001 From: mholt Date: Thu, 21 Mar 2024 11:40:09 -0700 Subject: [PATCH] changelog update for v0.10.1 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c85ba6a..4cc70db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# v0.10.1 +## Fixed +- Fixed a panic caused by low sample sizes in the `compare` command. These will now be flagged as `InsufficientData`. + # v0.10.0 ## Changes - Adds a CLI option `--enable-haplotype-segmentation` that will run segmentation on the individual haplotypes (H1 and H2) and save those segments in the output BED file. For example, an unmethylated region on haplotype 2 will have the label "H2_Unmethylated" (or "H2_U" if condensed).