Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.58 KB

CHANGELOG.md

File metadata and controls

42 lines (26 loc) · 1.58 KB

Changelog

All notable changes to this project will be documented in this file.

Instructions on how to update this Changelog are available in the Updating the Changelog section of the CONTRIBUTING.md. This project follows semantic versioning.


[Pre-release v0.3.1]

Minor updates before making repo public


Changes to Hypergraphs for Multimorbidity project:

  • Successor tab added to the Streamlit app - this tab allows the user to input a set of 'diseases' and find out the next likely observed disease progressions using the hyperedge centrality scores calculated from the dual hypergraph
  • Minor changes to functions and scripts

Changes to Hypergraphs for Multimorbidity project:

  • Directed hypergraphs page added to Streamlit app
  • Minor changes to clean the Python scripts

Added description of the Hypergraphs for Multimorbidity project, plus:

  • What multimorbidities are and what hypergraphs are
  • How hypergraphs can be used to look at patient pathways with multimorbidities
  • Walkthrough of how undirected graphs are built from a population of fictitious randomly generated 'patients'
  • Calculation of node centrality using Eigenvector centrality

[Pre-release v0.0.0]

Added working codebase for Hypergraph Animations using manim