Skip to content

Version 0.5.0

Compare
Choose a tag to compare
@benoit9126 benoit9126 released this 29 Aug 09:05
· 205 commits to develop since this release
7497076

New version! 馃帀

Main changes:

  • Short circuit computation
  • Single-phase and center- tapped transformers
  • Catalogues for networks and transformers
  • Improvement of the documentation
  • Docker image not maintained anymore

Exhaustive changelog:

  • #121 #68 Improvements of the LineParameters constructor:
    • Delete the LineModel class
    • Simplify the from_dict method
    • Rename and refactor the method from_lv_exact into from_geometry.
    • Add documentation for the LineParameters alternative constructors.
    • Rename InsulationType into InsulatorType.
    • Allow the letter "U" for "Underground" line type (only "S" for "Souterrain" in French was accepted). The same
      with the letter "O" for "Overhead" line type (only "A" for "A茅rien" in French was accepted).
    • Remove the field "model" from the JSON serialization of LineParameters.
  • #120 Fix phases of flexible power results.
  • #119 Add explicit error message for singular jacobian.
  • #118 #95
    • Add a catalogue of three-phase MV/LV distribution transformers.
    • Remove the class method TransformerParameters.from_name.
  • #117 Add prettier to pre-commit
  • #116
    • Add a catalogue of networks.
    • Add a plotting page to the documentation.
  • #115
    • Reformat the tutorials in the documentation.
    • Split the "Advanced" tutorial in several smaller files.
    • Remove the Docker installation option.
  • #114 Use Pint >=0.21 to have the percent unit.
  • #113 Raise an error when accessing the results of
    disconnected elements.
  • #112 Make the geometry serialization optional.
  • #106 Improvements for non-euclidean projections.
  • #104 Remove roseau.load_flow.utils.BranchType.
  • #99 Add Line.res_series_currents
    and Line.res_shunt_currents properties to get the currents in the series and shunt components
    of lines. Also added ElectricalNetwork.res_lines that contains the series losses and currents
    of all the lines in the network. The property ElectricalNetwork.res_lines_losses was removed.
  • #100 Fix the Yz transformers.
  • #97 Add the model section to the documentation.
  • #96
    • Add single-phase transformer.
    • Add center-tapped transformer.
    • Remove the roseau.load_flow.utils.TransformerType enumeration.
  • #93 Add short-circuit computation.
  • #92
    • Add the changelog in the documentation.
    • Use NodeJs 20 in the Dockerfile.
    • Correction of a dead link in the README.

What's Changed

Full Changelog: v0.4.0...v0.5.0