Skip to content

Dev 0.12.1#121

Merged
BDonnot merged 12 commits intomasterfrom
dev_0.12.1
Jan 9, 2026
Merged

Dev 0.12.1#121
BDonnot merged 12 commits intomasterfrom
dev_0.12.1

Conversation

@BDonnot
Copy link
Collaborator

@BDonnot BDonnot commented Jan 9, 2026

[0.12.1] 2026-01-09

  • [FIXED] phase shift transformers are now properly modeled
    for both pandapower (new in this version) and pypowsybl (already
    the case in previous version)
  • [FIXED] a performance issue for all "XXXSingleSlack" (eg KLUSingleSlack) algorithm (filling of the initial
    Jacobian matrix was extremly slow due to the massive 'insert' of data in the eigen sparse matrix instead
    of relying on the "setFromTriplets" method)
  • [FIXED] an normal "exception" was not catched in the close() method of LightSimBackend in case the
    backend was closed before any grid was loaded.
  • [ADDED] possibility to pickle independantly all part of the grid (eg gridmodel.get_lines()
    can be pickled independantly from anything else) NB pickling and un-pickling
    lightsim2grid objects can only be used for the same lightsim2grid version.
  • [ADDED] the init_from_n_powerflow property for ContingencyAnalysis (and
    ContingencyAnalysisCPP). It allows to chose if the computation of the contingencies
    are initialized with the complex voltages resulting of the powerflow in N
    (init_from_n_powerflow=True) or if they are initialized from the
    given input vector (init_from_n_powerflow=False). Defaults to False

BDonnot and others added 12 commits January 6, 2026 11:33
Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com>
Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com>
downgrade max gcc to 15, gcc 16 not yet released
Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com>
…pendantly

Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com>
…eird inheritance

Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com>
…ough

Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com>
Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com>
…esults of the N powerflow

Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com>
Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com>
Signed-off-by: DONNOT Benjamin <benjamin.donnot@rte-france.com>
@sonarqubecloud
Copy link

sonarqubecloud bot commented Jan 9, 2026

@BDonnot BDonnot merged commit da45850 into master Jan 9, 2026
49 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant