Skip to content

Releases: amperity/chuck-data

v0.3.1

Choose a tag to compare

@pragyan-amp pragyan-amp released this 07 Jan 06:13
abaccf0

Changes

  • Fix version mismatch between pyproject.toml and chuck_data/version.py

Installation

# Via pip
pip install chuck-data==0.3.1

# Via Homebrew
brew tap amperity/chuck-data && brew install chuck-data

v0.3.0

Choose a tag to compare

@pragyan-amp pragyan-amp released this 09 Dec 15:10
262db0e

What's New in v0.3.0

Features

  • Add multi-catalog and multi-schema support for Stitch integration (#45)
  • Support Databricks policy ID for setup_stitch and launch_job commands (#44)
  • Include monitor job command in help command response (#42)

Bug Fixes

  • Fix pyright type errors and AWS Bedrock semantic tag bug (#47)
  • Remove duplicate job status command (#46)

Release v0.2.2

Choose a tag to compare

@pragyan-amp pragyan-amp released this 11 Nov 12:47
ee3f476

Bug Fixes

  • Type Hints: Fixed type errors where LLMProvider instances were being passed to functions expecting LLMClient type hints (#41)
    • Updated type hints in stitch_tools.py and pii_tools.py to use LLMProvider instead of legacy LLMClient
    • Resolves pyright type checking errors after LLM provider refactoring

What's Changed

  • fix: update type hints to use LLMProvider instead of LLMClient by @Pragyan in #41

Full Changelog: v0.2.1...v0.2.2

v0.2.1 - AWS Bedrock Tool Calling Improvements

Choose a tag to compare

@pragyan-amp pragyan-amp released this 07 Nov 04:02
e790e48

What's Changed

Full Changelog: v0.2.0...v0.2.1

v0.2.0

Choose a tag to compare

@pragyan-amp pragyan-amp released this 03 Nov 17:01
9c5070e

What's New in v0.2.0

New Features

  • ✨ Add /monitor-job command with smart caching for job status tracking (#39)
  • ✨ Add AWS Bedrock provider with Amazon Nova Pro as default model
  • ✨ Unified LLM Provider Interface with list_models() support (#35)
  • ✨ Customize config file path support (#29)

Improvements

  • 🔄 Job status command improvements with better caching (#38)
  • 🔄 Enhanced run-sql prompt experience (#28)
  • 🏗️ Refactor LLM architecture with provider abstraction pattern (#32, #33)

Other Changes

  • 🔧 Automatically update homebrew tap on release (#30)
  • 🎨 UI improvements (remove old ASCII art) (#31)

Full Changelog: 0.1.2...v0.2.0

v0.1.3

Choose a tag to compare

@pragyan-amp pragyan-amp released this 03 Nov 16:55
be7d504

Release v0.1.3

What's New

  • feat: add AWS Bedrock provider with Amazon Nova Pro as default model
  • Job status command improvements
  • Job status monitoring for chuck data
  • Unified LLM Provider Interface with list_models()

Full Changelog: 0.1.2...v0.1.3

0.1.2

Choose a tag to compare

@john-b-rush john-b-rush released this 08 Jun 23:59
3fbf528

What's Changed

New Contributors

  • @piperwolf made their first contribution in #5
  • @noodlescb made their first contribution in #15

Full Changelog: 0.1.0...0.1.2

0.1.0

Choose a tag to compare

@john-b-rush john-b-rush released this 05 Jun 01:06
6fd82a8

What's Changed

New Contributors

Full Changelog: https://github.com/amperity/chuck-data/commits/0.1.0