Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 1.45 KB

File metadata and controls

44 lines (34 loc) · 1.45 KB

Changelog

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.

Added

  • Examples directory with quickstart and edge inference demos
  • Performance comparison table in README
  • ROADMAP.md showing project vision
  • CHANGELOG.md for tracking changes
  • Issue templates for bug reports and feature requests

Changed

  • Updated installation instructions to use git instead of PyPI
  • Fixed script paths in documentation (scripts/ → src/generator/)
  • Fixed parameter names in examples (--num_samples → --count)
  • Improved GitHub Pages deployment to only include static files

Fixed

  • CODE_OF_CONDUCT.md contact email placeholder
  • Documentation inconsistencies between README and actual code

0.1.0 - 2026-01-20

Added

  • Initial release
  • ModernBERT-based FHA compliance classifier
  • Training pipeline with Flash Attention support
  • ONNX export for edge deployment
  • Synthetic data generation framework
  • Basic CLI interface
  • Landing page with interactive terminal demo

Known Issues

  • PyPI package not yet published (install from source)
  • Limited test coverage
  • English-only support