Skip to content

Commit 892ca6b

Browse files
Mege Main in to branch (#82)
* Feat/remove ignore errors in mypy settings (#78) * feat: Add competing risks models and enhance data visualization * feat: Add competing risks models and enhance data visualization * chore: fixes * chore: fixes unit test * chore: solve issues with formatting * Add files via upload * docs: update fix reference (#37) * Add missing dependencies and configure quality tools (#39) * feat: add dataset export utility (#41) * Fix black formatting (#43) * Add extensive summary tests (#45) * Add visualization CLI tests (#47) * Expand validate tests (#49) * docs: rewrite README (#51) * Increase test coverage (#52) * Fix docs build and sort imports (#54) * Add scikit-survival integration (#56) * chore: finalize 1.0.9 release metadata (#58) * refactor: unify error handling (#60) * Feat/consolidate and optimize (#63) * chore: tighten tooling and fix visualization * docs: document Python 3.10 requirement * ci: align workflow with review template * feat: expose dev extras (#65) * test: broaden competing risks coverage (#67) * fix: ensure doc links and tag workflow (#69) * ci: streamline coverage and install flags (#71) * feat: share covariate utilities (#73) * ci: separate manual pypi publish (#76) * fix: tighten sequence checks and streamline competing-risk helpers * Revert "Feat/remove ignore errors in mypy settings (#78)" (#80) This reverts commit 3c799d0. * Update version to 1.0.9 --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 42d59df commit 892ca6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "gen_surv"
3-
version = "1.0.8"
3+
version = "1.0.9"
44
description = "A Python package for simulating survival data, inspired by the R package genSurv"
55
authors = ["Diogo Ribeiro <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)