Changes

Summary

  1. Refactored checkbox declarations (commit: b0b77e2) (details)
  2. Refactored radio buttons (commit: c1f254a) (details)
  3. Depend on poetry core for pip-triggered builds. (commit: e557438) (details)
  4. Adjusted to current matrix multiplication syntax (commit: faa59b7) (details)
  5. Updated dependencies (commit: 67db5f5) (details)
  6. Updated minimum networkx version (commit: 6d3a602) (details)
Commit b0b77e2c0df05ab8b94cf93d8fd182c74983c9ea by Thorsten Vitt
Refactored checkbox declarations
(commit: b0b77e2)
The file was modified src/graphviewer/templates/form.html (diff)
The file was modified src/graphviewer/templates/form.html (diff)
Commit e557438ae2ae6f5257d821fc21115de82f51f945 by Thorsten Vitt
Depend on poetry core for pip-triggered builds.
(commit: e557438)
The file was modified pyproject.toml (diff)
Commit faa59b73efda5bad1f8948fd88b09215b10fd60e by Thorsten Vitt
Adjusted to current matrix multiplication syntax

Fixes #29
(commit: faa59b7)
The file was modified src/macrogen/fes.py (diff)
The file was modified tests/test_graph.py (diff)
The file was modified poetry.lock (diff)
The file was modified pyproject.toml (diff)
Commit 6d3a60241d9c3322b0454323d8777a703e67e328 by Thorsten Vitt
Updated minimum networkx version

E.g., to reflect nx.transitive_closure_dag

Fixes #30
(commit: 6d3a602)
The file was modified poetry.lock (diff)
The file was modified pyproject.toml (diff)