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

Revise network simplification to account for DC lines #743

Merged
merged 41 commits into from
Jul 12, 2023

Commits on May 23, 2023

  1. Add filtering by frequency

    ekatef committed May 23, 2023
    Configuration menu
    Copy the full SHA
    44ee30d View commit details
    Browse the repository at this point in the history
  2. Simplify topology of DC lines

    ekatef committed May 23, 2023
    Configuration menu
    Copy the full SHA
    64cf5d0 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. Configuration menu
    Copy the full SHA
    874e777 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb20186 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2023

  1. Fix typos

    ekatef committed Jun 2, 2023
    Configuration menu
    Copy the full SHA
    e3a1ca5 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2023

  1. Configuration menu
    Copy the full SHA
    a525321 View commit details
    Browse the repository at this point in the history
  2. Fix merge

    ekatef committed Jun 17, 2023
    Configuration menu
    Copy the full SHA
    97fa953 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2023

  1. Filter supernodes by polarity

    ekatef committed Jun 18, 2023
    Configuration menu
    Copy the full SHA
    cd8b430 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2023

  1. Configuration menu
    Copy the full SHA
    9847ca1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7c2534 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5082e04 View commit details
    Browse the repository at this point in the history
  4. Fix links check

    ekatef committed Jun 25, 2023
    Configuration menu
    Copy the full SHA
    baa817b View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Add minor fixes

    ekatef committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    4a21588 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    18e63ed View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2023

  1. Fix type

    ekatef committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    9abb586 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    906588f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bd2bb13 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2023

  1. Fix equivalence calculations

    ekatef committed Jul 2, 2023
    Configuration menu
    Copy the full SHA
    a0a8a44 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ebce63b View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2023

  1. Simplify attach_dc_costs

    ekatef committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    3827fb9 View commit details
    Browse the repository at this point in the history
  2. Fix naming

    ekatef committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    7cc768f View commit details
    Browse the repository at this point in the history
  3. Simplify add_underwater_part

    ekatef committed Jul 4, 2023
    Configuration menu
    Copy the full SHA
    8125f8e View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Configuration menu
    Copy the full SHA
    a6576f7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6864268 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Add a fix for augmentation

    ekatef committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    4b7ada4 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2023

  1. Configuration menu
    Copy the full SHA
    5c377b1 View commit details
    Browse the repository at this point in the history
  2. Add release note

    ekatef committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    0f727bf View commit details
    Browse the repository at this point in the history
  3. Improve naming

    ekatef committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    de4a2bb View commit details
    Browse the repository at this point in the history
  4. Simplify assignment

    ekatef committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    4d017cc View commit details
    Browse the repository at this point in the history
  5. Fix import

    ekatef committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    505213b View commit details
    Browse the repository at this point in the history
  6. Improve naming

    ekatef committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    50b558f View commit details
    Browse the repository at this point in the history
  7. Fix duplication

    ekatef committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    08ac4e3 View commit details
    Browse the repository at this point in the history
  8. Simplify calculations

    ekatef committed Jul 8, 2023
    Configuration menu
    Copy the full SHA
    6af3be2 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2023

  1. Remove an outdated comment

    ekatef committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    e44cdb1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29dc7d6 View commit details
    Browse the repository at this point in the history
  3. Fix typo

    ekatef committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    81678ef View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. Use s_nom parameter directly

    ekatef committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    8bed8c4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1a11bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e3c87f7 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2023

  1. Implement Davide's suggestion

    ekatef committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    121bf2d View commit details
    Browse the repository at this point in the history
  2. Revise naming

    ekatef committed Jul 11, 2023
    Configuration menu
    Copy the full SHA
    0b9f7a8 View commit details
    Browse the repository at this point in the history