Skip to content

Releases: sdaza/ml-analytics-tools

ml-analytics-tools: v0.8.1

Choose a tag to compare

@github-actions github-actions released this 16 Jul 15:19
6042c9e

0.8.1 (2026-07-16)

Bug Fixes

  • add display and show utility functions for enhanced output handling (423994a)

ml-analytics-tools: v0.8.0

Choose a tag to compare

@github-actions github-actions released this 10 Jul 12:21
620fbe8

0.8.0 (2026-07-10)

Features

  • named Snowflake connection profiles and authenticator precedence fix (8d2f006)

Bug Fixes

  • avoid slow Databricks secret-scope sweep during GSheet initialization (a6ebad6)
  • fast GSheet init, Snowflake connection profiles, authenticator precedence (dc5ac49)
  • log which environment variables a loaded .env overrides (8c12fbe)

ml-analytics-tools: v0.7.2

Choose a tag to compare

@github-actions github-actions released this 28 Jun 16:33
8bdc04d

0.7.2 (2026-06-28)

Bug Fixes

  • defer S3 connector initialization until required to avoid unnecessary credential refresh (6a75817)

ml-analytics-tools: v0.7.1

Choose a tag to compare

@github-actions github-actions released this 26 Jun 09:54
585cb66

0.7.1 (2026-06-26)

Bug Fixes

  • refactor SFConnector to delegate table management to SparkTableManager and add spark_connector module (73df3b7)

Documentation

  • add SparkTableManager documentation and usage examples (e5205b3)

ml-analytics-tools: v0.7.0

Choose a tag to compare

@github-actions github-actions released this 25 Jun 13:51
21fe349

0.7.0 (2026-06-25)

Features

  • gsheet: resolve credentials from GOOGLE_APPLICATION_CREDENTIALS / GOOGLE_SERVICE_ACCOUNT_PATH (e179fca)

ml-analytics-tools: v0.6.0

Choose a tag to compare

@github-actions github-actions released this 25 Jun 13:38
f64e81d

0.6.0 (2026-06-25)

Features

  • make modeling deps optional and add local Databricks Connect support (a1591c3)

Bug Fixes

  • ci: install [modeling] extra and skip modeling tests when absent (77d7d3e)

ml-analytics-tools: v0.5.5

Choose a tag to compare

@github-actions github-actions released this 24 Jun 19:39
2f2c30b

0.5.5 (2026-06-24)

Bug Fixes

  • clear sheet before writing (c213751)

ml-analytics-tools: v0.5.4

Choose a tag to compare

@github-actions github-actions released this 24 Jun 18:27
651a88a

0.5.4 (2026-06-24)

Bug Fixes

  • update key-pair setup for snowflake (aeb75c9)

ml-analytics-tools: v0.5.3

Choose a tag to compare

@github-actions github-actions released this 23 Jun 10:16
99ded27

0.5.3 (2026-06-23)

Bug Fixes

  • enhance SQL query handling to support comment-aware placeholder substitution (d7d2c68)

ml-analytics-tools: v0.5.2

Choose a tag to compare

@github-actions github-actions released this 23 Jun 07:40
0a7f18e

0.5.2 (2026-06-23)

Bug Fixes

  • data_connector, sf_connector: enhance SQL query handling to skip formatting for inline comments (020d7ce)