powsybl / pypowsybl

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

Upgrade dependencies v2024.1.0 #731

Closed colinepiloquet closed 6 months ago

colinepiloquet commented 6 months ago

Please check if the PR fulfills these requirements

Does this PR already have an issue describing the problem?

What kind of change does this PR introduce?

Upgrade to dependencies 2024.1.0.

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)

When using the Reporter class, considering migrating to ReportNode class. As well, in all functions using an attribute reporter, this attribute is replaced by report_node.

Other information:

colinepiloquet commented 6 months ago

One question, should we rename the python Reporter class into ReportNode to match what's done in Java or is it not recommended as it would break the API?