You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.rst
+17-1Lines changed: 17 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,20 @@ Change Log
3
3
4
4
[upcoming release] - 2026-..-..
5
5
-------------------------------
6
+
- [FIXED] runopp(init="results") now preserves the warm-start vector in the PIPS-backed AC OPF solver
7
+
- [ADDED] added more functions to diagnostic
8
+
- [ADDED] check to check if vkr_percent values are reasonable (see issue #786).
9
+
- [FIXED] cim2pp shift_lv_degree was translated from wrong entry
10
+
- [FIXED] UnboundLocalError in _from_ppc_branch when creating impedance elements
11
+
- [ADDED] LTDS support
12
+
- [FIXED] ucte2pp: voltage setpoints from gens connected to the same busbar are now averaged
13
+
- [FIXED] ucte2pp: small X values are clipped to 0.05 Ohm (according to UCTE-DEF) to increase convergence
14
+
- [FIXED] ucte2pp: symmetrical tap changers are now handled as symmetrical tap changers in pandapower (not ideal phase shifters)
15
+
- [FIXED] ucte2pp: prevent nan values for impedances and transformers for B/G/P_fe/i0
16
+
- [FIXED] cim2pp: CimConverter backwards-compatible (default value for cin_version)
17
+
- [FIXED] jao converter: calculation of trafo parameters is based on primary side (hv) now
18
+
- [ADDED] toolbox: :code:`get_all_elements` returns all elements of a pp.pandapowerNet as a DataFrame
19
+
- [ADDED] highlighting feature and hovering functionality to :code:`simple_plot()`
6
20
7
21
[3.4.0] - 2026-02-09
8
22
-------------------------------
@@ -17,6 +31,8 @@ Change Log
17
31
- [ADDED] rundcpp: Added DC elements to DC powerflow
18
32
- [ADDED] python: support for version 3.14 added to the test pipelines
19
33
- [FIXED] renamed b2b_vsc to vsc_stacked
34
+
- [ADDED] Station Controller support for power factor control and tangens control
35
+
- [CHANGED] attribute voltage_ctrl in Station Controller to control_modus to select new control modi. Changed the type from boolean to enum class
20
36
21
37
[3.3.2] - 2026-01-13
22
38
-------------------------------
@@ -796,7 +812,7 @@ Change Log
796
812
797
813
[1.6.0] - 2018-09-18
798
814
----------------------
799
-
- [CHANGED] Cost definition changed for optimal powerflow, see OPF documentation (http://pandapower.readthedocs.io/en/v1.6.0/powerflow/opf.html) and opf_changes-may18.ipynb
815
+
- [CHANGED] Cost definition changed for optimal powerflow, see OPF documentation (https://pandapower.readthedocs.io/en/v1.6.0/powerflow/opf.html) and opf_changes-may18.ipynb
800
816
- [ADDED] OPF data (controllable, max_loading, costs, min_p_kw, ...) in Power System Test Cases
801
817
- [ADDED] case_ieee30, case5, case_illinois200
802
818
- [FIXED] 1 additional Trafo in case39, vn_kv change in case118, sgen indices in polynomial_cost in case 1888rte, case2848rte
pandapower is an easy to use network calculation program aimed to automate the analysis and optimization of power
45
-
systems. It uses the data analysis library `pandas <http://pandas.pydata.org>`_ and is compatible with the commonly
45
+
systems. It uses the data analysis library `pandas <https://pandas.pydata.org>`_ and is compatible with the commonly
46
46
used MATPOWER / PYPOWER case format. pandapower allows using different solvers including an improved Newton-Raphson
47
-
power flow implementation, all `PYPOWER <https://pypi.python.org/pypi/PYPOWER>`_ solvers, the C++ library solvers for fast steady-state distribution power system analysis of `PowerGridModel <https://github.com/PowerGridModel/power-grid-model>`_, the Newton-Raphson power flow solvers in the C++ library `lightsim2grid <https://github.com/BDonnot/lightsim2grid/>`_, and the
pandapower is a joint development of the research group of the Department for Sustainable Electrical Energy Systems (e2n), University of Kassel and the Department for Distribution System
86
89
Operation at the Fraunhofer Institute for Energy Economics and Energy System Technology (IEE), Kassel.
@@ -97,4 +100,5 @@ Operation at the Fraunhofer Institute for Energy Economics and Energy System Tec
97
100
98
101
|
99
102
100
-
We welcome contributions to pandapower of any kind - if you want to contribute, please check out the `pandapower contribution guidelines <https://github.com/e2nIEE/pandapower/blob/develop/CONTRIBUTING.rst>`_.
103
+
We welcome contributions to pandapower of any kind - if you want to contribute, please check out the
Copy file name to clipboardExpand all lines: doc/about.rst
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,8 @@
2
2
About pandapower
3
3
##########################
4
4
5
-
pandapower combines the data analysis library `pandas <http://pandas.pydata.org>`_ and the power flow solver `PYPOWER <https:/pypi.python.org/pypi/PYPOWER>`_ to create an easy to use network calculation program
5
+
pandapower combines the data analysis library `pandas <https://pandas.pydata.org>`_ and the power flow solver
6
+
`PYPOWER <https://pypi.org/project/PYPOWER/>`_ to create an easy to use network calculation program
6
7
aimed at automation of analysis and optimization in power systems.
Copy file name to clipboardExpand all lines: doc/index.rst
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,8 @@
2
2
pandapower
3
3
############################
4
4
5
-
pandapower combines the data analysis library `pandas <http://pandas.pydata.org>`_ and the power flow solver `PYPOWER <https://pypi.python.org/pypi/PYPOWER>`_ to create an easy to use network calculation program
5
+
pandapower combines the data analysis library `pandas <https://pandas.pydata.org>`_ and the power flow solver
6
+
`PYPOWER <https://pypi.org/project/PYPOWER/>`_ to create an easy to use network calculation program
6
7
aimed at automation of analysis and optimization in power systems.
0 commit comments