Skip to content

Releases: Sienna-Platform/PowerNetworkMatrices.jl

v0.19.1

Choose a tag to compare

@github-actions github-actions released this 30 Mar 04:23
47615ba

PowerNetworkMatrices v0.19.1

Diff since v0.19.0

Merged pull requests:

  • Mb/pfu (#271) (@m-bossart)
  • Add test coverage for boundary_bus_to_removed_arcs in Ward reduction (#272) (@Copilot)
  • bug fix for applying reductions (#273) (@m-bossart)

v0.19.0

Choose a tag to compare

@github-actions github-actions released this 14 Mar 22:02
cd73b72

PowerNetworkMatrices v0.19.0

Diff since v0.18.2

Breaking changes

  • add new methods for time series testing
  • refactor linear solvers applications

Merged pull requests:

v0.18.2

Choose a tag to compare

@github-actions github-actions released this 26 Feb 19:49
99075cc

PowerNetworkMatrices v0.18.2

Diff since v0.18.1

Merged pull requests:

v0.18.1

Choose a tag to compare

@github-actions github-actions released this 09 Feb 23:24
32a38fe

PowerNetworkMatrices v0.18.1

Diff since v0.18.0

Merged pull requests:

Closed issues:

  • TagBot: Manual intervention needed for releases (#249)

v0.18.0

Choose a tag to compare

@github-actions github-actions released this 22 Jan 21:47
691cc68

PowerNetworkMatrices v0.18.0

Diff since v0.17.0

Breaking changes

  • Addition of new functions to calculate ratings

Merged pull requests:

Closed issues:

  • Initial clean-up and reorganization of PowerNetworkMatrices documentation (#90)
  • Fix Performance Tests in PNM (#213)
  • Radial reduction: diagonal entries in ybus (#232)
  • Handle units system properly with NetworkReductionData (#237)

v0.17.0

Choose a tag to compare

@github-actions github-actions released this 08 Dec 03:21
bc5a33c

PowerNetworkMatrices v0.17.0

Diff since v0.16.0

Breaking changes

  • use the ext approach for linear solvers
  • fix some other minor indexing issues

Merged pull requests:

v0.16.0

Choose a tag to compare

@github-actions github-actions released this 24 Nov 19:59
699a065

PowerNetworkMatrices v0.16.0

Diff since v0.15.0

Breaking changes

  • New PSY min dependency

Merged pull requests:

v0.15.0

Choose a tag to compare

@github-actions github-actions released this 11 Nov 06:17

PowerNetworkMatrices v0.15.0

Diff since v0.14.1

Breaking changes

  • none

New Interfaces

Release notes:

Breaking changes

  • none

New Interfaces

  • Network reduction physical equivalents

Merged pull requests:

  • remove assertion on parallel arc (#202) (@m-bossart)
  • add additional methods (#203) (@jd-lara)
  • Add RadialReduction and DegreeTwoReduction tutorial documentation (#205) (@Copilot)
  • Add MKLPardiso solver documentation to PTDF and LODF tutorials (#206) (@Copilot)
  • Add AppleAccelerate solver support for PTDF, LODF, and VirtualPTDF calculations (#208) (@Copilot)
  • Fix getter function usage in network reduction serialization tests (#209) (@Copilot)
  • missing 3wt methods (#211) (@jd-lara)

Closed issues:

  • Add MKL Pardiso to the documentation PTDF (#57)
  • Document Radial Line Reduction (#68)
  • add fields for arc max flow (#168)
  • Refactor and test getting equivalent ybus entry for series chain (#178)
  • Improve typing of network reduction for series reductions (#189)
  • add the option to employ AppleAccelerate for the linear solver (#207)

v0.14.1

Choose a tag to compare

@github-actions github-actions released this 04 Nov 14:48

PowerNetworkMatrices v0.14.1

Diff since v0.14.0

Merged pull requests:

Closed issues:

  • 3WT Winding Enums (#192)
  • Investigate failing test with MKLPardiso (#199)

v0.14.0

Choose a tag to compare

@github-actions github-actions released this 03 Nov 07:39

PowerNetworkMatrices v0.14.0

Diff since v0.13.0

Breaking changes

  • Addition of New Interfaces for reductions
  • Eliminations of branch indexing for arc indexing.

Merged pull requests:

Closed issues:

  • Implement Ward method for YBus decomposition (#49)
  • Add checks for vPTDF to avoid SingularExcaption error (#63)
  • Add exception list to bus reductions in RadialNetworkMatrices. (#76)
  • check that reduced buses aren't in different areas. (#82)
  • Update PowerNetworkMatrices for 3W Transformer (#94)
  • QA/AC Ward reduction (#99)
  • Integrate 3W Transformer into PNM (#100)
  • Integrate FactsDevices (#104)
  • Testing for PTDF and LODF for systems with the 3W transformer (#106)
  • Handle switch/breakers when making the YBus (#108)
  • Testing for PTDF and LODF for the switch/breaker (#107)
  • Change behavior of "check_connectivity" (#109)
  • Add connectivity corner cases checks (#111)
  • Add Degree-2 No injection branch/bus reduction (#113)
  • add reduction for double circuits (#114)
  • Ybus constructor errors (#121)
  • Testing for unavailable components (#122)
  • YBus Validation for large cases (#124)
  • Correct 3WT impedance data to match psse (#127)
  • Float32 vs Float64 in Ybus, ACPowerFlow (#133)
  • display and internal transpose (#137)
  • Refactor checking connectivity and finding subnetworks (#145)
  • Additional testing for new reductions (#146)
  • Update docstrings throughout (#148)
  • API for determining if a matrix has a reduction (#149)
  • Finish degree two reduction (#151)
  • Indexing into matrices (in particular BA) (#153)
  • Make it optional to include or not the constant impedance loads (#155)
  • Need method equivalent to get_removed_branches (#157)
  • Improve series chain branch maps (#162)
  • psy5 reference bus bugs (#170)
  • PNM-PF interface: reporting results with network reductions (#171)
  • Update yft/ytf with reductions (#175)
  • Increase test coverage for different branch types and reduction combinations (#183)