Skip to content

Commit

Permalink
Bump to 3.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Dupuy <florian.dupuy@rte-france.com>
  • Loading branch information
flo-dup committed Jan 31, 2023
1 parent 897ac08 commit b119713
Show file tree
Hide file tree
Showing 16 changed files with 18 additions and 5,977 deletions.
942 changes: 0 additions & 942 deletions .github/diagram-demo.svg

This file was deleted.

2,324 changes: 0 additions & 2,324 deletions .github/diagram_example.svg

This file was deleted.

678 changes: 0 additions & 678 deletions .github/example_n.svg

This file was deleted.

1,295 changes: 0 additions & 1,295 deletions .github/partial_diagram_example_1_25.svg

This file was deleted.

727 changes: 0 additions & 727 deletions .github/partial_diagram_example_25.svg

This file was deleted.

9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,13 @@ PowSyBl Network Area Diagram is a component built on top of the `Network` model
A network area diagram emphasizes the electrical structure of the network, and may differ substantially from the network physical geography.
It displays a graph whose nodes are the network voltage levels, and whose edges are the lines and transformers between those voltage levels.

The main features are:
- [SVG](https://en.wikipedia.org/wiki/SVG) diagram to be used in various front-end technologies.
- Highly customizable rendering using CSS and configurable labels.
- Built-in force-layout to place the voltage level nodes.
- Displaying electrical nodes within a voltage level as concentric rings, and voltage / angle values for each electrical node is displayed by default.
- Displaying lines, two- and three-winding transformers, converter stations and dangling lines with separate designs.
- Displaying active (visible by default) or reactive (hidden by default) powers on each edge.

## PowSyBl Single Line Diagram

Expand All @@ -43,7 +50,7 @@ for generating a [single line diagram](https://en.wikipedia.org/wiki/One-line_di

The main features are:
- Node/Breaker and Bus/Breaker topology.
- [SVG](https://fr.wikipedia.org/wiki/Scalable_Vector_Graphics) diagram to be used in various front-end technologies.
- [SVG](https://en.wikipedia.org/wiki/SVG) diagram to be used in various front-end technologies.
- Voltage level, substation and zone diagrams.
- Highly customizable rendering using equipment component libraries, CSS and configurable labels (position and content).
- Multiple layout modes: fully automatic, semi-automatic (using relative positions for busbar sections and feeders), CGMES DL.
Expand Down
2 changes: 1 addition & 1 deletion diagram-util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-diagram</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>powsybl-diagram-util</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion distribution-diagram/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<artifactId>powsybl-diagram</artifactId>
<groupId>com.powsybl</groupId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion network-area-diagram/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-diagram</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>powsybl-network-area-diagram</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<relativePath/>
</parent>
<artifactId>powsybl-diagram</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
<packaging>pom</packaging>

<name>PowSyBl Diagram</name>
Expand Down
2 changes: 1 addition & 1 deletion single-line-diagram/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-diagram</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion single-line-diagram/single-line-diagram-cgmes/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<artifactId>powsybl-single-line-diagram</artifactId>
<groupId>com.powsybl</groupId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>powsybl-single-line-diagram-cgmes</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-single-line-diagram-cgmes</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>powsybl-single-line-diagram-cgmes-dl-conversion</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-single-line-diagram-cgmes</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>powsybl-single-line-diagram-cgmes-iidm-extensions</artifactId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<parent>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-single-line-diagram-cgmes</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>powsybl-single-line-diagram-cgmes-layout</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion single-line-diagram/single-line-diagram-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<parent>
<groupId>com.powsybl</groupId>
<artifactId>powsybl-single-line-diagram</artifactId>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
</parent>

<artifactId>powsybl-single-line-diagram-core</artifactId>
Expand Down

0 comments on commit b119713

Please sign in to comment.