power-grid-model-io 1.3.20__py3-none-any.whl → 1.3.22__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of power-grid-model-io might be problematic. Click here for more details.

@@ -1744,7 +1744,7 @@ class PandaPowerConverter(BaseConverter[PandaPowerData]):
1744
1744
  pp_output_buses_3ph["va_b_degree"] = node_u_angle[:, 1] * (180.0 / np.pi)
1745
1745
  pp_output_buses_3ph["vm_c_pu"] = node_u_pu[:, 2]
1746
1746
  pp_output_buses_3ph["va_c_degree"] = node_u_angle[:, 2] * (180.0 / np.pi)
1747
- pp_output_buses_3ph["unbalance_percent"] = np.abs(u_sequence[:, 0]) / np.abs(u_sequence[:, 1]) * 100
1747
+ pp_output_buses_3ph["unbalance_percent"] = np.abs(u_sequence[:, 2]) / np.abs(u_sequence[:, 1]) * 100
1748
1748
 
1749
1749
  # p_to, p_from, q_to and q_from connected to the bus have to be summed up
1750
1750
  self._pp_buses_output_3ph__accumulate_power(pp_output_buses_3ph)
@@ -1878,10 +1878,10 @@ class PandaPowerConverter(BaseConverter[PandaPowerData]):
1878
1878
  "i_b_to_ka",
1879
1879
  "i_c_to_ka",
1880
1880
  "i_n_to_ka",
1881
- "loading_percent",
1882
1881
  "loading_a_percent",
1883
1882
  "loading_b_percent",
1884
1883
  "loading_c_percent",
1884
+ "loading_percent",
1885
1885
  ],
1886
1886
  index=self._get_pp_ids("line", pgm_output_lines["id"]),
1887
1887
  )
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: power-grid-model-io
3
- Version: 1.3.20
3
+ Version: 1.3.22
4
4
  Summary: Power Grid Model Input/Output
5
5
  Author-email: Contributors to the Power Grid Model project <powergridmodel@lfenergy.org>
6
6
  License: MPL-2.0
@@ -21,7 +21,7 @@ Classifier: Topic :: Scientific/Engineering :: Physics
21
21
  Requires-Python: >=3.11
22
22
  Description-Content-Type: text/markdown
23
23
  License-File: LICENSE
24
- Requires-Dist: numpy>=1.20
24
+ Requires-Dist: numpy>=2.0
25
25
  Requires-Dist: openpyxl
26
26
  Requires-Dist: pandas
27
27
  Requires-Dist: power_grid_model>=1.8
@@ -10,7 +10,7 @@ power_grid_model_io/config/excel/vision_en_9_8.yaml,sha256=yCa4v5VUK1xCZ0PrHG2Zf
10
10
  power_grid_model_io/config/excel/vision_nl.yaml,sha256=0IOh5Ug9QwP2dgNMsl90RARV_v-xxcA6rv8Ya0WCPuI,21426
11
11
  power_grid_model_io/converters/__init__.py,sha256=qng1-O8kfpgalPms_C_zAwBuiuKUoquf27u6JkVH-9k,487
12
12
  power_grid_model_io/converters/base_converter.py,sha256=ifF-U1kmJIW9Tj9uW7d0XJlsBrmvpUZoi3WxNPAbKO4,6170
13
- power_grid_model_io/converters/pandapower_converter.py,sha256=sxtKymhic8Bka4fMoAWGw8WMQQYDDWjlNi96ALyUr68,117827
13
+ power_grid_model_io/converters/pandapower_converter.py,sha256=in2O0cP4fTodJxjpqFYvOxQ8aWEA5adP9k8yDuMHeQ4,117827
14
14
  power_grid_model_io/converters/pgm_json_converter.py,sha256=7Z1Qmoxn0qo4fkLXvmNTWNMHOJHhnyGTvxlRlcHbMLg,14210
15
15
  power_grid_model_io/converters/tabular_converter.py,sha256=XmUDVthYyJQiHXxzspVCjUo3ZGsv4XXwZ_VRQLn4bvs,35666
16
16
  power_grid_model_io/converters/vision_excel_converter.py,sha256=hiEOqXgfM3XbHDJ-ri-Os2a4Dh5lZFqF0m9_YFBaYs4,4166
@@ -43,8 +43,8 @@ power_grid_model_io/utils/modules.py,sha256=DJLmYKt9cV_GvqJI8wkXppNycqD4b8n5-o_8
43
43
  power_grid_model_io/utils/parsing.py,sha256=cw6d3S89BvB8dncN0SeFHDhFG7ZlDNx9iGYWjZk5fVU,4684
44
44
  power_grid_model_io/utils/uuid_excel_cvtr.py,sha256=FFsfnvELVTkIXE_qfEPjFlphsikAr7GyjnNwsDZ-AgY,7581
45
45
  power_grid_model_io/utils/zip.py,sha256=VXHX4xWPPZbhOlZUAbMDy3MgQFzK6_l7sRvGXihNUY4,3875
46
- power_grid_model_io-1.3.20.dist-info/licenses/LICENSE,sha256=7Pm2fWFFHHUG5lDHed1vl5CjzxObIXQglnYsEdtjo_k,14907
47
- power_grid_model_io-1.3.20.dist-info/METADATA,sha256=zSSEHg9LtJkj7W9O_fc4P3EZ_CmcAtbPyxJc3MxqJB0,8196
48
- power_grid_model_io-1.3.20.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
49
- power_grid_model_io-1.3.20.dist-info/top_level.txt,sha256=7sq9VveemMm2R0RgTBa4tH8y_xF4_1hxbufmX9OjCTo,20
50
- power_grid_model_io-1.3.20.dist-info/RECORD,,
46
+ power_grid_model_io-1.3.22.dist-info/licenses/LICENSE,sha256=7Pm2fWFFHHUG5lDHed1vl5CjzxObIXQglnYsEdtjo_k,14907
47
+ power_grid_model_io-1.3.22.dist-info/METADATA,sha256=__m1o849emF9cCQlXLRB6ImEbyEBU-kxwSBaqCd_idk,8195
48
+ power_grid_model_io-1.3.22.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
49
+ power_grid_model_io-1.3.22.dist-info/top_level.txt,sha256=7sq9VveemMm2R0RgTBa4tH8y_xF4_1hxbufmX9OjCTo,20
50
+ power_grid_model_io-1.3.22.dist-info/RECORD,,