You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: NEWS.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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.
0 commit comments