From 37689e8f9f13381028e3071cc5ea9abffb145621 Mon Sep 17 00:00:00 2001 From: riasc Date: Sun, 19 May 2024 22:34:30 -0500 Subject: [PATCH] added info for v0.2.4 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f46067..397d943 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Prioritization of neoantigens is now done separately for each variant type (speeds up the process) - NMD information (e.g., escape rule,...) is now also calculated for all variants +## [0.2.4] - 2024-05-19 + +### Fix + +- Added concurrency to splAdder call +- Added routines that lets ScanNeo2 finish (even when splAdder results are empty or faulty) + ## [0.2.3] - 2024-03-02 ### Features (somewhat)