Skip to content

Releases: sassoftware/r-sasctl

sasctl 0.7.4

26 Jan 14:31
Compare
Choose a tag to compare
  • Added verify_ssl argument to session to be used in all api calls. USE WITH CAUTION
  • Added openBrowser argument to session to open the browser automatically when auth_code = TRUE.
  • Fixed a bug that would not open the browser automatically when authenticating through authentication code.

sasctl 0.7.3

07 Aug 13:43
Compare
Choose a tag to compare
  • Fixed publish_model exact argument not being passed
  • Added SAS log to error message when publish_model fails

sasctl 0.7.2

24 Jul 15:08
Compare
Choose a tag to compare
  • Fixed when registering models with variables missing label/measurement metadata
  • delete_* functions now return invisible(), to avoid polluting the terminal.
  • Improved documentation

sasctl 0.7.1

18 Jul 15:51
Compare
Choose a tag to compare
  • Fixed misleading error messages in register_model()
  • Small tweaks to the documentation

sasctl 0.7.0

06 Jun 20:50
Compare
Choose a tag to compare
  • Fixed correct release retrieval when using session to connect to Viya 2020.x
  • Added codegen function in experimental state. Works for simple lm, glm models and tidymodels workflow with regression or classification model mode
  • [Breaking] All diagnostics json generator functions requires the targetName and targetPredicted 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

15 May 20:35
Compare
Choose a tag to compare
  • 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

24 Mar 18:29
Compare
Choose a tag to compare

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 add client_secret parameter
  • added base64enc and dplyr dependencies, for refresh_token and to make sure furrr doesn't fail when called through masScore(...)

Release 0.6.2

27 Jan 16:37
Compare
Choose a tag to compare
  • Initial public release