Skip to content

enable backward compatibility v3.4.1#2897

Open
SimonRubenDrauz wants to merge 11 commits intoe2nIEE:developfrom
retoflow:fix/backward_3.4.1
Open

enable backward compatibility v3.4.1#2897
SimonRubenDrauz wants to merge 11 commits intoe2nIEE:developfrom
retoflow:fix/backward_3.4.1

Conversation

@SimonRubenDrauz
Copy link
Copy Markdown
Collaborator

No description provided.

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 1, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 72.27%. Comparing base (d5c9719) to head (e6b1388).

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #2897   +/-   ##
========================================
  Coverage    72.26%   72.27%           
========================================
  Files          351      351           
  Lines        38000    38001    +1     
========================================
+ Hits         27462    27465    +3     
+ Misses       10538    10536    -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@vogt31337 vogt31337 marked this pull request as draft March 4, 2026 08:18
Copy link
Copy Markdown
Collaborator

@KS-HTK KS-HTK left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See change request on #2895

@SimonRubenDrauz SimonRubenDrauz changed the title enable backward compatibility v3.4.2 enable backward compatibility v3.4.1 Mar 12, 2026
@sonarqubecloud
Copy link
Copy Markdown

@KS-HTK KS-HTK marked this pull request as ready for review March 30, 2026 07:05
Copy link
Copy Markdown
Collaborator

@KS-HTK KS-HTK left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please update this PR, and then it can be merged into develop.

from pandapower.diagnostic import *
from pandapower.runpm import *
from pandapower.pf.runpp_3ph import runpp_3ph
from pandapower.toolbox import *
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@SimonRubenDrauz please do not add additional imports to __init__.py . We are trying to reduce the load times. toolbox contains many functions that do not need to be loaded by default.
Also this should not be grouped in together with other changes.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unfortunately, this causes pandaplan-core to malfunction. Since we rely on pandaplan-core and also hold a license for it, I strongly recommend making the necessary adjustments to pandaplan-core and releasing a corresponding new version of pandaplan-core alongside the new version of pandapower.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please raise this issue with the pandaplan-core maintainers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants