v1.0.1
A few noteworthy features have been added in this release:
- Generate patient/organ subnetworks
- Convert
Networkobjects tonetworkx(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)