-
Notifications
You must be signed in to change notification settings - Fork 606
enable backward compatibility v3.4.1 #2897
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
base: develop
Are you sure you want to change the base?
Changes from 11 commits
cccb5f6
1008224
67cdb3b
66cf467
dfa1adb
4e3ad70
b659db2
39b4b9a
0a7a2c4
792ee4a
853b7d8
b554568
e6b1388
f31263e
57692de
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,2 +1,2 @@ | ||
| __version__ = "3.4.0" | ||
| __format_version__ = "3.1.0" | ||
| __version__ = "3.4.1" | ||
| __format_version__ = "3.3.0" |
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
|
KS-HTK marked this conversation as resolved.
|
Large diffs are not rendered by default.
Large diffs are not rendered by default.
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.