Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Voltage level topology model conversion #3199

Open
wants to merge 25 commits into
base: main
Choose a base branch
from

Commits on Nov 5, 2024

  1. Refactor voltage level topology implementation

    Signed-off-by: Geoffroy Jamgotchian <[email protected]>
    geofjamg committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    65d8a01 View commit details
    Browse the repository at this point in the history
  2. Wip

    Signed-off-by: Geoffroy Jamgotchian <[email protected]>
    geofjamg committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    5272a31 View commit details
    Browse the repository at this point in the history
  3. Voltage level topology model conversion

    Signed-off-by: Geoffroy Jamgotchian <[email protected]>
    geofjamg committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    0cdc075 View commit details
    Browse the repository at this point in the history
  4. Fix

    Signed-off-by: Geoffroy Jamgotchian <[email protected]>
    geofjamg committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    706c9eb View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Wip

    Signed-off-by: Geoffroy Jamgotchian <[email protected]>
    geofjamg committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    8684af9 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Merge branch 'main' into topology_model_conversion

    # Conflicts:
    #	iidm/iidm-impl/src/main/java/com/powsybl/iidm/network/impl/BusBreakerTopologyModel.java
    #	iidm/iidm-impl/src/main/java/com/powsybl/iidm/network/impl/NodeBreakerTopologyModel.java
    #	iidm/iidm-impl/src/main/java/com/powsybl/iidm/network/impl/VoltageLevelImpl.java
    geofjamg committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    06b2f03 View commit details
    Browse the repository at this point in the history
  2. Clean

    Signed-off-by: Geoffroy Jamgotchian <[email protected]>
    geofjamg committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    6275991 View commit details
    Browse the repository at this point in the history
  3. Add network events to IIDM API

    Signed-off-by: Geoffroy Jamgotchian <[email protected]>
    geofjamg committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    fde8da4 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Add unit tests

    Signed-off-by: Geoffroy Jamgotchian <[email protected]>
    geofjamg committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    c380bfa View commit details
    Browse the repository at this point in the history
  2. Clean

    Signed-off-by: Geoffroy Jamgotchian <[email protected]>
    geofjamg committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    3dd4c87 View commit details
    Browse the repository at this point in the history
  3. Wip

    Signed-off-by: Geoffroy Jamgotchian <[email protected]>
    geofjamg committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    bd56b88 View commit details
    Browse the repository at this point in the history
  4. Clean all deprecated methods and remame element to property

    Signed-off-by: Geoffroy Jamgotchian <[email protected]>
    geofjamg committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    4d5ff02 View commit details
    Browse the repository at this point in the history
  5. Clean

    Signed-off-by: Geoffroy Jamgotchian <[email protected]>
    geofjamg committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    1f8f266 View commit details
    Browse the repository at this point in the history
  6. Clean

    Signed-off-by: Geoffroy Jamgotchian <[email protected]>
    geofjamg committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    43defb6 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2024

  1. Configuration menu
    Copy the full SHA
    7ae843d View commit details
    Browse the repository at this point in the history
  2. Rename attribute to key and Property to Properties

    Signed-off-by: Geoffroy Jamgotchian <[email protected]>
    geofjamg committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    9ac7c91 View commit details
    Browse the repository at this point in the history
  3. Clean

    Signed-off-by: Geoffroy Jamgotchian <[email protected]>
    geofjamg committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    e9c698a View commit details
    Browse the repository at this point in the history
  4. Merge branch 'network_events' into topology_model_conversion

    # Conflicts:
    #	iidm/iidm-api/src/main/java/com/powsybl/iidm/network/NetworkEventRecorder.java
    #	iidm/iidm-api/src/main/java/com/powsybl/iidm/network/events/ExtensionUpdateNetworkEvent.java
    #	iidm/iidm-api/src/main/java/com/powsybl/iidm/network/events/NetworkEvent.java
    #	math/src/main/java/com/powsybl/math/graph/UndirectedGraph.java
    geofjamg committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    44eccdd View commit details
    Browse the repository at this point in the history
  5. Merge

    Signed-off-by: Geoffroy Jamgotchian <[email protected]>
    geofjamg committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    65b8f55 View commit details
    Browse the repository at this point in the history
  6. Clean

    Signed-off-by: Geoffroy Jamgotchian <[email protected]>
    geofjamg committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    cbd28a4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    96ffd8a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    32f6b9e View commit details
    Browse the repository at this point in the history
  9. Fix regulating terminals

    Signed-off-by: Geoffroy Jamgotchian <[email protected]>
    geofjamg committed Nov 12, 2024
    Configuration menu
    Copy the full SHA
    3646956 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2024

  1. Fix busbar section

    Signed-off-by: Geoffroy Jamgotchian <[email protected]>
    geofjamg committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    f6ed9a3 View commit details
    Browse the repository at this point in the history
  2. Fix

    Signed-off-by: Geoffroy Jamgotchian <[email protected]>
    geofjamg committed Nov 14, 2024
    Configuration menu
    Copy the full SHA
    21ff2ed View commit details
    Browse the repository at this point in the history