Previously, Carsons required a line model that provided a map describing the phases, with the keys matching how data was available for gmr, resistance and position.
With this update, you no longer need to provide a map -- an iterable of the phases will suffice.
python
line.phases = {'A', 'B', 'C'}
Of course, the map version is still supported, and may continue to be useful if you have custom objects that you want to look up by phase in order to build your model.