From ce8bdb5e9ec8e0a663a065bfd0efdef48a9e367a Mon Sep 17 00:00:00 2001 From: DominikRafacz Date: Tue, 7 Jan 2025 21:58:53 +0100 Subject: [PATCH] chore : update changelog and version --- DESCRIPTION | 4 ++-- NEWS.md | 5 +++++ cran-comments.md | 2 +- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index ed510b8..7195070 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: tidysq Type: Package Title: Tidy Processing and Analysis of Biological Sequences -Version: 1.2.2 -Date: 2024-10-23 +Version: 1.2.3 +Date: 2025-01-07 Authors@R: c(person("Dominik", "Rafacz", email = "dominikrafacz@gmail.com", comment = c(ORCID = "0000-0003-0925-1909"), diff --git a/NEWS.md b/NEWS.md index cb9a261..97cb563 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,3 +1,8 @@ +# tidysq 1.2.3 + +## Fixed: +* Adjusted inner workings of alphabet subsetting in case of non-numeric parameter (fixes #99). + # tidysq 1.2.2 ## Fixed: diff --git a/cran-comments.md b/cran-comments.md index bf563d1..495e072 100644 --- a/cran-comments.md +++ b/cran-comments.md @@ -3,5 +3,5 @@ 0 errors | 0 warnings | 0 notes * This is a resubmission. -* Fixed warnings thrown during C++ code compilation with LTO flags. +* Fixed error in logical subsetting of alphabet that was discovered thanks to recent version of `testthat`