Skip to content

1.17.0

Latest

Choose a tag to compare

@snowflake-connectors-app snowflake-connectors-app released this 16 Oct 23:43
30c6592

1.17.0

Bug Fixes

  • ML Job: Added support for retrieving details of deleted jobs, including status, compute pool, and target instances.

Behavior Changes

New Features

  • Support xgboost 3.x.
  • ML Job: Overhauled the MLJob.result() API with broader cross-version
    compatibility and support for additional data types, namely:
    • Pandas DataFrames
    • PyArrow Tables
    • NumPy arrays
    • NOTE: Requires snowflake-ml-python>=1.17.0 to be installed inside remote container environment.
  • ML Job: Enabled job submission v2 by default
    • Jobs submitted using v2 will automatically use the latest Container Runtime image
    • v1 behavior can be restored by setting environment variable MLRS_USE_SUBMIT_JOB_V2 to false