diff --git a/.Rbuildignore b/.Rbuildignore index 339bc10..877327a 100644 --- a/.Rbuildignore +++ b/.Rbuildignore @@ -11,3 +11,4 @@ Work README.Rmd docs revdep +^\.github diff --git a/DESCRIPTION b/DESCRIPTION index bdb29cd..aa46a51 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: seriation Type: Package Title: Infrastructure for Ordering Objects Using Seriation -Version: 1.5.6.1 -Date: 2024-xx-xx +Version: 1.5.7 +Date: 2024-12-05 Authors@R: c( person("Michael", "Hahsler", role = c("aut", "cre", "cph"), email = "mhahsler@lyle.smu.edu", diff --git a/NEWS.md b/NEWS.md index 65eb462..3b3c5b7 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,7 +1,14 @@ -# seriation 1.5.6.1 (xx/xx/2024) +# seriation 1.5.7 (12/05/2024) ## New Features - Added seriation method BK_unconstrained by kbvernon. +- All methods now gracefully handle data with two few objects. +- ser_permutation_vector() now updates method name. + +## Bug Fixes +- Fixed label order for seriate.matrix. +- Fixed typo in parameter name for seriation method + ARSA (reported by Brian Ripley) # seriation 1.5.6 (08/19/2024)