From 639c261b285911a47077055d4654ed9a8c9ae2f4 Mon Sep 17 00:00:00 2001 From: Art Rand Date: Thu, 30 Jan 2025 11:41:11 -0800 Subject: [PATCH] [chore] Update changelog --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a51481..cd83253 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [v0.4.3] +### Adds +- [bedmethyl] Extract bigWig tracks from bedMethyl files +- [modbam] `check-tags` command to validate MM/ML tags +- Allow "generic" MM tags +- Add error-tabulation table to most commands +### Fixes +- [sample-probs] Make colors the same in the output charts (fixes #345). +- [bedmethyl, merge] Perform an outer join as stated in the documenttion (fixes #334). +- [pileup] BAM-header ordering of contigs when using `--include-bed` + + + ## [v0.4.2] ### Adds - [entropy] Entropy can now be calculated with multiple motifs and multiple modified primary bases.