Skip to content

v0.5.0 — interactive project-network graph

Choose a tag to compare

@rnwolf rnwolf released this 13 Jul 16:40
  • New graph subcommand: ccpm-scheduler graph schedule.csv project-network.html renders the schedule as a standalone interactive dependency graph — vis-network via CDN with the graph data embedded, so there is no build step or server; open it in any browser to zoom, pan, drag nodes, toggle hierarchical/free layout, and click a node to inspect task details. The Gantt shows when; the graph shows why. Colors match the Gantt (critical chain firebrick, feeding chains colored, buffers gold/khaki with dashed attachment edges, milestones as diamonds). Library API: render_network_html / write_network_html.
  • --version now reports the true package version (single-sourced from package metadata; 0.4.0 mistakenly reported 0.3.1).
  • Clearer E_FRACTIONAL_ALLOCATION message for whole allocations > 1.

🤖 Generated with Claude Code