Skip to content

Release Notes


0.6.0 (2026-03-21)

Features

0.5.0 (2026-03-19)

Bug Fixes

  • refactoring: Fix critical issues, and refactoring the code (#197) (8a3766b)

Features

  • Add check_requirements by stages; refactor prompt language (#208) (ec661bc)
  • Refactor hph structure to support different providers (#192) (6d48f81)
  • refactor: Add support for pipelines based on skills (#201) (716b4c8)
  • Remove dependence on anamnesisai, rago, and fhir extraction (#193) (2f81720)

0.4.0 (2026-03-08)

Bug Fixes

  • .gitignore path separation in the content (#105) (f53a208)
  • Clarify is_float logic and add direct test (#99) (68c254a)
  • packaging: Add build and twine to the release stack (#181) (40f748b)
  • patient-view: refactor dashboard into tabs and fix data mismatch… (#134) (75e6007), closes #133
  • pin setuptools<82 and align mkdocs dependencies with best practices (#158) (3d95220)
  • privacy module typo deidenitfier to deidentifier (#102) (a66fc84)
  • remove duplicate ConsultationProvider (#143) (c996532)
  • research-frontend: correct file size calculation in upload steps (#178) (5038fb8)

Features

  • add FastAPI backend and wire with frontend (#84) (4e300ca)
  • security: add ASGI body size middleware to reject oversized requests (#179) (8d790e5)

0.3.1 (2025-11-30)

Bug Fixes

  • Fix typo in error message for file processing (#93) (933b8d6)

0.3.0 (2025-11-27)

Bug Fixes

  • Fix issues pointed by linter (#80) (70bacdd)
  • research: Resolve patient creation and submission errors (#62) (f0ea4ff)

Features

  • Add support for persisting data from each step (#33) (acdb8ee)
  • Add tests for ResearchRepository and update dependencies (#69) (7e47ccc)
  • added step to upload pdf/images test reports in the evaluation pipeline (#38) (327faf8)
  • docs: Add developer guide and integrate all-contributors (#49) (261c212)
  • research: Migrate research app from JSON to SQL database (#40) (3cfd2a4)

0.2.0 (2025-08-15)

Bug Fixes

  • Add missed clinical_outputs module (#22) (e29e791)
  • ci: Update dependencies and fix linter (#4) (c74a912)
  • Fix models generation (#13) (72a12ac)
  • Fix packaging (#7) (6459f05)
  • release: update version placeholder to use single quotes in init.py (#5) (6c71c07)

Features

  • Add a WEB App for the research (#16) (9502798)
  • Add dashboard (#23) (9c1e85b)
  • add evaluation data capture to research app (#28) (f24a776)
  • Add initial workflow for records, diagnostics, and treatment (#12) (28fab52)
  • allow user to add custom options/suggestions (#29) (1ac0376)
  • FHIR extraction from images (jpeg, jpf, png), pdf from Diagnostic Reports. (#27) (7913d5e)
  • i18n: add language selector and pass lang to AI helpers (#18) (f099ee3)
  • Improve the package structure (#14) (97c0029)
  • Initial Implementation of hiperhealth module - medical_reports.py (#6) (5b02205)
  • llm-output: enforce JSON replies and log raw LLM output to data/llm_raw/ (#21) (66e0872)