PowerSystems.jl

Data structures in Julia to enable power systems analysis. Part of the Scalable Integrated Infrastructure Planning Initiative at the National Renewable Energy Lab.

BSD-3-CLAUSE License

Stars
305
Committers
39

Bot releases are visible (Hide)

PowerSystems.jl - v1.8.2

Published by github-actions[bot] over 3 years ago

PowerSystems v1.8.2

Diff since v1.8.1

Merged pull requests:

  • Adding a set_value function to convert values to the correct unit system (#769) (@sourabhdalvi)
  • Add SEXS parser (#770) (@rodrigomha)
  • add convert to area power fields (#771) (@jd-lara)
  • remove conversion (#772) (@jd-lara)
PowerSystems.jl - v1.8.1

Published by github-actions[bot] over 3 years ago

PowerSystems v1.8.1

Diff since v1.8.0

Merged pull requests:

  • add V_ref to SEXS struct (#768) (@rodrigomha)
PowerSystems.jl - v1.8.0

Published by github-actions[bot] over 3 years ago

PowerSystems v1.8.0

Diff since v1.7.0

Closed issues:

  • deepcopy on a System with time_series_in_memory should use Base.deepcopy (#762)

Merged pull requests:

  • Optimize deepcopy of System (#764) (@daniel-thom)
  • fix rating calculation (#765) (@jd-lara)
PowerSystems.jl - v1.7.0

Published by github-actions[bot] over 3 years ago

PowerSystems v1.7.0

Diff since v1.6.0

Closed issues:

  • get_component() does not work properly after changing the name of component (#759)

Merged pull requests:

  • Update format workflow to autosuggest changes in PRs (#755) (@kdheepak)
  • Add error message when calculating PTDF for a system without reference bus (#756) (@raphaelsaavedra)
  • add Grid Following structs (#757) (@rodrigomha)
  • Allow changing the name of a component that is in a system (#760) (@daniel-thom)
  • deprecate current control in favor of voltagemodecontrol (#761) (@jd-lara)
PowerSystems.jl - v1.6.0

Published by github-actions[bot] over 3 years ago

PowerSystems v1.6.0

Diff since v1.5.1

Closed issues:

  • New system constructor to add time series to matpower files (#745)
  • Invalid range warning unclear (#748)
  • Can't show devices defined outside PowerSystems (#752)

Merged pull requests:

  • Filter logs by group (#743) (@daniel-thom)
  • add conversion to power_trajectory (#746) (@jd-lara)
  • add missing export/imports (#750) (@jd-lara)
  • Bug fix in get_value (#751) (@sourabhdalvi)
  • Fix printing of non-PowerSystems components (#753) (@daniel-thom)
  • Fix use of InfrastructureSystems interfaces (#754) (@daniel-thom)
PowerSystems.jl - v1.5.1

Published by github-actions[bot] over 3 years ago

PowerSystems v1.5.1

Diff since v1.5.0

Closed issues:

  • Method definition for FixedFrequency overwritten (#739)
  • Some arcs counted twice in list/number of system components (#740)

Merged pull requests:

  • fix is compat (#741) (@jd-lara)
  • Fix deserialization to account for old datasets (#742) (@daniel-thom)
PowerSystems.jl - v1.5.0

Published by github-actions[bot] over 3 years ago

PowerSystems v1.5.0

Diff since v1.4.3

Closed issues:

  • Resolve scaling of connectivity checks in the Ybus. (#728)
  • Method with no arguments is redefined here (#733)
  • set_service_bid! performance is slow due to checks (#736)

Merged pull requests:

  • Cb/new utils (#730) (@claytonpbarrows)
  • Added struct for SEXS AVR (#734) (@m-bossart)
  • enable all aqua tests (#735) (@jd-lara)
  • Improve set_service_bid! performance by avoiding get_contributing_devices (#737) (@raphaelsaavedra)
  • Add support for compression at the System level (#738) (@daniel-thom)
PowerSystems.jl - v1.4.3

Published by github-actions[bot] over 3 years ago

PowerSystems v1.4.3

Diff since v1.4.2

Merged pull requests:

  • Add full support for HybridSystems (#729) (@daniel-thom)
  • Allow passing single start_up value (#731) (@nickrobinson251)
  • Add droop inverter and Fixed PLL structs (#732) (@rodrigomha)
PowerSystems.jl - v1.4.2

Published by github-actions[bot] over 3 years ago

PowerSystems v1.4.2

Diff since v1.4.1

PowerSystems.jl - v1.4.1

Published by github-actions[bot] over 3 years ago

PowerSystems v1.4.1

Diff since v1.4.0

Merged pull requests:

  • Preserve runchecks across deepcopy (#726) (@daniel-thom)
PowerSystems.jl - v1.4.0

Published by github-actions[bot] over 3 years ago

PowerSystems v1.4.0

Diff since v1.3.3

Merged pull requests:

  • Fix broken link in docs (#725) (@raphaelsaavedra)
PowerSystems.jl - v1.3.3

Published by github-actions[bot] over 3 years ago

PowerSystems v1.3.3

Diff since v1.3.2

Closed issues:

  • New Ambiguity in Julia 1.6 (#722)

Merged pull requests:

  • Fix ambiguity (#723) (@daniel-thom)
PowerSystems.jl - v1.3.2

Published by github-actions[bot] over 3 years ago

PowerSystems v1.3.2

Diff since v1.3.1

Closed issues:

  • Branch rating validation always assumes that rate is per-unit (#721)
PowerSystems.jl - v1.3.1

Published by github-actions[bot] over 3 years ago

PowerSystems v1.3.1

Diff since v1.3.0

Closed issues:

  • Windows fails to build large system (#718)
PowerSystems.jl - v1.3.0

Published by github-actions[bot] over 3 years ago

PowerSystems v1.3.0

Diff since v1.2.5

Merged pull requests:

  • DNMY: Refactoring Storage (#706) (@sourabhdalvi)
PowerSystems.jl - v1.2.5

Published by github-actions[bot] over 3 years ago

PowerSystems v1.2.5

Diff since v1.2.4

Merged pull requests:

  • enabling the removal of system time series of a particular type (#716) (@claytonpbarrows)
PowerSystems.jl - v1.2.4

Published by github-actions[bot] over 3 years ago

PowerSystems v1.2.4

Diff since v1.2.3

Closed issues:

  • remove unnecessary warning (#700)
  • relax limit criteria in verification of ranges. (#712)
  • transform_single_time_series! erases forecasts (#713)

Merged pull requests:

  • Fix deserialization for DATA_FORMAT_VERSION 1.0.1 (#714) (@daniel-thom)
  • add fix to SIL rate verification (#715) (@jd-lara)
PowerSystems.jl - v1.2.3

Published by github-actions[bot] over 3 years ago

PowerSystems v1.2.3

Diff since v1.2.2

Closed issues:

  • matpower parsing multiplied by base power (#708)

Merged pull requests:

  • Cb/bigdata bugfixes (#707) (@claytonpbarrows)
PowerSystems.jl - v1.2.2

Published by github-actions[bot] over 3 years ago

PowerSystems v1.2.2

Diff since v1.2.1

Merged pull requests:

  • Simplify system checks (#703) (@daniel-thom)
  • adding convert methods for more field types (#705) (@claytonpbarrows)
PowerSystems.jl - v1.2.1

Published by github-actions[bot] almost 4 years ago

PowerSystems v1.2.1

Diff since v1.2.0

Closed issues:

  • Deserialization doesn't populate bus_numbers in System (#689)
  • setting default frequency in serialized system (#697)

Merged pull requests:

  • Fix handling of System kwargs in deserialize (#698) (@daniel-thom)
  • bus number serialization (#699) (@jd-lara)
Package Rankings
Top 5.0% on Juliahub.com
Badges
Extracted from project README
Main - CI codecov Documentation Build DOI PowerSystems.jl Downloads