powsybl / pypowsybl

A PowSyBl and Python integration based on GraalVM native image
Mozilla Public License 2.0
57 stars 12 forks source link

Integration of latest changes in the flow decomposition #828

Closed colinepiloquet closed 2 weeks ago

colinepiloquet commented 1 month ago

Describe the current behavior

No response

Describe the expected behavior

It seems that the flow decomposition changed a lot on powsybl-entsoe side, would it be possible to do the adaptation in pypowsybl? I've seen a couple of breaking changes. It would be really great to integrate them in pypowsybl.

Describe the motivation

Then we would be able to update pypowsybl to the latest dependencies.

Extra Information

No response

caioluke commented 1 month ago

Sure, I can update pypowsybl's flow decomposition algorithm :)

colinepiloquet commented 1 month ago

Sure, I can update pypowsybl's flow decomposition algorithm :)

Thank you very much. There is a bit of design for the new attributes, that's why I did not want to change too much.

OpenSuze commented 1 month ago

Here is what is left to do :

jeandemanged commented 2 weeks ago

done in https://github.com/powsybl/pypowsybl/pull/845

closing