Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.5.9"
".": "0.6.0"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.6.0](https://github.com/ArioMoniri/syntha/compare/v0.5.9...v0.6.0) (2026-06-07)


### Features

* **modules:** add CKD-staging module (eGFR-driven, KDIGO G1-G5) ([#46](https://github.com/ArioMoniri/syntha/issues/46)) ([8629cdf](https://github.com/ArioMoniri/syntha/commit/8629cdf292a38f4438f0aa2583b535628a5204c7)), closes [#17](https://github.com/ArioMoniri/syntha/issues/17)

## [0.5.9](https://github.com/ArioMoniri/syntha/compare/v0.5.8...v0.5.9) (2026-06-05)


Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ build-backend = "setuptools.build_meta"
# on PyPI when we tried to claim it. The longer name is more descriptive
# anyway — "syntha for electronic health records".
name = "syntha-ehr"
version = "0.5.9"
version = "0.6.0"
description = "Synthetic patient record generator (Synthea-inspired) trained on pristine-healthy episode data"
readme = "README.md"
license = { text = "Apache-2.0" }
Expand Down