chore(powsybl): minimal work for powsybl-dependencies 2026.1.0 upgrade #653
Open
TheMaskedTurtle wants to merge 14 commits into
Open
chore(powsybl): minimal work for powsybl-dependencies 2026.1.0 upgrade #653TheMaskedTurtle wants to merge 14 commits into
TheMaskedTurtle wants to merge 14 commits into
Conversation
Add homopolar conductance and susceptance to LineFortescue (#3729) Add magnetizing reactance support to TwoWindingsTransformerFortescue (#3737) Add LineCouplings extension (#3730) Signed-off-by: Joris Mancini <joris.mancini_externe@rte-france.com>
Add option to import/export only the active operational limits groups (#3938) Signed-off-by: Joris Mancini <joris.mancini_externe@rte-france.com>
Add resistance to DC switch (#3863) Add active power limits to AC/DC converters (#3940) - beta feature (also in v7.2.2) Fix setConnectableBus with variants (#3895) DC connectable connect & disconnect method (#3942) Merge networks: improve exception message when duplicates are found (#3962) Signed-off-by: Joris Mancini <joris.mancini_externe@rte-france.com>
Signed-off-by: Joris Mancini <joris.mancini_externe@rte-france.com>
…ded to permanent limit Model low limits (#3920) Add a name to the permanent limits (#3909) Signed-off-by: Joris Mancini <joris.mancini_externe@rte-france.com>
PQU diagram for reactive limits - Without serialization (#3949) Signed-off-by: Joris Mancini <joris.mancini_externe@rte-france.com>
Add setId method to Identifiables (#3928) Signed-off-by: Joris Mancini <joris.mancini_externe@rte-france.com>
…disconnect Fix asymmetric connect / disconnect on terminal, tie line, hvdc line and add default methods (#3885) Signed-off-by: Joris Mancini <joris.mancini_externe@rte-france.com>
Signed-off-by: Joris Mancini <joris.mancini_externe@rte-france.com>
Signed-off-by: Joris Mancini <joris.mancini_externe@rte-france.com>
Signed-off-by: Joris Mancini <joris.mancini_externe@rte-france.com>
EtienneLt
reviewed
Jul 9, 2026
Signed-off-by: Joris Mancini <joris.mancini_externe@rte-france.com>
…powsybl-core-7.3.0
|
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.


Please check if the PR fulfills these requirements
What kind of change does this PR introduce?
Update powsybl-core version to 7.3.0. Update code to the different changes.
Things linked to already non-implemented features (so nothing to update):
Add resistance to DC switch (#3863)
Add active power limits to AC/DC converters (#3940) - beta feature
(also in v7.2.2) Fix setConnectableBus with variants (#3895)
DC connectable connect & disconnect method (#3942)
Merge networks: improve exception message when duplicates are found (#3962)
Things that are already separately planned for adaptation:
Add setId method to Identifiables (#3928)
- minimal work : tck AbstractIdentifiableTest to implement and by-pass its unique test. Another test to by-pass in SecondaryVoltageControlTest.
Things to be done fast:
More detailed error messages at temporary limits creation (#3891) - to finish
- minimal work: none - no associated tck.
Topology-specific error messages at equipment creation (#3785) - done
- done: quick code fix in AbstractInjectionAdder, AbstractIdentifiableAdder, AbstractBranchAdder and ThreeWindingsTransofrmerAdderImpl.
Add option to import/export only the active operational limits groups (#3938) - done
- done: adapt interfaces methods that turned from Collection to List. We were returning Sets now we return Lists. Anyway we're not yet handling multi active operational limits groups, then we're always returning a list of one element.
Fix asymmetric connect / disconnect on terminal, tie line, hvdc line and add default methods (#3885) - to finish
- minimal work : by-pass tck tests - HvdcLineTest and TieLineTest
Add observability area extension on voltage levels (#3836) - to finish
- minimal work: none - no tck
To be done later:
Add homopolar conductance and susceptance to LineFortescue (#3729)
- minimal work: fill new interface methods
Add magnetizing reactance support to TwoWindingsTransformerFortescue (#3737)
- minimal work: fill new interface methods
Add LineCouplings extension (#3730)
- minimal work: none - no tck
To be defined :
Model low limits (#3920) - beta feature
- minimal work: fill new interface methods
PQU diagram for reactive limits - Without serialization (#3949) - beta feature
- minimal work: fill new interface methods by throwing
Add a name to the permanent limits (#3909)
- minimal work: fill new interface methods
Does this PR introduce a breaking change or deprecate an API?
If yes, please check if the following requirements are fulfilled
What changes might users need to make in their application due to this PR? (migration steps)
Same as powsybl-core IIDM API evolutions