-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'develop' into custom_components
- Loading branch information
Showing
10 changed files
with
1,044 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,14 +4,14 @@ build-backend = "setuptools.build_meta" | |
|
||
[project] | ||
name = "pandapipes" | ||
version = "0.10.0" # File format version '__format_version__' is tracked in __init__.py | ||
version = "0.11.0" # File format version '__format_version__' is tracked in __init__.py | ||
authors=[ | ||
{ name = "Simon Ruben Drauz-Mauel", email = "[email protected]" }, | ||
{ name = "Daniel Lohmeier", email = "[email protected]" }, | ||
{ name = "Jolando Marius Kisse", email = "[email protected]" } | ||
] | ||
description = "A pipeflow calculation tool that complements pandapower in the simulation of multi energy grids" | ||
readme = "README.md" | ||
readme = "README.rst" | ||
license = { file = "LICENSE" } | ||
requires-python = ">=3.9" | ||
classifiers = [ | ||
|
@@ -32,7 +32,7 @@ classifiers = [ | |
"Programming Language :: Python :: 3.12" | ||
] | ||
dependencies = [ | ||
"pandapower ~= 2.14.6", | ||
"pandapower ~= 2.14.11", | ||
"matplotlib", | ||
"shapely", | ||
] | ||
|
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
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
460 changes: 460 additions & 0 deletions
460
src/pandapipes/test/api/old_versions/example_0.11.0_gas.json
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.