diff --git a/DESCRIPTION b/DESCRIPTION index 4f44dcd..6104598 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: themis Title: Extra Recipes Steps for Dealing with Unbalanced Data -Version: 0.2.0.9000 +Version: 0.2.1 Authors@R: person("Emil", "Hvitfeldt", , "emilhhvitfeldt@gmail.com", role = c("aut", "cre"), comment = c(ORCID = "0000-0002-0679-1945")) diff --git a/NEWS.md b/NEWS.md index 0850bc5..8ffa91f 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# themis (development version) +# themis 0.2.1 * A bug was fixed in `step_downsample()` and `step_upsample()` that made the steps unable to be tuned. (#90)