Releases: pythonhealthdatascience/pydesrap_stroke
Releases · pythonhealthdatascience/pydesrap_stroke
v0.2.0 - 2025-11-06
This release has some small additions (e.g., data dictionary, coverage), alongside lots of refactoring and changes (e.g., parameters in JSON, using DistributionRegistry, renaming repository, using updated version of sim-tools).
Added
- Data dictionary.
- Add coverage badge (requiring
pytest-covandgenbadgeto be add to environment). - Add option to choose between operating system and coverage when run tests via GitHub actions.
- Add tests for
LockedDict.
Changed
- Refactored to used
parameters.jsonandsim-tools.DistributionRegistry(), and fixed analysis and tests etc. to work with this new set-up. - Renamed (
stroke_rap_python->pydesrap_stroke,rap_template_python_des->pydesrap_mms). - README - add DOI, contributors, licence, funding, and generally improved.
- STRESS-DES - rewrote/improved answers.
- Environment - renamed environment, and upgraded kaleido and sim-tools.
- Removed
tia_esdfrom parameters and csv (as upgraded sim-tools no longer allows it). - Updated
DiscretetoDiscreteEmpiricial(as updated sim-tools name) - Updated pyproject.toml (non-dynamic description, author list).
- Other minor corrections/changes (e.g. moving
RestrictAttributes, docstring corrections).
Fixed
- Fixed
run_notebooks.sh. - Blocked dot notation for
LockedDict.
v0.1.0 - 2025-06-02
🌱 First release of the repository. Contains implementation of the DES model from Monks et al. 2016, with reproduction of all tables and figures with results from the article and supplementary material. Also includes some tests, and a demonstration of logging, and of how parameters could be stored in a .csv.