Skip to content

Commit 81e2888

Browse files
committed
Merge branch 'develop' into feature/deprecate-create_empty_entwork
# Conflicts: # pandapower/auxiliary.py # pandapower/groups.py # pandapower/test/api/test_group.py # pandapower/test/conftest.py # pandapower/test/loadflow/test_facts_b2b_vsc.py # pandapower/test/loadflow/test_facts_vsc.py # pandapower/test/loadflow/test_rundcpp.py # pandapower/test/loadflow/test_runpp_3ph_n_line.py # pandapower/test/toolbox/test_result_info.py
2 parents f999c67 + bafe0a1 commit 81e2888

22 files changed

+1158
-438
lines changed

CHANGELOG.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Change Log
66
- [FIXED] cim2pp: prevent crash with comments in xml, by dropping them via library
77
- [FIXED] cim2pp: ACLineSegments with invalid terminals no longer cause all valid lines to be discarded
88
- [FIXED] pf2pp: create_switch removed and create_vsc fixed (changed to create_pp_vsc)
9+
- [ADDED] rundcpp: Added DC elements to DC powerflow
910
- [ADDED] python: support for version 3.14 added to the test pipelines
1011

1112
[3.3.2] - 2026-01-13

mypy.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ exclude = (?x)(
66
| estimation/.*$
77
| plotting/.*$
88
| protection/.*$
9+
| diagnostic/.*$
10+
| create/.*$
911
)
1012
; test with the oldest supported version
1113
python_version = 3.10

pandapower/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@
2222
import geojson
2323
geojson.geometry.DEFAULT_PRECISION = 8
2424

25-
import pandas as pd
26-
pd.options.mode.chained_assignment = None # default='warn'
2725

2826
# import pandapower packages
2927
import pandapower.control

0 commit comments

Comments
 (0)