power-grid-model
power-grid-model copied to clipboard
Python/C++ library for distribution power system analysis
Neither the implementation nor the unit tests accounted for the difference in the output residuals between global and local current sensor angles. This PR attempts to fix it. Todo list:...
This PR adds validations tests for the current sensor feature.
**Implement feature**: `# 720` ### Changes proposed in this PR include: Implementation of [feature 720](https://github.com/PowerGridModel/power-grid-model/issues/720). Add a new component to support asym_line specification with R, X and C matrix values...
Basic documentation regarding high-level package design + contributing new packages
See #547 for the full feature request. When implementing this the local current measurement will already be supported for iterative linear SE, see #764. This feature request implements only the...
In #648 / #613 enums were added for `ComponentType`. `AttributeType` is still lagging: attributes of components are listed only by their strings on the Python side. This issue proposes to...
See #547 for the full feature request. When implementing this the local current measurement will already be supported for iterative linear SE, see #764. This feature request implements only the...
Very unfortunate patch to #944 This seems to be caused by the fact that GitHub explicitly excludes releases created by GitHub Actions workflows from triggering `on: release` events. See also...
### Changes proposed in this PR include: The updated implementation of automatic transformer tap changer was too restrictive on allowed cases for tap control. Meshed control of transformers was not...
This PR enables: - full clang-tidy build independent of the event that triggered it - continuation of clang-tidy build in CI with next file even if previous file has errors...