Skip to content

v0.5.0

Choose a tag to compare

@Tejas-TA Tejas-TA released this 14 Jul 22:47
· 7 commits to main since this release

[0.5.0] - 2026-07-14

Fixed

  • Fixed Snowflake model loading so confidence_threshold and on_low_confidence work correctly for Snowflake-backed classification models.
  • Added predict_proba() support to the Snowflake shim, bringing it in line with the MLflow loader behavior.
  • Improved Snowflake shim metadata passthrough so classes_, feature_names_in_, and n_features_in_ are surfaced when available.

Tests

  • Added regression coverage for Snowflake predict_proba() delegation.
  • Added end-to-end coverage proving confidence routing works through from_snowflake().

Notes

  • No breaking API changes.