Merged
Conversation
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>
Dev switches
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



[0.12.1] 2026-01-09
for both pandapower (new in this version) and pypowsybl (already
the case in previous version)
Jacobian matrix was extremly slow due to the massive 'insert' of data in the eigen sparse matrix instead
of relying on the "setFromTriplets" method)
close()method of LightSimBackend in case thebackend was closed before any grid was loaded.
can be pickled independantly from anything else) NB pickling and un-pickling
lightsim2grid objects can only be used for the same lightsim2grid version.
init_from_n_powerflowproperty for ContingencyAnalysis (andContingencyAnalysisCPP). 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 thegiven input vector (
init_from_n_powerflow=False). Defaults toFalse