-
Notifications
You must be signed in to change notification settings - Fork 43
Migration guide v4.2.0
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.
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.
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.
TODO
Blazegraph implementation is not available anymore to read CGMES files as triplestores. Please preferably use RDF4J implementation.
TODO