Skip to content

Commit 7cf558c

Browse files
committed
Merge branch 'ar/v044-changelog' into 'master'
chore(CHANGELOG): updates CHANGELOG See merge request machine-learning/modkit!273
2 parents f8d7ee1 + 0b7a7c3 commit 7cf558c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,22 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [v0.4.4]
8+
### Adds
9+
- [extract] Adds alignment start and end columns
10+
- [extract] Adds motif annotation column
11+
- [localize] Allow BED4 input regions
12+
- [dmr] Improve logging and error reporting, adds `--careful` to output table of contigs that can be processed.
13+
- [dmr] Adds Cohen's h statistic
14+
- [motif, search] Adds "batch and narrow" exhaustive search algorithm
15+
- [motif, search] Adds structured logging
16+
### Changes
17+
- [all] Any output that is BED-like will have headers with "#" comment symbol
18+
### Fixes
19+
- [all] Correctly parse "transcript"-like contigs for `--region` arguments
20+
- [dmr] Correctly handle bedMethyl tables with multiple motifs in the `name` column
21+
22+
723
## [v0.4.4-rc1]
824
### Fixes
925
- [bedmethyl, merge] Merge and write concurrently, improves memory usage and runtime massively.

0 commit comments

Comments
 (0)