Releases: sassoftware/r-sasctl
Releases · sassoftware/r-sasctl
sasctl 0.7.4
- Added
verify_ssl
argument tosession
to be used in all api calls. USE WITH CAUTION - Added
openBrowser
argument tosession
to open the browser automatically whenauth_code = TRUE
. - Fixed a bug that would not open the browser automatically when authenticating through authentication code.
sasctl 0.7.3
- Fixed
publish_model
exact argument not being passed - Added SAS log to error message when
publish_model
fails
sasctl 0.7.2
- Fixed when registering models with variables missing label/measurement metadata
delete_*
functions now returninvisible()
, to avoid polluting the terminal.- Improved documentation
sasctl 0.7.1
- Fixed misleading error messages in
register_model()
- Small tweaks to the documentation
sasctl 0.7.0
- Fixed correct release retrieval when using
session
to connect to Viya 2020.x - Added
codegen
function in experimental state. Works for simplelm
,glm
models and tidymodelsworkflow
with regression or classification model mode - [Breaking] All diagnostics json generator functions requires the
targetName
andtargetPredicted
arguments to be named, now it avoids variable positioning errors. - Diagnostics now returns invisible to avoid polluting the terminal. You can still assign to a variable to see the results.
- Added xgboost tidymodels vignette
Release 0.6.4
- Fixed the "or()" statement being invalid in Viya 2023.3 when calling API with filters
- Fixed ZIP model upload would fail with "No model file(s)" statement
- When creating a session it brings additional server release information
Release 0.6.3
Small bug fixes a quality of life improvements.
- Added
refresh_session
function - Improved
session(... auth_code = TRUE
) to work on Jupyter Notebook and remove require to addclient_secret
parameter - added
base64enc
anddplyr
dependencies, forrefresh_token
and to make surefurrr
doesn't fail when called throughmasScore(...)
Release 0.6.2
- Initial public release