power-grid-model 1.12.77__py3-none-macosx_13_0_arm64.whl → 1.12.93__py3-none-macosx_13_0_arm64.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 might be problematic. Click here for more details.
- power_grid_model/_core/power_grid_model_c/include/power_grid_model_c/dataset_definitions.h +6 -0
- power_grid_model/_core/power_grid_model_c/lib/cmake/power_grid_model/power_grid_modelConfigVersion.cmake +3 -3
- power_grid_model/_core/power_grid_model_c/lib/cmake/power_grid_model/power_grid_modelTargets-release.cmake +3 -3
- power_grid_model/_core/power_grid_model_c/lib/{libpower_grid_model_c.1.12.77.dylib → libpower_grid_model_c.1.12.93.dylib} +0 -0
- power_grid_model/_core/power_grid_model_c/lib/libpower_grid_model_c.dylib +0 -0
- {power_grid_model-1.12.77.dist-info → power_grid_model-1.12.93.dist-info}/METADATA +1 -22
- {power_grid_model-1.12.77.dist-info → power_grid_model-1.12.93.dist-info}/RECORD +10 -10
- {power_grid_model-1.12.77.dist-info → power_grid_model-1.12.93.dist-info}/WHEEL +0 -0
- {power_grid_model-1.12.77.dist-info → power_grid_model-1.12.93.dist-info}/entry_points.txt +0 -0
- {power_grid_model-1.12.77.dist-info → power_grid_model-1.12.93.dist-info}/licenses/LICENSE +0 -0
|
@@ -426,6 +426,9 @@ PGM_API extern PGM_MetaComponent const* const PGM_def_sym_output_three_winding_t
|
|
|
426
426
|
// attributes of sym_output three_winding_transformer
|
|
427
427
|
PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_three_winding_transformer_id;
|
|
428
428
|
PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_three_winding_transformer_energized;
|
|
429
|
+
PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_three_winding_transformer_loading_1;
|
|
430
|
+
PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_three_winding_transformer_loading_2;
|
|
431
|
+
PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_three_winding_transformer_loading_3;
|
|
429
432
|
PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_three_winding_transformer_loading;
|
|
430
433
|
PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_three_winding_transformer_p_1;
|
|
431
434
|
PGM_API extern PGM_MetaAttribute const* const PGM_def_sym_output_three_winding_transformer_q_1;
|
|
@@ -640,6 +643,9 @@ PGM_API extern PGM_MetaComponent const* const PGM_def_asym_output_three_winding_
|
|
|
640
643
|
// attributes of asym_output three_winding_transformer
|
|
641
644
|
PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_three_winding_transformer_id;
|
|
642
645
|
PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_three_winding_transformer_energized;
|
|
646
|
+
PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_three_winding_transformer_loading_1;
|
|
647
|
+
PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_three_winding_transformer_loading_2;
|
|
648
|
+
PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_three_winding_transformer_loading_3;
|
|
643
649
|
PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_three_winding_transformer_loading;
|
|
644
650
|
PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_three_winding_transformer_p_1;
|
|
645
651
|
PGM_API extern PGM_MetaAttribute const* const PGM_def_asym_output_three_winding_transformer_q_1;
|
|
@@ -9,19 +9,19 @@
|
|
|
9
9
|
# The variable CVF_VERSION must be set before calling configure_file().
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
set(PACKAGE_VERSION "1.12.
|
|
12
|
+
set(PACKAGE_VERSION "1.12.93")
|
|
13
13
|
|
|
14
14
|
if(PACKAGE_VERSION VERSION_LESS PACKAGE_FIND_VERSION)
|
|
15
15
|
set(PACKAGE_VERSION_COMPATIBLE FALSE)
|
|
16
16
|
else()
|
|
17
17
|
|
|
18
|
-
if("1.12.
|
|
18
|
+
if("1.12.93" MATCHES "^([0-9]+)\\.")
|
|
19
19
|
set(CVF_VERSION_MAJOR "${CMAKE_MATCH_1}")
|
|
20
20
|
if(NOT CVF_VERSION_MAJOR VERSION_EQUAL 0)
|
|
21
21
|
string(REGEX REPLACE "^0+" "" CVF_VERSION_MAJOR "${CVF_VERSION_MAJOR}")
|
|
22
22
|
endif()
|
|
23
23
|
else()
|
|
24
|
-
set(CVF_VERSION_MAJOR "1.12.
|
|
24
|
+
set(CVF_VERSION_MAJOR "1.12.93")
|
|
25
25
|
endif()
|
|
26
26
|
|
|
27
27
|
if(PACKAGE_FIND_VERSION_RANGE)
|
|
@@ -8,12 +8,12 @@ set(CMAKE_IMPORT_FILE_VERSION 1)
|
|
|
8
8
|
# Import target "power_grid_model::power_grid_model_c" for configuration "Release"
|
|
9
9
|
set_property(TARGET power_grid_model::power_grid_model_c APPEND PROPERTY IMPORTED_CONFIGURATIONS RELEASE)
|
|
10
10
|
set_target_properties(power_grid_model::power_grid_model_c PROPERTIES
|
|
11
|
-
IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/libpower_grid_model_c.1.12.
|
|
12
|
-
IMPORTED_SONAME_RELEASE "@rpath/libpower_grid_model_c.1.12.
|
|
11
|
+
IMPORTED_LOCATION_RELEASE "${_IMPORT_PREFIX}/lib/libpower_grid_model_c.1.12.93.dylib"
|
|
12
|
+
IMPORTED_SONAME_RELEASE "@rpath/libpower_grid_model_c.1.12.93.dylib"
|
|
13
13
|
)
|
|
14
14
|
|
|
15
15
|
list(APPEND _cmake_import_check_targets power_grid_model::power_grid_model_c )
|
|
16
|
-
list(APPEND _cmake_import_check_files_for_power_grid_model::power_grid_model_c "${_IMPORT_PREFIX}/lib/libpower_grid_model_c.1.12.
|
|
16
|
+
list(APPEND _cmake_import_check_files_for_power_grid_model::power_grid_model_c "${_IMPORT_PREFIX}/lib/libpower_grid_model_c.1.12.93.dylib" )
|
|
17
17
|
|
|
18
18
|
# Commands beyond this point should not need to know the version.
|
|
19
19
|
set(CMAKE_IMPORT_FILE_VERSION)
|
|
Binary file
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: power-grid-model
|
|
3
|
-
Version: 1.12.
|
|
3
|
+
Version: 1.12.93
|
|
4
4
|
Summary: Python/C++ library for distribution power system analysis
|
|
5
5
|
Author-Email: Contributors to the Power Grid Model project <powergridmodel@lfenergy.org>
|
|
6
6
|
License-Expression: MPL-2.0
|
|
@@ -21,27 +21,6 @@ Project-URL: Mailing-list, https://lists.lfenergy.org/g/powergridmodel
|
|
|
21
21
|
Project-URL: Discussion, https://github.com/orgs/PowerGridModel/discussions
|
|
22
22
|
Requires-Python: >=3.11
|
|
23
23
|
Requires-Dist: numpy>=2.0.0
|
|
24
|
-
Provides-Extra: dev
|
|
25
|
-
Requires-Dist: msgpack; extra == "dev"
|
|
26
|
-
Requires-Dist: pre-commit; extra == "dev"
|
|
27
|
-
Requires-Dist: pytest; extra == "dev"
|
|
28
|
-
Requires-Dist: pytest-cov; extra == "dev"
|
|
29
|
-
Requires-Dist: ruff; extra == "dev"
|
|
30
|
-
Requires-Dist: mypy; extra == "dev"
|
|
31
|
-
Requires-Dist: gersemi; extra == "dev"
|
|
32
|
-
Provides-Extra: doc
|
|
33
|
-
Requires-Dist: sphinx; extra == "doc"
|
|
34
|
-
Requires-Dist: breathe; extra == "doc"
|
|
35
|
-
Requires-Dist: myst_nb; extra == "doc"
|
|
36
|
-
Requires-Dist: sphinx_rtd_theme; extra == "doc"
|
|
37
|
-
Requires-Dist: readthedocs-sphinx-search; extra == "doc"
|
|
38
|
-
Requires-Dist: sphinx-hoverxref; extra == "doc"
|
|
39
|
-
Requires-Dist: sphinxcontrib-mermaid>=1.0.0; extra == "doc"
|
|
40
|
-
Requires-Dist: sphinxcontrib-tikz; extra == "doc"
|
|
41
|
-
Requires-Dist: numpydoc; extra == "doc"
|
|
42
|
-
Requires-Dist: pandas; extra == "doc"
|
|
43
|
-
Requires-Dist: gitpython; extra == "doc"
|
|
44
|
-
Requires-Dist: pylint; extra == "doc"
|
|
45
24
|
Description-Content-Type: text/markdown
|
|
46
25
|
|
|
47
26
|
<!--
|
|
@@ -42,12 +42,12 @@ power_grid_model/_core/power_grid_model_c/include/power_grid_model_c/dataset.h,s
|
|
|
42
42
|
power_grid_model/_core/power_grid_model_c/include/power_grid_model_c/buffer.h,sha256=A-ByuDfQmPCYf5HCeOHim872DiwA66ORHcw17HnptIE,4658
|
|
43
43
|
power_grid_model/_core/power_grid_model_c/include/power_grid_model_c/handle.h,sha256=bxHBCqdewukaqKKKfCih95zbf06hDCMKf7tnxE5-jBQ,3100
|
|
44
44
|
power_grid_model/_core/power_grid_model_c/include/power_grid_model_c/model.h,sha256=5YvpIUdMNgI0CTiEERhwpQQy6A3yreEe3bFjSI4ZNnA,5039
|
|
45
|
-
power_grid_model/_core/power_grid_model_c/include/power_grid_model_c/dataset_definitions.h,sha256=
|
|
45
|
+
power_grid_model/_core/power_grid_model_c/include/power_grid_model_c/dataset_definitions.h,sha256=f_ENOS7o4TBLU938C5qgfN6Fxxn0KBtXsiFi802G72I,75366
|
|
46
46
|
power_grid_model/_core/power_grid_model_c/include/power_grid_model_c/basics.h,sha256=ticq5jaRFhjCMVPs2oHk9EicI5m2Vao--OuZpLaSXL8,7514
|
|
47
|
-
power_grid_model/_core/power_grid_model_c/lib/libpower_grid_model_c.dylib,sha256=
|
|
48
|
-
power_grid_model/_core/power_grid_model_c/lib/libpower_grid_model_c.1.12.
|
|
49
|
-
power_grid_model/_core/power_grid_model_c/lib/cmake/power_grid_model/power_grid_modelConfigVersion.cmake,sha256=
|
|
50
|
-
power_grid_model/_core/power_grid_model_c/lib/cmake/power_grid_model/power_grid_modelTargets-release.cmake,sha256=
|
|
47
|
+
power_grid_model/_core/power_grid_model_c/lib/libpower_grid_model_c.dylib,sha256=Dq19g8f6OZS7KMjmJ3ML4XikuPoaJt_egDyBC_KYQTk,1682400
|
|
48
|
+
power_grid_model/_core/power_grid_model_c/lib/libpower_grid_model_c.1.12.93.dylib,sha256=Dq19g8f6OZS7KMjmJ3ML4XikuPoaJt_egDyBC_KYQTk,1682400
|
|
49
|
+
power_grid_model/_core/power_grid_model_c/lib/cmake/power_grid_model/power_grid_modelConfigVersion.cmake,sha256=x-XMhiSVKseUF1PcNNwlF7W2y8JAkJX0q9LRaz0Gqzc,2768
|
|
50
|
+
power_grid_model/_core/power_grid_model_c/lib/cmake/power_grid_model/power_grid_modelTargets-release.cmake,sha256=te-hu8kAsisvqhWx5yAZG7UcbmRft3Izhfc2gZSNysU,1022
|
|
51
51
|
power_grid_model/_core/power_grid_model_c/lib/cmake/power_grid_model/power_grid_modelTargets.cmake,sha256=yjgxvHkoveQQpGCER0cOXFeonsNQOAnCO0oBRqItYW8,6563
|
|
52
52
|
power_grid_model/_core/power_grid_model_c/lib/cmake/power_grid_model/power_grid_modelConfig.cmake,sha256=9Dg_TwOMLciG7TTk1TKehfUbAErFtJlRagTeu_QC8Vg,1243
|
|
53
53
|
power_grid_model/_core/power_grid_model_c/share/LICENSE,sha256=7Pm2fWFFHHUG5lDHed1vl5CjzxObIXQglnYsEdtjo_k,14907
|
|
@@ -58,8 +58,8 @@ power_grid_model/validation/assertions.py,sha256=VmbiLTU04Lu5GDywKrcjNVEQcDiGxQL
|
|
|
58
58
|
power_grid_model/validation/utils.py,sha256=A5ciWb8fwM6r0uzMmgz5TPtmXhr-oJeRKrCtTO4j5TM,12784
|
|
59
59
|
power_grid_model/validation/_validation.py,sha256=z40DDIPAf3MUEGQmwOrZYg3YYAnp_Wq4gkCEIK0pl6g,48781
|
|
60
60
|
power_grid_model/validation/errors.py,sha256=FzO_HJeMrOgOh4wlB-bA7zj1DpBKoaJnnmOnmo8c8y0,20450
|
|
61
|
-
power_grid_model-1.12.
|
|
62
|
-
power_grid_model-1.12.
|
|
63
|
-
power_grid_model-1.12.
|
|
64
|
-
power_grid_model-1.12.
|
|
65
|
-
power_grid_model-1.12.
|
|
61
|
+
power_grid_model-1.12.93.dist-info/RECORD,,
|
|
62
|
+
power_grid_model-1.12.93.dist-info/WHEEL,sha256=fQQdMQRCDutYz-kl2MmbHU93w7vZCOFcPICvhQd1AHs,138
|
|
63
|
+
power_grid_model-1.12.93.dist-info/entry_points.txt,sha256=KgNx7mGcOVAVuwCBeP30AH5h_8UrKf0DQA9Cs5td69w,75
|
|
64
|
+
power_grid_model-1.12.93.dist-info/METADATA,sha256=Su9jGe28aCH7xkTOoX9ukBKJapMWk1mo2XVRRzGclno,8289
|
|
65
|
+
power_grid_model-1.12.93.dist-info/licenses/LICENSE,sha256=7Pm2fWFFHHUG5lDHed1vl5CjzxObIXQglnYsEdtjo_k,14907
|
|
File without changes
|
|
File without changes
|
|
File without changes
|