All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.6.0 - 2023-05-24
- Support for generating checklists in YAML and JSON formats
- CI/CD integration example using GitHub Actions
- New
validate_checklist
function inrai_checklist_cli/validate_checklist.py
- Jupyter notebook support with
jupyter_template_manager.py
- Custom template creation functionality in
template_utils.py
- Updated
checklist_generator.py
to support multiple output formats - Refactored
cli.py
to improve modularity and add new features - Updated
setup.py
andpyproject.toml
to reflect new version and dependencies
- Resolved import issues with
validate_checklist
module
0.5.13 - 2023-05-23
- Initial release of rai-checklist-cli tool
- Basic functionality for generating Responsible AI checklists
- Markdown output support
- Default template for LLM projects