Loading CHANGELOG.md +4 −0 Original line number Diff line number Diff line # Change log of GraphDot ## 0.8.1 (2021-12-08) - Hotfix to improve GFR numerical stability when adjacency is nearly zero. ## 0.8 (2021-12-07) This version formalizes the inclusion of new features introduced from 0.8a1 Loading graphdot/__init__.py +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ from .graph import Graph __all__ = ['Graph'] __version__ = '0.8' __version__ = '0.8.1' __author__ = '''Yu-Hang "Maxin" Tang, Oguz Selvitopi, Chi-Feng Wang, Thomas H. Li''' __maintainer__ = 'Yu-Hang "Maxin" Tang' Loading Loading
CHANGELOG.md +4 −0 Original line number Diff line number Diff line # Change log of GraphDot ## 0.8.1 (2021-12-08) - Hotfix to improve GFR numerical stability when adjacency is nearly zero. ## 0.8 (2021-12-07) This version formalizes the inclusion of new features introduced from 0.8a1 Loading
graphdot/__init__.py +1 −1 Original line number Diff line number Diff line Loading @@ -5,7 +5,7 @@ from .graph import Graph __all__ = ['Graph'] __version__ = '0.8' __version__ = '0.8.1' __author__ = '''Yu-Hang "Maxin" Tang, Oguz Selvitopi, Chi-Feng Wang, Thomas H. Li''' __maintainer__ = 'Yu-Hang "Maxin" Tang' Loading