Releases: amperity/chuck-data
Releases · amperity/chuck-data
v0.3.0
Release v0.2.2
Bug Fixes
- Type Hints: Fixed type errors where
LLMProviderinstances were being passed to functions expectingLLMClienttype hints (#41)- Updated type hints in
stitch_tools.pyandpii_tools.pyto useLLMProviderinstead of legacyLLMClient - Resolves pyright type checking errors after LLM provider refactoring
- Updated type hints in
What's Changed
Full Changelog: v0.2.1...v0.2.2
v0.2.1 - AWS Bedrock Tool Calling Improvements
What's Changed
- Fix AWS Bedrock tool calling compatibility by @pragyan-amp in #40
Full Changelog: v0.2.0...v0.2.1
v0.2.0
What's New in v0.2.0
New Features
- ✨ Add
/monitor-jobcommand 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
Full Changelog: 0.1.2...v0.2.0
v0.1.3
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
What's Changed
- Update table display by @john-b-rush in #2
- Warehouse improvements by @john-b-rush in #3
- Improve command ux by @john-b-rush in #4
- Add chuck branding banner to README by @piperwolf in #5
- Restructure project by @john-b-rush in #6
- Right align numeric columns by @john-b-rush in #7
- Improve unit tests by @john-b-rush in #8
- Improved catalog experience by @john-b-rush in #9
- Scan pii improvements by @john-b-rush in #10
- Schemea tests by @john-b-rush in #11
- More testing improvements by @john-b-rush in #13
- Calebfinalpush by @noodlescb in #15
- update recommended models by @john-b-rush in #14
- Job status by @john-b-rush in #12
- Improve models by @john-b-rush in #16
- Bug report by @john-b-rush in #17
- Warehouse improvements by @john-b-rush in #18
- Improved stitch testing by @john-b-rush in #19
- update status command by @john-b-rush in #20
- Job and notebook URL generation in setup-stitch command by @john-b-rush in #22
- Help fixes by @john-b-rush in #23
- Implement improved pii taggging by @john-b-rush in #24
- Remove autoconfirm by @john-b-rush in #25
- v0.1.2 by @john-b-rush in #26
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
What's Changed
- chuck-data 0.1.0 by @john-b-rush in #1
New Contributors
- @john-b-rush made their first contribution in #1
Full Changelog: https://github.com/amperity/chuck-data/commits/0.1.0