Changes

Summary

  1. Fixed graphs fast-save method (commit: 0ea404f) (details)
  2. Fixed threshold-based FES method selection (commit: 07d9dfd) (details)
  3. Adjusted comment weight for re-added edges (commit: 8f87224) (details)
  4. Allow loading MacrogenesisInfo from a zip file (commit: 92cb222) (details)
  5. Info on conflicts (commit: db6ce1b) (details)
  6. Basically allow running reports from a saved graph file. (commit: 705b72a) (details)
  7. Fixed SCC report (commit: 92e1777) (details)
  8. Added MacrogenesisInfo zip to download page (commit: f624bb8) (details)
  9. Display collapsed graph in conflict report (commit: d947ab4) (details)
  10. Updated 'data' submodule (commit: 848121c) (details)
The file was modified src/macrogen/graph.py (diff)
Commit 07d9dfdea34bee45e00513480fcc6fcd9a8bce3b by Thorsten Vitt
Fixed threshold-based FES method selection
(commit: 07d9dfd)
The file was modified src/macrogen/graph.py (diff)
Commit 8f8722469c4b34db64cc9705dc351d7a6b4002b6 by Thorsten Vitt
Adjusted comment weight for re-added edges
(commit: 8f87224)
The file was modified src/macrogen/graph.py (diff)
Commit 92cb2228084e4d6364935996f6590494399c8022 by Thorsten Vitt
Allow loading MacrogenesisInfo from a zip file
(commit: 92cb222)
The file was modified src/macrogen/__init__.py (diff)
The file was modified src/macrogen/graph.py (diff)
The file was modified src/macrogen/graph.py (diff)
The file was addedtests/test_graph.py
Commit 705b72ae1ed9e645fd679f527459533e91a267bc by Thorsten Vitt
Basically allow running reports from a saved graph file.
This still has some issues with recreating the MacrogenesisInfo
structure
(commit: 705b72a)
The file was modified src/macrogen/main.py (diff)
The file was modified src/macrogen/config.py (diff)
The file was modified src/macrogen/report.py (diff)
Commit f624bb87c81e048927168b9f67e6025b86a64ec0 by Thorsten Vitt
Added MacrogenesisInfo zip to download page
(commit: f624bb8)
The file was modified src/macrogen/report.py (diff)
Commit d947ab45cdd586b2ccbdd01c8a0b38110edff3b6 by Thorsten Vitt
Display collapsed graph in conflict report
(commit: d947ab4)
The file was modified src/macrogen/report.py (diff)
The file was modified data (diff)