Skip to content

Upgrade to version 0.5.2

Compare
Choose a tag to compare
@BDonnot BDonnot released this 27 Jul 06:35
· 561 commits to master since this release
b83e0ca

Some github actions are now perrformed automatically to generate the python "wheels", so that lightsim2grid can be installed from pypi.

And it comes with a few changes:

  • [FIXED] GridModel now properly throw "out_of_range" exception when trying to change the bus of non existing
    elements
  • [FIXED] wrong units were displayed for the iterators for lines and transformers.
  • [ADDED] now able to retrieve the powerlines physical parameters python side.
  • [IMPROVED] more explicit error messages when the building of the Ybus matrix fails.
  • [IMPROVED] now the solver is not reset when using the backend._grid.check_solution
  • [IMPROVED] upgrade SuiteSparse to version v5.10.1
  • [IMPROVED] upgrade eigen to version 3.4-rc1