Skip to content

Release v0.3.2: Architectural Refactor, Enhanced Platform Support, and Bug Fixes

Latest

Choose a tag to compare

@phanindra-max phanindra-max released this 17 Dec 07:56
· 32 commits to main since this release
1aa16db

🚀 Development Update

✨ Key Features & Improvements

  • Architectural Refactoring: Implemented layered architecture with improved separation of concerns
  • LLM Models: Added llm_models subpackage for better organization
  • Documentation: Updated contributor guidelines with Conventional Commit standards

🐛 Bug Fixes

  • Fixed dtype inconsistencies with GPTQ quantization, switched to AWQ quantization
  • Resolved data_type error for Gemma2 models in vLLM, no longer supported
  • Updated input exceptions to prevent unnecessary warnings
  • Improved input data format to support user preferred labels
  • Enhanced LLM response parsing

📚 Documentation Updates

  • Added Semantic Versioning convention
  • Updated README and contributor guides
  • Added refactoring guide

🔧 Technical Changes

  • Updated project configuration in pyproject.toml
  • Enhanced main application entry point at __init__.py
  • Improved error handling and data access patterns
  • Implemented the Service layer to separate business logic