6 Commits

Author SHA1 Message Date
cff261519f Graph implementation in newgraph
Implemented working version of Graph.
Issues to solve remain, such as ordering of nodes in a block.
2026-01-30 20:21:05 +02:00
1db41615aa First implementation of RecordGraph
Created RecordGraph class for testing record nodes.
2026-01-02 19:33:07 +02:00
178e035e0b Format cleanup part 4
Included new people into the tree.
2026-01-02 15:28:03 +02:00
bab47e9b57 Format cleanup part 2
Removed label from blocks.
2026-01-02 10:46:21 +02:00
Lauri Koskenniemi
2966922c61 Output size defined in config 2025-12-05 09:24:51 +02:00
0e5a2868b0 Introduce verbose mode and generalize output formats
Added program specific configurations in config.yaml under puudot
and added key for verbose mode. Currently verbose mode prints
'dot' information when running the program.

Refactored puudot.py and graph.py in order to allow easier
addition of output formats.
2025-12-03 20:43:05 +02:00