diff --git a/DESCRIPTION b/DESCRIPTION index 02a9ba1..b97da69 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Type: Package Package: partition Title: Agglomerative Partitioning Framework for Dimension Reduction -Version: 0.2.0.9000 +Version: 0.2.1 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 af2752b..4bf5c9a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# partition (development version) +# partition 0.2.1 * Fixed bug in `super_partition()` related to indices not matching (#37) # partition 0.2.0