enable backward compatibility v3.4.1#2897
enable backward compatibility v3.4.1#2897SimonRubenDrauz wants to merge 11 commits intoe2nIEE:developfrom
Conversation
# Conflicts: # pandapower/_version.py
# Conflicts: # pandapower/_version.py
Codecov Report✅ All modified and coverable lines are covered by tests. 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. 🚀 New features to boost your workflow:
|
|
KS-HTK
left a comment
There was a problem hiding this comment.
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 * |
There was a problem hiding this comment.
@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.
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Please raise this issue with the pandaplan-core maintainers.



No description provided.