Skip to content

Commit 6a87f95

Browse files
committed
chore: bump version to 0.8.0
Signed-off-by: Eduardo Hellas <Eduardo.Hellas@sas.com>
1 parent 17c8587 commit 6a87f95

2 files changed

Lines changed: 10 additions & 5 deletions

File tree

DESCRIPTION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: sasctl
22
Title: The sasctl package enables easy communication between the SAS Viya platform APIs and the R runtime
3-
Version: 0.7.5.9000
3+
Version: 0.8.0
44
Author: Eduardo Hellas
55
Authors@R: c(
66
person(given = "Eduardo",
@@ -15,7 +15,7 @@ License: file LICENSE
1515
Encoding: UTF-8
1616
LazyData: false
1717
Roxygen: list(markdown = TRUE)
18-
RoxygenNote: 7.3.2
18+
RoxygenNote: 7.3.3
1919
Suggests:
2020
pmml,
2121
future,

NEWS.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1-
# sasctl (development version)
2-
3-
* Fixed `register_model` wrongly identifying which version of Viya it is interacting with, which lead to use wrong upload format.
1+
# sasctl 0.8.0
2+
3+
* feat: codegen (breaking) now has the `output_as_df` argument, by default the generated scorecode it returns a `data.frame` instead of a `list`. Required for the MM gateway background.
4+
* feat: codegen now has the `add_target_name`. By default a column with the name of the target will be returned with the predicted values.
5+
* feat: added r-sasctl to https://sassoftware.r-universe.dev repository for easier installation.
6+
* fix: `register_model` wrongly identifying which version of Viya it is interacting with, which lead to use the wrong upload format.
7+
* fix: codegen now uses `file.path` instead of `paste` in the generated code when referencing file paths.
8+
* fix: Now the xgb-tidymodel Vignette is pre-rendered to avoid fails in the universe r-universe repository.
49

510
# sasctl 0.7.5
611

0 commit comments

Comments
 (0)