Skip to content

v0.21.0

Compare
Choose a tag to compare
@EtienneLt EtienneLt released this 15 Feb 13:41

PyPowSyBl v0.21.0 release notes

Features

Network

  • add topology kind attribute in voltage level dataframe (#565 )
  • expose add nodes infos for single line diagram (#577 )

Extensions

  • add standby automaton extension (#561 )
  • add coordinated Reactive Control extension (#556 )
  • expose secondary voltage level extension (#563 )

Computation

Network modifications

  • Allow to create injections and branches with bay in BUS_BREAKER topology (#571 )
  • Wrap CreateCouplingDevice (#543 )
  • Create voltage level topology from scratch (#545 )

Bug fixes

  • fix deep copy of network (#555 )
  • fix mandatory dataframe in some element creation methods, like create_hvdc_lines,
    where it should have been optional (#570)
  • fix allow creation of multiple branches (#566 )

Documentation

  • add documentation for network modification (#559 )

Technical improvements

  • upgrade PowSyBl dependencies to v2023.0.0 (#563 )
  • upgrade PowSyBl dependencies to v2023.0.1 (#574 )
  • add the possibility to create extensions with several dataframes (#564 )
  • remove unused Java network modification functions (#568 )

Breaking changes