-
Notifications
You must be signed in to change notification settings - Fork 12
Pandapower converter: Fix compatibility issues with upcoming pandapower release. #333
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
Merged
nitbharambe
merged 21 commits into
PowerGridModel:feature/fix-nightly
from
furqan463:new_pp
Oct 13, 2025
Merged
Changes from 14 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
a8e9e78
Fix Lines & Trafo loss result names, sym_load input
furqan463 fd06285
Fix loss_parameters according to pp_version
furqan463 9952520
Fix Validation Errors
furqan463 9b90b66
Fix Unit tests
furqan463 99a684c
Fix pandapower_converter for older pp version
furqan463 5694559
Merge branch 'PowerGridModel:main' into new_pp
furqan463 9d5ae50
fix data files
furqan463 c7e35bc
rearrange data files
furqan463 82c71f2
Rename Folders
furqan463 717ea49
Merge branch 'PowerGridModel:main' into new_pp
furqan463 001a603
Create README for data files
furqan463 18b8368
Merge branch 'new_pp' of https://github.com/furqan463/power-grid-mode…
furqan463 bfcb72d
Fix placing 'index' column in line and trafo
furqan463 46221e6
Fix mag0_percent check
furqan463 ede485a
Merge branch 'feature/fix-nightly' into new_pp
mgovers f3baccb
officially support pandapower 3.2.0 + resolve comments
mgovers 254e5ed
Fix mag0percent check
furqan463 3c1100f
Apply suggestion from @mgovers
mgovers c6c8932
Apply suggestion from @mgovers
mgovers 96b4313
pandapower 3.2.0 instead of 3.1.3
mgovers be7a362
add v3.2.0 folder
furqan463 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| <!-- | ||
| SPDX-FileCopyrightText: Contributors to the Power Grid Model project <[email protected]> | ||
| SPDX-License-Identifier: MPL-2.0 | ||
| --> | ||
| # Pandapower release 3.1.3 | ||
|
|
||
| `pandapower` made following breaking changes to its release 3.1.3; | ||
mgovers marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
| 1. `Load` attributes have been changed: | ||
| * `const_i_percent` replaced with `const_i_p_percent` and `const_i_q_percent` | ||
| * `const_z_percent` replaced with `const_z_p_percent` and `const_z_q_percent` | ||
| 2. loss attributes in 3ph load flow for `res_line_3ph` and `res_trafo_3ph` have been changed: | ||
| * `p_a_l_mw` changed to `pl_a_mw` and same for other phases | ||
| * `q_a_l_mvar` changed to `ql_a_mvar` and same for other phases | ||
|
|
||
| In order to maintain backward compatibility, data files compatible with both `pandapower` versions have been moved | ||
| to separate folders **v3.1.2** and **v3.1.3**. | ||
mgovers marked this conversation as resolved.
Outdated
Show resolved
Hide resolved
|
||
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
furqan463 marked this conversation as resolved.
Show resolved
Hide resolved
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.