-
Notifications
You must be signed in to change notification settings - Fork 487
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1659 from e2nIEE/develop
version 2.10.1: fix for JSONSerializableClass
- Loading branch information
Showing
6 changed files
with
1,823 additions
and
4 deletions.
There are no files selected for viewing
This file contains 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 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 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
__version__ = "2.10.0" | ||
__version__ = "2.10.1" | ||
|
||
import os | ||
pp_dir = os.path.dirname(os.path.realpath(__file__)) | ||
|
This file contains 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
1,810 changes: 1,810 additions & 0 deletions
1,810
pandapower/test/test_files/old_versions/example_2.10.1.json
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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 |
---|---|---|
|
@@ -34,7 +34,7 @@ | |
|
||
setup( | ||
name='pandapower', | ||
version='2.10.0', | ||
version='2.10.1', | ||
author='Leon Thurner, Alexander Scheidler', | ||
author_email='[email protected], [email protected]', | ||
description='An easy to use open source tool for power system modeling, analysis and optimization with a high degree of automation.', | ||
|