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

Features/#377 grid separation #380

Merged
merged 26 commits into from
May 9, 2023
Merged

Features/#377 grid separation #380

merged 26 commits into from
May 9, 2023

Commits on May 3, 2023

  1. Configuration menu
    Copy the full SHA
    1afb2be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea77207 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    825109b View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

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

Commits on May 5, 2023

  1. Added workflow to separate all lv grids

    Workflow separates lv grids if a specific overloading threshold is reached. LV grids
    can be separated multiple times if necessary. Workflow is now a selectable part of
    the enhanced reinforcement method. Added simple tests.
    khelfen committed May 5, 2023
    Configuration menu
    Copy the full SHA
    a6793c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e720b79 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    80fcbae View commit details
    Browse the repository at this point in the history
  4. change logging string

    khelfen committed May 5, 2023
    Configuration menu
    Copy the full SHA
    fa4f229 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Make sure that the nodes of a feeder are sorted correctly when separa…

    …ting a grid
    
    Also make sure to only use nodes from the main feeder of a feeder.
    khelfen committed May 8, 2023
    Configuration menu
    Copy the full SHA
    ac17817 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    028d5ec View commit details
    Browse the repository at this point in the history
  3. adapted whatsnew

    khelfen committed May 8, 2023
    Configuration menu
    Copy the full SHA
    d7c1992 View commit details
    Browse the repository at this point in the history
  4. docstrings

    khelfen committed May 8, 2023
    Configuration menu
    Copy the full SHA
    36b542e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    92c82a5 View commit details
    Browse the repository at this point in the history
  6. fix docstrings

    khelfen committed May 8, 2023
    Configuration menu
    Copy the full SHA
    ea470ef View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2d2def2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6684b92 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Configuration menu
    Copy the full SHA
    f473b5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48255d3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3a28aa2 View commit details
    Browse the repository at this point in the history
  4. fix test_separate_lv_grid

    khelfen committed May 9, 2023
    Configuration menu
    Copy the full SHA
    ba00bc9 View commit details
    Browse the repository at this point in the history
  5. Minor doc change

    birgits committed May 9, 2023
    Configuration menu
    Copy the full SHA
    20db1e1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b7230c1 View commit details
    Browse the repository at this point in the history
  7. Correct docstring

    birgits committed May 9, 2023
    Configuration menu
    Copy the full SHA
    efd4af0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    74ea1e7 View commit details
    Browse the repository at this point in the history
  9. Minor logging typo fix

    birgits committed May 9, 2023
    Configuration menu
    Copy the full SHA
    5024be3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9a90942 View commit details
    Browse the repository at this point in the history