Skip to content

Commit

Permalink
Merge pull request #487 from e2nIEE/hotfix_0.8.2
Browse files Browse the repository at this point in the history
Hotfix 0.8.2
  • Loading branch information
SimonRubenDrauz committed Jan 8, 2023
2 parents ddb2548 + ad4d4c6 commit 12db9f6
Show file tree
Hide file tree
Showing 7 changed files with 887 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ jobs:
if: ${{ inputs.upload_server == 'testpypi'}}
run: |
python -m pip install --upgrade pip
python -m pip install pytest nbmake python-igraph pytest-split numba
pip install --no-cache-dir -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple pandapipes[all]
python -m pip install pytest nbmake python-igraph pytest-xdist pytest-split numba
pip install --no-cache-dir -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple pandapipes
- name: Install dependencies PyPI
if: ${{ inputs.upload_server == 'pypi'}}
run: |
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Change Log
=============

[0.8.2] - 2023-01-08
-------------------------------
- [FIXED] failing tutorial tests on pypi

[0.8.1] - 2023-01-08
-------------------------------
- [ADDED] shapely as additional requirement (due to the stanet2pandapipes converter)
Expand Down
2 changes: 1 addition & 1 deletion doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
# The short X.Y version.
version = "0.8"
# The full version, including alpha/beta/rc tags.
release = "0.8.1"
release = "0.8.2"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion pandapipes/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# and Energy System Technology (IEE), Kassel, and University of Kassel. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.

__version__ = '0.8.1'
__version__ = '0.8.2'
__format_version__ = '0.8.0'

import pandas as pd
Expand Down
412 changes: 412 additions & 0 deletions pandapipes/test/api/old_versions/example_0.8.2_gas.json

Large diffs are not rendered by default.

466 changes: 466 additions & 0 deletions pandapipes/test/api/old_versions/example_0.8.2_water.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

setup(
name='pandapipes',
version='0.8.1',
version='0.8.2',
author='Simon Ruben Drauz-Mauel, Daniel Lohmeier, Jolando Marius Kisse',
author_email='[email protected], [email protected], '
'[email protected]',
Expand Down

0 comments on commit 12db9f6

Please sign in to comment.