Version 0.14.1#452
Merged
benoit9126 merged 18 commits intomainfrom Apr 23, 2026
Merged
Conversation
It used to contain the ID of the ground connection where it was supposed to contain the ID of the element connected.
This was an oversight in the original PR that added support for open switches.
- Document ground connections - Document all supported unbalance calculation definitions - Replace mentions of the deprecated method `rlf.ElectricalNetwork.from_dgs` - Document that constant current loads are not allowed on a short-circuited bus similar to constant power loads - Improve the short circuit example - Fix mistakes detected by GitHub copilot --------- Co-authored-by: Benoît Vinot <benoit.vinot@roseautechnologies.com>
The no-load currents (I0) of some of the most recent transformers in the catalogue were off by a factor of 100. The values in the manufacturers catalogue are in % while the values we save are in pu. This PR fixes these currents for affected transformers. Note that this considerably improves the reactive power losses in these transformers, up to a factor of 2 when the transformer is fully loaded.
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
…ions/develop/actions/upload-artifact-7 Bump actions/upload-artifact from 6 to 7
Fix switches in plots, ty, and uv build warning
alihamdan
approved these changes
Apr 23, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This release includes some corrections:
Switchconstructor gets a numpy bool as theclosedargument.closedstatus to the network's switches dataframe and graph representation.rlf.GroundConnection