issues
search
Grid2op
/
lightsim2grid
LightSim2grid implements a c++ backend targeting the Grid2Op (https://github.com/rte-france/grid2op) platform.
https://lightsim2grid.readthedocs.io/en/latest/
Mozilla Public License 2.0
51
stars
10
forks
source link
Version 0.7.5
#64
Closed
BDonnot
closed
1 year ago
BDonnot
commented
1 year ago
[FIXED] a bug in DC powerflow when asking for computation time: it was not reset to 0. when multiple powerflows used the same solver
[FIXED] a bug in AC and DC powerflow when shunts had active values
[ADDED] possibility to initialize a powergrid based on pypowsybl see #53
[ADDED] some more algorithm to perform powerflow: Fast Decoupled Powerflow (in BX and XB variant) see
https://github.com/BDonnot/lightsim2grid/issues/63
[ADDED] build lightsim2grid for python 3.12
[ADDED] support for non distributed slack but multiple slack buses see
https://github.com/BDonnot/lightsim2grid/issues/50
(ONLY FOR AC powerflow)
[IMPROVED] now shipping
src
and
eigen
directory in the source of lightsim2grid to allow their installation if wheels are not provided.
[IMPROVED] in the underlying cpp GridModel powerlines can now have 2 different values for the
h
parameters (
h_or
and
h_ex
).
[IMPROVED] now lightsim2grid is able to load a pandapower network with non contiguous non starting at 0 bus index
src
andeigen
directory in the source of lightsim2grid to allow their installation if wheels are not provided.h
parameters (h_or
andh_ex
).