From 4a7ef15d8b029e491ee4fe3e52ad4eaa25f66bca Mon Sep 17 00:00:00 2001 From: Barbara Kemper Date: Fri, 6 Jan 2023 11:48:34 -0500 Subject: [PATCH] Create v1.8.1-rc release candidate. --- CHANGELOG.md | 7 +++++++ DESCRIPTION | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df550c5..21fc3ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ # Change Log +## 1.8.1 - 2023-01-06 + +- Fix calls to the percentile action set to be compliant with the removal of table.vars +- Fix logical warnings from methods that return casDataFrame +- Fix unit testing for summary generic method +- Throw an error instead of returning an empty list when trying to use a data.frame inside a cas.actionset.action + ## 1.8.0 - 2022-11-14 - Update TK subsystem diff --git a/DESCRIPTION b/DESCRIPTION index f40c36d..d13460d 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: swat Type: Package Title: SAS Scripting Wrapper for Analytics Transfer (SWAT) -Version: 1.8.0.9000 +Version: 1.8.1 TKVersion: none Date: 06JUN2020 Authors@R: c(person("Jared", "Dean", role = c("aut", "cre"),