RoseauTechnologies / Roseau_Load_Flow

A powerful 3-phase load flow solver, by Roseau Technologies
https://roseau-load-flow.roseautechnologies.com
BSD 3-Clause "New" or "Revised" License
56 stars 0 forks source link

Version 0.10.0 #265

Closed benoit9126 closed 1 month ago

benoit9126 commented 1 month ago

A lot of improvements :tada:

[!IMPORTANT] There is a main breaking change in this version. The constructor of the class ElectricalNetwork has changed:

  • it accepts keyword arguments only.
  • it accepts the arguments lines, transformers and switches in replacement of the argument branches.
  • As a consequence,
    • the results method res_branches has been removed. Please use res_lines, res_transformers and res_switches methods instead.
    • the field branches does not exist anymore. Please use the fields lines, transformers and switches.