Releases: powsybl/powsybl-diagram
Releases · powsybl/powsybl-diagram
v2.4.0
Release notes
- Bump to powsybl core 4.4.0 (#277)
- Size and viewbox computed and inserted in SVG (#270)
- Introduce bus connection nodes (#241, #265), which replace
- bus breaker connection nodes for bus breaker topology
- fictitious disconnectors for node breaker topology
- Standardize ids of fictitious nodes (internals, bus connections, transformers) and of transformer edges (#266, #267)
- Generalize the use of the
Point
object, replacingList<Double>
for snakelines (#249) - Replace components xml file by a json file, removing the JAXB dependency (#276)
- Various fixes:
- Remove 0 degree rotations (#259)
- TopologicalStyleProvider correction and optimization (#269)
- Fix display of buses directly connected to a bus (#248)
- Fix bugs in substation layouts (#263)
- Fix snakelines overlapping transformers and labels unexpected rotation (#260)
- Force layout: avoid duplicating force in case of duplicated edge (#264)
- Test parameter to allow overriding test references (#268)
- Add slack link in README.md (#257)
v2.4.0-RC1
Release notes
- Bump to powsybl core 4.4.0-RC1 (#274)
- Size and viewbox computed and inserted in SVG (#270)
- Introduce bus connection nodes (#241, #265), which replace
- bus breaker connection nodes for bus breaker topology
- fictitious disconnectors for node breaker topology
- Standardize ids of fictitious nodes (internals, bus connections, transformers) and of transformer edges (#266, #267)
- Generalize the use of the Point object, replacing List for snakelines (#249)
- Various fixes:
- Remove 0 degree rotations (#259)
- TopologicalStyleProvider correction and optimization (#269)
- Fix display of buses directly connected to a bus (#248)
- Fix bugs in substation layouts (#263)
- Fix snakelines overlapping transformers and labels unexpected rotation (#260)
- Force layout: avoid duplicating force in case of duplicated edge (#264)
- Test parameter to allow overriding test references (#268)
- Add slack link in README.md (#257)
v2.3.0
Release notes
- Bump to powsybl-core 4.3.1 (#254)
- Component library automatic discovery (#252)
- Implementation of a force layout basic algorithm to get rid of gephi dependency (#243)
- Generating the real component type in node metadata for 2WT and 3WT transformer feeder leg node (#253)
- Change LayoutParameters cssInternal parameter to have SVG files with external CSS but with no CSS import (#255)
v2.2.0
Release notes
- Add branch status decorator: either a flash or lock component is inserted if BranchStatus extension notifies outage, either forced or planned (#242)
- Update powsybl-core to 4.2.0 (#245)
- Import PowSyBl core pom (#234)
- Use ServiceLoader.load with the current classloader instead of the context classloader (#240)
- Fix license header (#235)
v2.1.0
Release notes
- Update powsybl-core to v4.1.0 (#231)
- Draw lines (branches) within a substation (#207)
- Creation of a BranchStatus extension (#225)
- Remove viewer app, moved to powsybl-dev-tool (#226)
- Graph classes are non final classes (#228)
- Update github actions to latest versions (#229)
- gephi exclusions gathered in the root pom.xml (#230)
- Remove guava direct dependency (#233)