Skip to content

Commit

Permalink
further small bugfixes
Browse files Browse the repository at this point in the history
  • Loading branch information
sdrauz authored and sdrauz committed Mar 9, 2021
1 parent 61d8b2e commit 6103e4e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.rst
Expand Up @@ -4,10 +4,10 @@ Change Log
[0.4.0] - 2021-03-09
-------------------------------
- [ADDED] Six new tutorials.
- [ADDED] Adding flag in multinet if controller conversion should be checked in each level or just in the last level.
- [ADDED] Enabling to change collection colors more specifically.
- [ADDED] Adding flag in run_control if controller convergence should be checked in each level or just at the end.
- [ADDED] Adding variables to change collection colors more specifically.
- [ADDED] Added flag in fluid for constant fluid properties if warning is displayed or not in case of several input variables.
- [ADDED] Added function in graph_searches.py to determine junction distances
- [ADDED] Added function in graph_searches.py to determine junction distances.
- [CHANGED] Deleted one tutorial for heating networks. Another one was updated.
- [CHANGED] Deleted tutorial sections from the documentation. These should be available only via the corresponding homepage.
- [CHANGED] compressibility and der_compr for hydrogen is now for 273.15 K (instead of 293.15 K before).
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -42,7 +42,7 @@
long_description_content_type='text/x-rst',
url='http://www.pandapipes.org',
license='BSD',
install_requires=["pandapower>=2.5.0", "matplotlib"],
install_requires=["pandapower>=2.6.0", "matplotlib"],
extras_require={"docs": ["numpydoc", "sphinx", "sphinx_rtd_theme", "sphinxcontrib.bibtex"],
"plotting": ["plotly", "python-igraph"],
"test": ["pytest", "pytest-xdist"]},
Expand Down

0 comments on commit 6103e4e

Please sign in to comment.