Skip to content

Migration guide v4.2.0

MioRtia edited this page May 17, 2021 · 8 revisions

Import additional information about CGMES boundaries as extensions

Since this version, new extensions CgmesDanglingLineBoundaryNode and CgmesLineBoundaryNode have been added to retrieve additional information about CGMES boundaries. If you are using a custom IIDM implementation, you will have to implement these extensions and their adders and create providers for your custom adders' implementations if you want to continue using the CGMES import.

Removing blazegraph implementation of Triplestore

Since this version, the blazegraph dependency has been removed for licence purposes, and therefore the triple-store-impl-blazegraph artifact is not available anymore. Please use the RDF4J default implementation instead, or the Jena implementation.

Allow bPerSection to be equals to zero in linear shunt compensators

Since this version, linear shunt compensators with a bPerSection=0 are considered as valid: it will not crash anymore. However, networks with such equipment may crash if you try to reimport them in a previous core version. A pre-processing to change these values might be necessary.

New load-flow parameters

TODO

Remove blazegraph

Blazegraph implementation is not available anymore to read CGMES files as triplestores. Please preferably use RDF4J implementation.

Remove useless utilities in commons

TODO

Clone this wiki locally