v0.25.4
Fix bug with DAG::reverse method
Reversing nested forks in some cases was resulting in all branches being nested into the inner-most fork. This PR fixes the issue and refactors other DAG methods for efficiency.
Additionally removes empty branch tracing information during planning.
List of commits
0c0ba57 (Add test case for a DAG with nested forks, 2026-02-19)
c634a01 (Fix bug with DAG::reverse merging fork branches, 2026-02-19)
01518c3 (Simplify DAG Display and Iterator implementations, 2026-02-19)
c74e654 (Remove tracing information from planning on empty task, 2026-02-19)