Skip to content

v5.1.0

Choose a tag to compare

@FUYOH666 FUYOH666 released this 22 Mar 06:10
· 3 commits to main since this release
6641051

Highlights

  • launch the pilot-ready shared web/API surface with main.py web, upload flow, saved-result history, and protected API-key mode
  • add recent-analysis search, filtering, pagination, operator-friendly detail summaries, and upload rate limiting for safer pilot usage
  • refresh the public OSS presentation with cleaner docs hierarchy, community files, GitHub metadata, and a tidier repository layout

Included work

  • shared single-file pipeline and FastAPI web layer
  • browser UI plus /healthz, /analyze, /analyses, and /analyses/{result_id}
  • updated deployment, evaluation, outreach, and collaboration docs
  • CODE_OF_CONDUCT, issue template config, funding metadata, CODEOWNERS, and Dependabot config
  • moved full evaluation templates under templates/ and updated references

Verification

  • uv run pytest tests/test_script_parser.py tests/test_api.py tests/test_cli_web.py