[WIP] Bump powsybl-parent to v29#250
Open
OpenSuze wants to merge 19 commits into
Open
Conversation
OpenSuze
commented
Jun 29, 2026
| return flowDecompositionResults; | ||
| } | ||
|
|
||
| @SuppressWarnings("checkstyle:LineLength") |
Collaborator
Author
There was a problem hiding this comment.
We should do something better that this. TODO
Signed-off-by: Hugo SCHINDLER <hugo.schindler@rte-france.com>
…ybl.network.area` Signed-off-by: Hugo SCHINDLER <hugo.schindler@rte-france.com>
…om.powsybl.balancesadjustment` Signed-off-by: Hugo SCHINDLER <hugo.schindler@rte-france.com>
Signed-off-by: Hugo SCHINDLER <hugo.schindler@rte-france.com>
…eadability and streamline `CneExporterTest` using `Assertions.assertThrows` Signed-off-by: Hugo SCHINDLER <hugo.schindler@rte-france.com>
Signed-off-by: Hugo SCHINDLER <hugo.schindler@rte-france.com>
…taFromGlskDocument`, and `GlskPointScalableConverter` to fix ordering Signed-off-by: Hugo SCHINDLER <hugo.schindler@rte-france.com>
Signed-off-by: Hugo SCHINDLER <hugo.schindler@rte-france.com>
… in `UcteGlskDocumentImporter` Signed-off-by: Hugo SCHINDLER <hugo.schindler@rte-france.com>
…m.powsybl.flowdecomposition` Signed-off-by: Hugo SCHINDLER <hugo.schindler@rte-france.com>
…ctor declarations across classes and reorganize related test validations. Signed-off-by: Hugo SCHINDLER <hugo.schindler@rte-france.com>
Signed-off-by: Hugo SCHINDLER <hugo.schindler@rte-france.com>
…eorganize imports in `CseGlskDocumentImporter`. Signed-off-by: Hugo SCHINDLER <hugo.schindler@rte-france.com>
…o `com.powsybl.glsk.ucte.qualitycheck` Signed-off-by: Hugo SCHINDLER <hugo.schindler@rte-france.com>
Signed-off-by: Hugo SCHINDLER <hugo.schindler@rte-france.com>
35d4ceb to
f86bb03
Compare
…ybl.networkarea` Signed-off-by: Hugo SCHINDLER <hugo.schindler@rte-france.com>
# Conflicts: # balances-adjustment/src/main/java/com/powsybl/balancesadjustment/computation/BalanceComputationArea.java # balances-adjustment/src/main/java/com/powsybl/balancesadjustment/computation/BalanceComputationImpl.java # balances-adjustment/src/test/java/com/powsybl/balancesadjustment/computation/BalanceComputationImplDcTest.java # balances-adjustment/src/test/java/com/powsybl/balancesadjustment/computation/BalanceComputationSimpleDcTest.java # balances-adjustment/src/test/java/com/powsybl/balancesadjustment/computation/extension/ExtendedBalanceComputationTest.java # docs/balances_adjustment/index.md # flow-decomposition/src/main/java/com/powsybl/flowdecomposition/FlowDecompositionComputer.java # flow-decomposition/src/main/java/com/powsybl/flowdecomposition/partitioners/MatrixBasedPartitioner.java # flow-decomposition/src/main/java/com/powsybl/flowdecomposition/rescaler/AbstractDecomposedFlowRescaler.java # flow-decomposition/src/test/resources/com/powsybl/flowdecomposition/TestCaseHvdc.xiidm # network-area/src/test/resources/logback-test.xml
…to `com.powsybl.flowdecomposition.utils` and remove unnecessary blank line in `AbstractDecomposedFlowRescaler`. Signed-off-by: Hugo SCHINDLER <hugo.schindler@rte-france.com>
|
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
Does this PR already have an issue describing the problem?
No
What kind of change does this PR introduce?
Update version
What is the current behavior?
Powsybl-parent version 26.1
What is the new behavior (if this is a feature change)?
Powsybl-parent version 29
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)
Some packages have been renamed.
Balances adjustement:
com.powsybl.balances_adjustment=>com.powsybl.balancesadjustmentcom.powsybl.balances_adjustment.balance_computation=>com.powsybl.balancesadjustment.computationcom.powsybl.balances_adjustment.balance_computation.json_parameters=>com.powsybl.balancesadjustment.computation.parametersFlow decomposition:
com.powsybl.flow_decomposition=>com.powsybl.flowdecompositioncom.powsybl.flow_decomposition.glsk_provider=>com.powsybl.flowdecomposition.glskprovidercom.powsybl.flow_decomposition.xnec_provider=>com.powsybl.flowdecomposition.xnecproviderGlsk quality check
com.powsybl.glsk.ucte.quality_check=>com.powsybl.glsk.ucte.qualitycheckOther information:
TODO: