From 29e9c9b9f6689a8ba3ff4247e5195e68a81e4f11 Mon Sep 17 00:00:00 2001 From: andrewprzh Date: Fri, 21 Feb 2025 01:41:36 +0200 Subject: [PATCH] 4.1 and changelog --- VERSION | 2 +- changelog.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/VERSION b/VERSION index fcdb2e109..ee74734aa 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.0.0 +4.1.0 diff --git a/changelog.md b/changelog.md index e9bdc3c86..4d4d97eb0 100644 --- a/changelog.md +++ b/changelog.md @@ -1,5 +1,13 @@ # SPAdes Genome Assembler changelog +## SPAdes 4.1.0, 21 February 2025 +- Reduced RAM consumption in pared-read links distance estimation algorithm; +- Improved k-mer mapper perfomance (used in read-to-graph mapping); +- Reduced RAM consumption in repeat resolving module; +- PathRacer and BinSPreader now support GFA 1.2 as input; +- Fixed GFA loading; +- Minor bugfixes (thanks to @douglasgscofield and @bzizou). + ## SPAdes 4.0.0, 3 June 2024 - SPAdes now supports NCBI SRA files as input; - Reworked and improved documentation: [ablab.github.io](https://ablab.github.io/spades/);