From dc560aa705dff462936151c085857c4451f55524 Mon Sep 17 00:00:00 2001 From: ivan-aksamentov Date: Wed, 17 Jul 2024 15:05:29 +0200 Subject: [PATCH] chore: release cli & web 3.8.2 --- CHANGELOG.md | 8 +++++++- Cargo.lock | 6 +++--- Cargo.toml | 2 +- packages/nextclade-web/package.json | 2 +- 4 files changed, 12 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d98e1e017..aa5fd3f45 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ +## Nextclade 3.8.2 + +### Fix detection of number of threads Nextclade Web + +Sometimes Nextclade Web would detect incorrect number of available CPU threads and would create too many processing threads for processing. This could cause additional overhead and slowdown the runs. We observed this behavior on non_chromium based browsers, such as Firefox and Safari. This has been fixed now. The number of threads has been clamped to 3 by default. You can modify this in "Settings" dialog. + ## Nextclade 3.8.1 -### Fix crash when using +### Fix crash when using column config in Nextclade Web Since 3.8.0 Nextclade could crash when particular combinations of CSV/TSV columns selected in "Column config" tab on "Export" page in Nextclade Web or with `--output-columns-selection` argument in Nextclade CLI. This has been resolved. diff --git a/Cargo.lock b/Cargo.lock index 3dfd8abd7..57780fee5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1711,7 +1711,7 @@ dependencies = [ [[package]] name = "nextclade" -version = "3.8.1" +version = "3.8.2" dependencies = [ "assert2", "atty", @@ -1774,7 +1774,7 @@ dependencies = [ [[package]] name = "nextclade-cli" -version = "3.8.1" +version = "3.8.2" dependencies = [ "assert2", "clap", @@ -1816,7 +1816,7 @@ dependencies = [ [[package]] name = "nextclade-web" -version = "3.8.1" +version = "3.8.2" dependencies = [ "assert2", "chrono", diff --git a/Cargo.toml b/Cargo.toml index 2e330f4d2..e57aa5b42 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,7 @@ exclude = [ [workspace.package] name = "nextclade" -version = "3.8.1" +version = "3.8.2" description = "Alignment, mutation calling, phylogenetic placement, clade assignment and quality control checks for viral genetic sequences. Library module." repository = "https://github.com/nextstrain/nextclade" documentation = "https://docs.nextstrain.org/projects/nextclade/en/stable/" diff --git a/packages/nextclade-web/package.json b/packages/nextclade-web/package.json index f35cd959c..5509098d8 100644 --- a/packages/nextclade-web/package.json +++ b/packages/nextclade-web/package.json @@ -1,6 +1,6 @@ { "name": "@nextstrain/nextclade-web", - "version": "3.8.1", + "version": "3.8.2", "description": "Clade assignment, mutation calling, and sequence quality checks", "homepage": "https://clades.nextstrain.org", "repository": {