Skip to content

v1.0.1

Choose a tag to compare

@zspatter zspatter released this 10 May 23:11
3373ae1

A few noteworthy features have been added in this release:

  • Generate patient/organ subnetworks
  • Convert Network objects to networkx (library)
  • Visually represent graphs using matplotlib
  • Leveraging networkx, export networks to standard graph formats

Furthermore, some quality of life improvements have been included to improve the readability of the code base:

  • Type hints have been added to all formal parameters and return types
  • Some classes and modules have been renamed to better follow standard conventions
  • Minor refactoring to simplify the logic
  • Revised content based off of feedback from linter (mypy)