Skip to content

Commit

Permalink
Merge branch 'ar/prep033' into 'master'
Browse files Browse the repository at this point in the history
[chore] update changelog for 0.3.3

See merge request machine-learning/modkit!212
  • Loading branch information
ArtRand committed Sep 7, 2024
2 parents d235ba0 + 5e9b08a commit 9aa8f48
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ 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.3.2]
### Fixes
- [sample-probs, summary, pileup] Refactor sampling algorithm so that it will not over-sample reads leading to excessive memory usage.
- [validate] Only use modifications on the canonical base we're validating (in case the modBAM has multiple, e.g. A and C-mods).
- [entropy] Check that reference sequences are the same as in the bam header

## [v0.3.2]
### Fixes
- [thresholds] OOB panic fix, #244
Expand Down

0 comments on commit 9aa8f48

Please sign in to comment.