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

Psy3 #1012

Merged
merged 63 commits into from
Sep 12, 2023
Merged

Psy3 #1012

merged 63 commits into from
Sep 12, 2023

Commits on Jan 30, 2023

  1. [PSY 3.0] Change Bus to ACBus (#956)

    * add DC bus
    
    * change to ACBus
    
    * remove powerflow page
    
    * add PSB to the docs
    
    * change documenter version
    
    * Initial updates to include all the necessary methids
    
    * Updates to parsing buses, areas and loadzones
    
    * Updates to parsing loads and populating peak P and Q for Areas and LoadZones
    
    * Remove total_load filter
    
    * Formatting updates
    
    * Adding info in ext of generators
    
    * Formatter updates
    
    * Updates to parsing on non XFR branches
    
    * Updates to transforming branches with bad data to XFR's
    
    * Formatting updates.
    
    * add basic transformer parsing
    
    * Update runtests.jl
    
    * bump psy version
    
    * update test because islolated is now allowed
    
    * get_max_reactive_power fix
    
    * Update Project.toml
    
    * use miliseconds in metadata
    
    * version bump
    
    * fix test
    
    * fix extra zeros
    
    * change to ACBus
    
    * change ACBusType
    
    ---------
    
    Co-authored-by: Jose Daniel Lara <[email protected]>
    Co-authored-by: scdhulipala <[email protected]>
    3 people committed Jan 30, 2023
    Configuration menu
    Copy the full SHA
    c2df64f View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. Add Standard DC and T-Model DC Lines (#960)

    * fix typo
    
    * update arc to Union
    
    * add DC line models
    
    * update limits
    
    * Update DC Line Default Inductor
    
    * remove dcline
    rodrigomha committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    e28e56b View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Jd/two terminal rename (#962)

    * rename existing HVDCLines
    
    * make two terminal branches ACBranches
    jd-lara committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    ec2d3b0 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2023

  1. Add IPCs to psy3 (#964)

    * fix Bus typos
    
    * add exports
    
    * add InterconnectingConverter
    
    * change bus name
    
    * add active power limits
    rodrigomha committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    74a7ead View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2023

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

Commits on Feb 7, 2023

  1. [PSY 3.0] Change Bus to ACBus (#956)

    * add DC bus
    
    * change to ACBus
    
    * remove powerflow page
    
    * add PSB to the docs
    
    * change documenter version
    
    * Initial updates to include all the necessary methids
    
    * Updates to parsing buses, areas and loadzones
    
    * Updates to parsing loads and populating peak P and Q for Areas and LoadZones
    
    * Remove total_load filter
    
    * Formatting updates
    
    * Adding info in ext of generators
    
    * Formatter updates
    
    * Updates to parsing on non XFR branches
    
    * Updates to transforming branches with bad data to XFR's
    
    * Formatting updates.
    
    * add basic transformer parsing
    
    * Update runtests.jl
    
    * bump psy version
    
    * update test because islolated is now allowed
    
    * get_max_reactive_power fix
    
    * Update Project.toml
    
    * use miliseconds in metadata
    
    * version bump
    
    * fix test
    
    * fix extra zeros
    
    * change to ACBus
    
    * change ACBusType
    
    ---------
    
    Co-authored-by: Jose Daniel Lara <[email protected]>
    Co-authored-by: scdhulipala <[email protected]>
    3 people committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    5eb1a10 View commit details
    Browse the repository at this point in the history
  2. Add Standard DC and T-Model DC Lines (#960)

    * fix typo
    
    * update arc to Union
    
    * add DC line models
    
    * update limits
    
    * Update DC Line Default Inductor
    
    * remove dcline
    rodrigomha authored and jd-lara committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    6c764ca View commit details
    Browse the repository at this point in the history
  3. Address Deserialization issue (#969)

    * initial approach to address deserialization
    
    * add bus to deserialize
    
    * remove repeated functions
    
    * comment data.jl utils
    rodrigomha committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    b4db077 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5c64ce0 View commit details
    Browse the repository at this point in the history
  5. formatter

    jd-lara committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    dd4b944 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. fix rebase problem

    rodrigomha committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    ec7bea4 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. [PSY 3.0] Change Bus to ACBus (#956)

    * add DC bus
    
    * change to ACBus
    
    * remove powerflow page
    
    * add PSB to the docs
    
    * change documenter version
    
    * Initial updates to include all the necessary methids
    
    * Updates to parsing buses, areas and loadzones
    
    * Updates to parsing loads and populating peak P and Q for Areas and LoadZones
    
    * Remove total_load filter
    
    * Formatting updates
    
    * Adding info in ext of generators
    
    * Formatter updates
    
    * Updates to parsing on non XFR branches
    
    * Updates to transforming branches with bad data to XFR's
    
    * Formatting updates.
    
    * add basic transformer parsing
    
    * Update runtests.jl
    
    * bump psy version
    
    * update test because islolated is now allowed
    
    * get_max_reactive_power fix
    
    * Update Project.toml
    
    * use miliseconds in metadata
    
    * version bump
    
    * fix test
    
    * fix extra zeros
    
    * change to ACBus
    
    * change ACBusType
    
    ---------
    
    Co-authored-by: Jose Daniel Lara <[email protected]>
    Co-authored-by: scdhulipala <[email protected]>
    3 people committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    5f1b7f2 View commit details
    Browse the repository at this point in the history
  2. Add Standard DC and T-Model DC Lines (#960)

    * fix typo
    
    * update arc to Union
    
    * add DC line models
    
    * update limits
    
    * Update DC Line Default Inductor
    
    * remove dcline
    rodrigomha authored and jd-lara committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    5d9f9ce View commit details
    Browse the repository at this point in the history
  3. [PSY 3.0] Change Bus to ACBus (#956)

    * add DC bus
    
    * change to ACBus
    
    * remove powerflow page
    
    * add PSB to the docs
    
    * change documenter version
    
    * Initial updates to include all the necessary methids
    
    * Updates to parsing buses, areas and loadzones
    
    * Updates to parsing loads and populating peak P and Q for Areas and LoadZones
    
    * Remove total_load filter
    
    * Formatting updates
    
    * Adding info in ext of generators
    
    * Formatter updates
    
    * Updates to parsing on non XFR branches
    
    * Updates to transforming branches with bad data to XFR's
    
    * Formatting updates.
    
    * add basic transformer parsing
    
    * Update runtests.jl
    
    * bump psy version
    
    * update test because islolated is now allowed
    
    * get_max_reactive_power fix
    
    * Update Project.toml
    
    * use miliseconds in metadata
    
    * version bump
    
    * fix test
    
    * fix extra zeros
    
    * change to ACBus
    
    * change ACBusType
    
    ---------
    
    Co-authored-by: Jose Daniel Lara <[email protected]>
    Co-authored-by: scdhulipala <[email protected]>
    jd-lara and scdhulipala committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    16015cb View commit details
    Browse the repository at this point in the history
  4. Jd/two terminal rename (#962)

    * rename existing HVDCLines
    
    * make two terminal branches ACBranches
    jd-lara committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    ad43f94 View commit details
    Browse the repository at this point in the history
  5. Add IPCs to psy3 (#964)

    * fix Bus typos
    
    * add exports
    
    * add InterconnectingConverter
    
    * change bus name
    
    * add active power limits
    rodrigomha authored and jd-lara committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    1589e78 View commit details
    Browse the repository at this point in the history
  6. change limits of line to rate (#967)

    rodrigomha authored and jd-lara committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    50509dc View commit details
    Browse the repository at this point in the history
  7. Address Deserialization issue (#969)

    * initial approach to address deserialization
    
    * add bus to deserialize
    
    * remove repeated functions
    
    * comment data.jl utils
    rodrigomha authored and jd-lara committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    f08f763 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    96c50b4 View commit details
    Browse the repository at this point in the history
  9. remove duplicate methods

    jd-lara committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    cd7450b View commit details
    Browse the repository at this point in the history
  10. update test

    jd-lara committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    cafb59b View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. [PSY 3.0] Change Bus to ACBus (#956)

    * add DC bus
    
    * change to ACBus
    
    * remove powerflow page
    
    * add PSB to the docs
    
    * change documenter version
    
    * Initial updates to include all the necessary methids
    
    * Updates to parsing buses, areas and loadzones
    
    * Updates to parsing loads and populating peak P and Q for Areas and LoadZones
    
    * Remove total_load filter
    
    * Formatting updates
    
    * Adding info in ext of generators
    
    * Formatter updates
    
    * Updates to parsing on non XFR branches
    
    * Updates to transforming branches with bad data to XFR's
    
    * Formatting updates.
    
    * add basic transformer parsing
    
    * Update runtests.jl
    
    * bump psy version
    
    * update test because islolated is now allowed
    
    * get_max_reactive_power fix
    
    * Update Project.toml
    
    * use miliseconds in metadata
    
    * version bump
    
    * fix test
    
    * fix extra zeros
    
    * change to ACBus
    
    * change ACBusType
    
    ---------
    
    Co-authored-by: Jose Daniel Lara <[email protected]>
    Co-authored-by: scdhulipala <[email protected]>
    3 people committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    71975a3 View commit details
    Browse the repository at this point in the history
  2. Add Standard DC and T-Model DC Lines (#960)

    * fix typo
    
    * update arc to Union
    
    * add DC line models
    
    * update limits
    
    * Update DC Line Default Inductor
    
    * remove dcline
    rodrigomha authored and jd-lara committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    6f2caf5 View commit details
    Browse the repository at this point in the history
  3. [PSY 3.0] Change Bus to ACBus (#956)

    * add DC bus
    
    * change to ACBus
    
    * remove powerflow page
    
    * add PSB to the docs
    
    * change documenter version
    
    * Initial updates to include all the necessary methids
    
    * Updates to parsing buses, areas and loadzones
    
    * Updates to parsing loads and populating peak P and Q for Areas and LoadZones
    
    * Remove total_load filter
    
    * Formatting updates
    
    * Adding info in ext of generators
    
    * Formatter updates
    
    * Updates to parsing on non XFR branches
    
    * Updates to transforming branches with bad data to XFR's
    
    * Formatting updates.
    
    * add basic transformer parsing
    
    * Update runtests.jl
    
    * bump psy version
    
    * update test because islolated is now allowed
    
    * get_max_reactive_power fix
    
    * Update Project.toml
    
    * use miliseconds in metadata
    
    * version bump
    
    * fix test
    
    * fix extra zeros
    
    * change to ACBus
    
    * change ACBusType
    
    ---------
    
    Co-authored-by: Jose Daniel Lara <[email protected]>
    Co-authored-by: scdhulipala <[email protected]>
    jd-lara and scdhulipala committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    32f69c0 View commit details
    Browse the repository at this point in the history
  4. Jd/two terminal rename (#962)

    * rename existing HVDCLines
    
    * make two terminal branches ACBranches
    jd-lara committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    bdd146e View commit details
    Browse the repository at this point in the history
  5. Add IPCs to psy3 (#964)

    * fix Bus typos
    
    * add exports
    
    * add InterconnectingConverter
    
    * change bus name
    
    * add active power limits
    rodrigomha authored and jd-lara committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    0199156 View commit details
    Browse the repository at this point in the history
  6. change limits of line to rate (#967)

    rodrigomha authored and jd-lara committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    7b8aa15 View commit details
    Browse the repository at this point in the history
  7. Address Deserialization issue (#969)

    * initial approach to address deserialization
    
    * add bus to deserialize
    
    * remove repeated functions
    
    * comment data.jl utils
    rodrigomha authored and jd-lara committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    1b51162 View commit details
    Browse the repository at this point in the history
  8. [PSY 3.0] Change Bus to ACBus (#956)

    * add DC bus
    
    * change to ACBus
    
    * remove powerflow page
    
    * add PSB to the docs
    
    * change documenter version
    
    * Initial updates to include all the necessary methids
    
    * Updates to parsing buses, areas and loadzones
    
    * Updates to parsing loads and populating peak P and Q for Areas and LoadZones
    
    * Remove total_load filter
    
    * Formatting updates
    
    * Adding info in ext of generators
    
    * Formatter updates
    
    * Updates to parsing on non XFR branches
    
    * Updates to transforming branches with bad data to XFR's
    
    * Formatting updates.
    
    * add basic transformer parsing
    
    * Update runtests.jl
    
    * bump psy version
    
    * update test because islolated is now allowed
    
    * get_max_reactive_power fix
    
    * Update Project.toml
    
    * use miliseconds in metadata
    
    * version bump
    
    * fix test
    
    * fix extra zeros
    
    * change to ACBus
    
    * change ACBusType
    
    ---------
    
    Co-authored-by: Jose Daniel Lara <[email protected]>
    Co-authored-by: scdhulipala <[email protected]>
    jd-lara and scdhulipala committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    3076ee6 View commit details
    Browse the repository at this point in the history
  9. Add Standard DC and T-Model DC Lines (#960)

    * fix typo
    
    * update arc to Union
    
    * add DC line models
    
    * update limits
    
    * Update DC Line Default Inductor
    
    * remove dcline
    jd-lara committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    99d4454 View commit details
    Browse the repository at this point in the history
  10. [PSY 3.0] Change Bus to ACBus (#956)

    * add DC bus
    
    * change to ACBus
    
    * remove powerflow page
    
    * add PSB to the docs
    
    * change documenter version
    
    * Initial updates to include all the necessary methids
    
    * Updates to parsing buses, areas and loadzones
    
    * Updates to parsing loads and populating peak P and Q for Areas and LoadZones
    
    * Remove total_load filter
    
    * Formatting updates
    
    * Adding info in ext of generators
    
    * Formatter updates
    
    * Updates to parsing on non XFR branches
    
    * Updates to transforming branches with bad data to XFR's
    
    * Formatting updates.
    
    * add basic transformer parsing
    
    * Update runtests.jl
    
    * bump psy version
    
    * update test because islolated is now allowed
    
    * get_max_reactive_power fix
    
    * Update Project.toml
    
    * use miliseconds in metadata
    
    * version bump
    
    * fix test
    
    * fix extra zeros
    
    * change to ACBus
    
    * change ACBusType
    
    ---------
    
    Co-authored-by: Jose Daniel Lara <[email protected]>
    Co-authored-by: scdhulipala <[email protected]>
    jd-lara and scdhulipala committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    4196f94 View commit details
    Browse the repository at this point in the history
  11. Add Standard DC and T-Model DC Lines (#960)

    * fix typo
    
    * update arc to Union
    
    * add DC line models
    
    * update limits
    
    * Update DC Line Default Inductor
    
    * remove dcline
    rodrigomha authored and jd-lara committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    787cce8 View commit details
    Browse the repository at this point in the history
  12. Jd/two terminal rename (#962)

    * rename existing HVDCLines
    
    * make two terminal branches ACBranches
    jd-lara committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    f83d616 View commit details
    Browse the repository at this point in the history
  13. Add IPCs to psy3 (#964)

    * fix Bus typos
    
    * add exports
    
    * add InterconnectingConverter
    
    * change bus name
    
    * add active power limits
    rodrigomha authored and jd-lara committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    d41bc85 View commit details
    Browse the repository at this point in the history
  14. Address Deserialization issue (#969)

    * initial approach to address deserialization
    
    * add bus to deserialize
    
    * remove repeated functions
    
    * comment data.jl utils
    rodrigomha authored and jd-lara committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    d426f99 View commit details
    Browse the repository at this point in the history
  15. formatter

    jd-lara committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    d9447f0 View commit details
    Browse the repository at this point in the history
  16. remove duplicate methods

    jd-lara committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    b6413b7 View commit details
    Browse the repository at this point in the history
  17. update test

    jd-lara committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    9087fe3 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    9dff487 View commit details
    Browse the repository at this point in the history
  19. remove duplicates

    jd-lara committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    863d778 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    721331a View commit details
    Browse the repository at this point in the history
  21. re run autogeneration

    jd-lara committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    fd3b444 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    1536ae7 View commit details
    Browse the repository at this point in the history
  23. more prime mover updates

    jd-lara committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    ca8bea4 View commit details
    Browse the repository at this point in the history
  24. bump PSB

    jd-lara committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    fada010 View commit details
    Browse the repository at this point in the history
  25. remove duplicate includes

    jd-lara committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    fa3cf43 View commit details
    Browse the repository at this point in the history
  26. fix test

    jd-lara committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    3ce9e25 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. Configuration menu
    Copy the full SHA
    1b67434 View commit details
    Browse the repository at this point in the history
  2. test fixing

    jd-lara committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    cc34836 View commit details
    Browse the repository at this point in the history
  3. remove duplicates

    jd-lara committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    41fb263 View commit details
    Browse the repository at this point in the history
  4. fix bad merge

    jd-lara committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    23cd27a View commit details
    Browse the repository at this point in the history
  5. fix test

    jd-lara committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    e170d5b View commit details
    Browse the repository at this point in the history
  6. run formatter

    jd-lara committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    5a2f1ce View commit details
    Browse the repository at this point in the history
  7. bump version

    jd-lara committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    30c9768 View commit details
    Browse the repository at this point in the history
  8. remove custom deserialize

    jd-lara committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    d2e612b View commit details
    Browse the repository at this point in the history
  9. update conversion code

    jd-lara committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    867d891 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0409e9b View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

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

Commits on Sep 11, 2023

  1. Merge branch 'main' into psy3

    jd-lara committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    543f570 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    92ebe1a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df6ba39 View commit details
    Browse the repository at this point in the history
  4. formatter

    jd-lara committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    1b35d39 View commit details
    Browse the repository at this point in the history
  5. simplify method conversion

    jd-lara committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    4e1d886 View commit details
    Browse the repository at this point in the history