diff --git a/DESCRIPTION b/DESCRIPTION index 3547159..d1f1e42 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: partition Title: Agglomerative Partitioning Framework for Dimension Reduction -Version: 0.2.1.9000 +Version: 0.2.2 Authors@R: c( person("Joshua", "Millstein", , "joshua.millstein@usc.edu", role = "aut"), person("Malcolm", "Barrett", , "malcolmbarrett@gmail.com", role = c("aut", "cre"), diff --git a/NEWS.md b/NEWS.md index 8208858..6d865ee 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# partition (development version) +# partition 0.2.2 * Allowed `reduce_first_component()` to behave independently of `measure_variance_explained()` and better documented their relationship (#41) # partition 0.2.1