Skip to content

Release: 0.11.0

Choose a tag to compare

@BDonnot BDonnot released this 09 Dec 11:42
· 155 commits to master since this release
39ae306
  • [DEPRECATED] python 3.7 builds will no longer be available
  • [FIXED] a bug in the import of the grid from pypowsybl
  • [FIXED] a bug with phase shifters in case the tap was on the low voltage side
  • [FIXED] a bug with active shunt values (wrong sign in the cpp part) and wrong Ybus diagonal coeff
  • [FIXED] a bug in DC computation with shunt active values (wrong sign)
  • [FIXED] a bug in DC computation with some phase shifters (when tap was not tagged on correct side)
  • [FIXED] a bug in FDPF when phase tap changer was not on high voltage side
  • [FIXED] a lots of bug in the conversion of pypowsybl grid when using
    "old" pypowysbl versions.
  • [ADDED] compatibility with python 3.14 and python 3.14 build
  • [ADDED] compatibility with pandapower >= 3 version when loading a grid
    (pandapower changed the way it initilizes the transformers model parameters)
  • [ADDED] more kwargs arguments are possible in the LightSimBackend loader_kwargs
  • [ADDED] name of the substations are now read from the grid when initializing from
    pypowsybl.
  • [ADDED] support for multiple slack when reading a grid from pypowsybl.
  • [IMPROVED] the way to initialize the transformers from pypowsybl
  • [IMPROVED] possibility to load grid with phase shifters from pypowsybl
  • [IMPROVED] function to initialize the grid from pypowsybl has now a
    basic documentation.