Skip to content

enable backward compatibility v3.4.1 - #2897

Open
SimonRubenDrauz wants to merge 15 commits into
e2nIEE:developfrom
retoflow:fix/backward_3.4.1
Open

enable backward compatibility v3.4.1#2897
SimonRubenDrauz wants to merge 15 commits into
e2nIEE:developfrom
retoflow:fix/backward_3.4.1

Conversation

@SimonRubenDrauz

Copy link
Copy Markdown
Collaborator

No description provided.

@codecov

codecov Bot commented Mar 1, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 72.00%. Comparing base (9997bd3) to head (f31263e).

Additional details and impacted files
@@           Coverage Diff            @@
##           develop    #2897   +/-   ##
========================================
  Coverage    72.00%   72.00%           
========================================
  Files          352      352           
  Lines        38311    38312    +1     
========================================
+ Hits         27584    27587    +3     
+ Misses       10727    10725    -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

@KS-HTK KS-HTK left a comment

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.

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
Comment thread pandapower/test/test_files/old_versions/example_3.4.0.json
@KS-HTK
KS-HTK marked this pull request as ready for review March 30, 2026 07:05

@KS-HTK KS-HTK left a comment

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 update this PR, and then it can be merged into develop.

Comment thread pandapower/__init__.py
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.

@sonarqubecloud

Copy link
Copy Markdown

@sonarqubecloud

Copy link
Copy Markdown

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