diff --git a/docs/version-control.txt b/docs/version-control.txt index 8b9b16be3..61cc4132c 100644 --- a/docs/version-control.txt +++ b/docs/version-control.txt @@ -11,11 +11,11 @@ ✓ v0.3.2 Don't load the header of the CSV files ✓ v0.3.3 Refer to Westly White in the comments of the board-class ✓ v0.3.4 Call calculatePath in pathfinder.py - v0.3.5 Read gates.csv and save the data in an accessable dict (creating a class that reads gates.csv) + ✓ v0.3.5 Read gates.csv and save the data in an accessable dict (creating a class that reads gates.csv) + +✓ v0.4 Load netlists from a .txt file to a data structure (instead of hard coded data in the helpers file) - v0.4 ✓ Load netlists from a .txt file to a data structure (instead of hard coded data in the helpers file) - - v0.5 Calculate a route between point A and B on a grid (based on a simple netlist and gateslist) +✓ v0.5 Calculate a route between point A and B on a grid (based on a simple netlist and gateslist) v0.6 Evade obstacles on a grid while calculating a route