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

Jd/radial branch reduction #1033

Merged
merged 82 commits into from
Jan 22, 2024
Merged

Jd/radial branch reduction #1033

merged 82 commits into from
Jan 22, 2024

Commits on Dec 28, 2023

  1. Configuration menu
    Copy the full SHA
    54d707f View commit details
    Browse the repository at this point in the history
  2. add radial branches to model

    jd-lara committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    df8f361 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. add bus maps

    jd-lara committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    fdba9ba View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. add missing sort! call

    jd-lara committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    040b150 View commit details
    Browse the repository at this point in the history
  2. updates to network model

    jd-lara committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    b8f9629 View commit details
    Browse the repository at this point in the history
  3. updates to the container

    jd-lara committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    2deda19 View commit details
    Browse the repository at this point in the history
  4. updates to branch modeling

    jd-lara committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    d18aaea View commit details
    Browse the repository at this point in the history
  5. remove debugging assertion

    jd-lara committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    c393f81 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. fix tests

    jd-lara committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    c8845f1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d2c34c View commit details
    Browse the repository at this point in the history
  3. bump power models

    jd-lara committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    fbcd7da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    51260df View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    21b0ae4 View commit details
    Browse the repository at this point in the history
  6. update slack expressions

    rodrigomha committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    8154c9a View commit details
    Browse the repository at this point in the history
  7. add radial test

    rodrigomha committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    d1dd6b1 View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2024

  1. Update LICENSE

    jd-lara authored Jan 4, 2024
    Configuration menu
    Copy the full SHA
    492aee9 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. add nothing check

    jd-lara committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    b77ecc5 View commit details
    Browse the repository at this point in the history
  2. add assert

    jd-lara committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    c927047 View commit details
    Browse the repository at this point in the history
  3. use summary

    jd-lara committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    954a916 View commit details
    Browse the repository at this point in the history
  4. use power limits

    jd-lara committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    8e960bd View commit details
    Browse the repository at this point in the history
  5. fix function

    jd-lara committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    37d05db View commit details
    Browse the repository at this point in the history
  6. Update src/devices_models/devices/thermal_generation.jl

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    jd-lara and github-actions[bot] authored Jan 5, 2024
    Configuration menu
    Copy the full SHA
    cfef00b View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. add new test

    jd-lara committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    bf24077 View commit details
    Browse the repository at this point in the history
  2. update testing

    jd-lara committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    f5e52bd View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1036 from NREL-Sienna/jd/ntp_debug

    MultiStart with nothing
    jd-lara authored Jan 8, 2024
    Configuration menu
    Copy the full SHA
    a8be7cf View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. change internal

    jd-lara committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    a3af6b3 View commit details
    Browse the repository at this point in the history
  2. device_hvdc and network_const updates

    Streitmatter, Lauren authored and Streitmatter, Lauren committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    86e3fc8 View commit details
    Browse the repository at this point in the history
  3. parametrize internal

    jd-lara committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    b8cac7f View commit details
    Browse the repository at this point in the history
  4. separate outer constructor

    jd-lara committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    6976b14 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7833677 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1041 from NREL-Sienna/ls/power_models_test_updates

    device_hvdc and network_const updates
    rodrigomha authored Jan 10, 2024
    Configuration menu
    Copy the full SHA
    4826380 View commit details
    Browse the repository at this point in the history
  7. abstract container

    jd-lara committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    32c7e03 View commit details
    Browse the repository at this point in the history
  8. use getter function

    jd-lara committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    8ac313f View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2024

  1. Merge pull request #1042 from NREL-Sienna/jd/multicontainer

    updates to support multiple optimization container
    jd-lara authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    4fa2a15 View commit details
    Browse the repository at this point in the history
  2. Update Project.toml

    jd-lara authored Jan 11, 2024
    2 Configuration menu
    Copy the full SHA
    82b8115 View commit details
    Browse the repository at this point in the history
  3. bump PNM version

    jd-lara committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    4f50cc8 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1034 from NREL-Sienna/jd/bump_power_models

    bump power models
    jd-lara authored Jan 11, 2024
    Configuration menu
    Copy the full SHA
    2c4d558 View commit details
    Browse the repository at this point in the history
  5. Update Project.toml

    jd-lara authored Jan 11, 2024
    2 Configuration menu
    Copy the full SHA
    c1972c8 View commit details
    Browse the repository at this point in the history
  6. bump PNM dependency

    jd-lara committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    b50e02c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5aefd0a View commit details
    Browse the repository at this point in the history
  8. add radial branches to model

    jd-lara committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    1ee92de View commit details
    Browse the repository at this point in the history
  9. add bus maps

    jd-lara committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    2cb0c36 View commit details
    Browse the repository at this point in the history
  10. add missing sort! call

    jd-lara committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    869042f View commit details
    Browse the repository at this point in the history
  11. updates to network model

    jd-lara committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    72ae721 View commit details
    Browse the repository at this point in the history
  12. updates to the container

    jd-lara committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    4e9d046 View commit details
    Browse the repository at this point in the history
  13. updates to branch modeling

    jd-lara committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    b3d7511 View commit details
    Browse the repository at this point in the history
  14. remove debugging assertion

    jd-lara committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    8e1a85c View commit details
    Browse the repository at this point in the history
  15. fix tests

    jd-lara committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    e1aab9e View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    55704f1 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    67cf974 View commit details
    Browse the repository at this point in the history
  18. update slack expressions

    rodrigomha authored and jd-lara committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    b9195ea View commit details
    Browse the repository at this point in the history
  19. add radial test

    rodrigomha authored and jd-lara committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    1901f14 View commit details
    Browse the repository at this point in the history
  20. add new test

    jd-lara committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    46122d5 View commit details
    Browse the repository at this point in the history
  21. update testing

    jd-lara committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    f2a2a88 View commit details
    Browse the repository at this point in the history
  22. bump PNM version

    jd-lara committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    6ea9724 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    ed843d5 View commit details
    Browse the repository at this point in the history
  24. bump ts version

    jd-lara committed Jan 11, 2024
    Configuration menu
    Copy the full SHA
    5983103 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2024

  1. formatter and test fixes

    jd-lara committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    74a643c View commit details
    Browse the repository at this point in the history
  2. update te testing code

    jd-lara committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    d00ad50 View commit details
    Browse the repository at this point in the history
  3. rename PNM object

    jd-lara committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    32b40cb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f0a7c76 View commit details
    Browse the repository at this point in the history
  5. replace field names

    jd-lara committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    2f6b9f0 View commit details
    Browse the repository at this point in the history
  6. field name change

    jd-lara committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    82865ab View commit details
    Browse the repository at this point in the history
  7. more name replace

    jd-lara committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    a5764c3 View commit details
    Browse the repository at this point in the history
  8. implement name changes

    jd-lara committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    0770442 View commit details
    Browse the repository at this point in the history
  9. fix usage of dot access

    jd-lara committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    f856011 View commit details
    Browse the repository at this point in the history
  10. fix incompatible models

    jd-lara committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    5a5e9b8 View commit details
    Browse the repository at this point in the history
  11. fix typo

    jd-lara committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    4a5a05e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    035ef78 View commit details
    Browse the repository at this point in the history
  13. remove code duplication

    jd-lara committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    2ab1dd4 View commit details
    Browse the repository at this point in the history
  14. formatter run

    jd-lara committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    c9a7b5a View commit details
    Browse the repository at this point in the history
  15. fix eliminated variable

    jd-lara committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    3bb6e78 View commit details
    Browse the repository at this point in the history
  16. variable rename

    jd-lara committed Jan 15, 2024
    Configuration menu
    Copy the full SHA
    4c1ccbd View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2024

  1. add missing docstring entry

    jd-lara committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    c92e073 View commit details
    Browse the repository at this point in the history
  2. fix deleted line

    jd-lara committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    c046be7 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. rename field

    jd-lara committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    db9e04c View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. use bus

    jd-lara committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    c6539e3 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. fix network instantiation

    jd-lara committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    d2ba948 View commit details
    Browse the repository at this point in the history
  2. limit PNM version

    jd-lara committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    e356d1e View commit details
    Browse the repository at this point in the history
  3. fix typo

    jd-lara committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    9f1c16d View commit details
    Browse the repository at this point in the history
  4. add comment on sorting

    jd-lara committed Jan 22, 2024
    Configuration menu
    Copy the full SHA
    782e017 View commit details
    Browse the repository at this point in the history
  5. Update src/core/optimization_container.jl

    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    jd-lara and github-actions[bot] authored Jan 22, 2024
    Configuration menu
    Copy the full SHA
    f93f740 View commit details
    Browse the repository at this point in the history