Skip to content

Commit 5c81393

Browse files
committed
preparing the release of pandapower 2.14.0
1 parent d30c1b1 commit 5c81393

File tree

187 files changed

+3350
-192
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

187 files changed

+3350
-192
lines changed

.github/workflows/github_test_action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
timeout-minutes: 30
2121
strategy:
2222
matrix:
23-
python-version: ['3.8', '3.9', '3.10', '3.11']
23+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
2424
group: [ 1, 2 ]
2525

2626
steps:
@@ -69,7 +69,7 @@ jobs:
6969
runs-on: ubuntu-latest
7070
strategy:
7171
matrix:
72-
python-version: ['3.8', '3.9', '3.10', '3.11']
72+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
7373

7474
steps:
7575
- uses: actions/checkout@v3
@@ -139,7 +139,7 @@ jobs:
139139
runs-on: ubuntu-latest
140140
# strategy:
141141
# matrix:
142-
# python-version: ['3.8', '3.9', '3.10', '3.11']
142+
# python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
143143

144144
steps:
145145
- uses: actions/checkout@v3

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
needs: upload
7878
strategy:
7979
matrix:
80-
python-version: ['3.8', '3.9', '3.10', '3.11']
80+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
8181
os: [ ubuntu-latest, windows-latest ]
8282
group: [ 1, 2 ]
8383
steps:

AUTHORS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2016-2023 by University of Kassel and Fraunhofer Institute for Energy Economics
1+
Copyright (c) 2016-2024 by University of Kassel and Fraunhofer Institute for Energy Economics
22
and Energy System Technology (IEE), Kassel. All rights reserved.
33

44
pandapower is maintained and developed by a community on `GitHub <https://github.com/e2nIEE/pandapower>`_. Lists of maintainers and contributors can be found here:

CHANGELOG.rst

Lines changed: 5 additions & 1 deletion

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2016-2023 by University of Kassel and Fraunhofer Institute for Energy Economics
1+
Copyright (c) 2016-2024 by University of Kassel and Fraunhofer Institute for Energy Economics
22
and Energy System Technology (IEE) Kassel and individual contributors (see AUTHORS file for details).
33
All rights reserved.
44

doc/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,16 +47,16 @@
4747

4848
# General information about the project.
4949
project = u'pandapower'
50-
copyright = u'2016-2023 by Fraunhofer IEE and University of Kassel'
50+
copyright = u'2016-2024 by Fraunhofer IEE and University of Kassel'
5151

5252
# The version info for the project you're documenting, acts as replacement for
5353
# |version| and |release|, also used in various other places throughout the
5454
# built documents.
5555
#
5656
# The short X.Y version.
57-
version = "2.13"
57+
version = "2.14"
5858
# The full version, including alpha/beta/rc tags.
59-
release = "2.13.1"
59+
release = "2.14.0"
6060

6161
# The language for content autogenerated by Sphinx. Refer to documentation
6262
# for a list of supported languages.

pandapower/_version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
__version__ = "2.13.1"
2-
__format_version__ = "2.13.1"
1+
__version__ = "2.14.0"
2+
__format_version__ = "2.14.0"

pandapower/auxiliary.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22

3-
# Copyright (c) 2016-2023 by University of Kassel and Fraunhofer Institute for Energy Economics
3+
# Copyright (c) 2016-2024 by University of Kassel and Fraunhofer Institute for Energy Economics
44
# and Energy System Technology (IEE), Kassel. All rights reserved.
55

66

pandapower/build_branch.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22

3-
# Copyright (c) 2016-2023 by University of Kassel and Fraunhofer Institute for Energy Economics
3+
# Copyright (c) 2016-2024 by University of Kassel and Fraunhofer Institute for Energy Economics
44
# and Energy System Technology (IEE), Kassel. All rights reserved.
55
# Use of this source code is governed by a BSD-style license that can be found in the LICENSE file.
66

pandapower/build_bus.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding: utf-8 -*-
22

3-
# Copyright (c) 2016-2023 by University of Kassel and Fraunhofer Institute for Energy Economics
3+
# Copyright (c) 2016-2024 by University of Kassel and Fraunhofer Institute for Energy Economics
44
# and Energy System Technology (IEE), Kassel. All rights reserved.
55

66

0 commit comments

Comments
 (0)