Skip to content

Migration guide v3.6.0

Florian Dupuy edited this page Sep 7, 2020 · 3 revisions

Upgrade jgrapht version

In this release, jgrapht version has been updated from version 1.0.1 to 1.4.0. Since jgrapht has broken the API between these versions, projects using powsybl and jgrapht should also update their version. Note especially the following API breaking changes:

  • UndirectedGraph interface has been deleted; e.g. PseudoGraph inherits of Graph (through AbstractBaseGraph) instead of UndirectedGraph.
  • Connectivity classes which were in package org.jgrapht.alg (like ConnectivityInspector) are now in package org.jgrapht.alg.connectivity.
Clone this wiki locally