fmu-manipulation-toolbox 1.9.1.1rc1__py3-none-any.whl → 1.9.1.2__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.
- fmu_manipulation_toolbox/__version__.py +1 -1
- fmu_manipulation_toolbox/container.py +8 -2
- fmu_manipulation_toolbox/resources/darwin64/container.dylib +0 -0
- fmu_manipulation_toolbox/resources/linux32/client_sm.so +0 -0
- fmu_manipulation_toolbox/resources/linux64/client_sm.so +0 -0
- fmu_manipulation_toolbox/resources/linux64/container.so +0 -0
- fmu_manipulation_toolbox/resources/win32/client_sm.dll +0 -0
- fmu_manipulation_toolbox/resources/win32/server_sm.exe +0 -0
- fmu_manipulation_toolbox/resources/win64/client_sm.dll +0 -0
- fmu_manipulation_toolbox/resources/win64/container.dll +0 -0
- fmu_manipulation_toolbox/resources/win64/server_sm.exe +0 -0
- {fmu_manipulation_toolbox-1.9.1.1rc1.dist-info → fmu_manipulation_toolbox-1.9.1.2.dist-info}/METADATA +1 -1
- {fmu_manipulation_toolbox-1.9.1.1rc1.dist-info → fmu_manipulation_toolbox-1.9.1.2.dist-info}/RECORD +17 -17
- {fmu_manipulation_toolbox-1.9.1.1rc1.dist-info → fmu_manipulation_toolbox-1.9.1.2.dist-info}/WHEEL +0 -0
- {fmu_manipulation_toolbox-1.9.1.1rc1.dist-info → fmu_manipulation_toolbox-1.9.1.2.dist-info}/entry_points.txt +0 -0
- {fmu_manipulation_toolbox-1.9.1.1rc1.dist-info → fmu_manipulation_toolbox-1.9.1.2.dist-info}/licenses/LICENSE.txt +0 -0
- {fmu_manipulation_toolbox-1.9.1.1rc1.dist-info → fmu_manipulation_toolbox-1.9.1.2.dist-info}/top_level.txt +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
'V1.9.1.
|
|
1
|
+
'V1.9.1.2'
|
|
@@ -423,7 +423,10 @@ class FMUContainer:
|
|
|
423
423
|
</CoSimulation>
|
|
424
424
|
|
|
425
425
|
<LogCategories>
|
|
426
|
-
<Category name="
|
|
426
|
+
<Category name="Info"
|
|
427
|
+
description="Info log messages." />
|
|
428
|
+
<Category name="Error"
|
|
429
|
+
description="Error log messages." />
|
|
427
430
|
</LogCategories>
|
|
428
431
|
|
|
429
432
|
<DefaultExperiment stepSize="{step_size}"{default_experiment_times}/>
|
|
@@ -457,7 +460,10 @@ class FMUContainer:
|
|
|
457
460
|
</CoSimulation>
|
|
458
461
|
|
|
459
462
|
<LogCategories>
|
|
460
|
-
<Category name="
|
|
463
|
+
<Category name="Info"
|
|
464
|
+
description="Info log messages." />
|
|
465
|
+
<Category name="Error"
|
|
466
|
+
description="Error log messages." />
|
|
461
467
|
</LogCategories>
|
|
462
468
|
|
|
463
469
|
<DefaultExperiment stepSize="{step_size}"{default_experiment_times}/>
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fmu_manipulation_toolbox
|
|
3
|
-
Version: 1.9.1.
|
|
3
|
+
Version: 1.9.1.2
|
|
4
4
|
Summary: FMU Manipulation Toolbox is a python application for modifying Functional Mock-up Units (FMUs) without recompilation or bundling them into FMU Containers
|
|
5
5
|
Home-page: https://github.com/grouperenault/fmu_manipulation_toolbox/
|
|
6
6
|
Author: Nicolas.LAURENT@Renault.com
|
{fmu_manipulation_toolbox-1.9.1.1rc1.dist-info → fmu_manipulation_toolbox-1.9.1.2.dist-info}/RECORD
RENAMED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
fmu_manipulation_toolbox/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
2
2
|
fmu_manipulation_toolbox/__main__.py,sha256=Ixgo_5YS_khXseMujNPsVzaerkHPugLPYPV7FIi5umo,364
|
|
3
|
-
fmu_manipulation_toolbox/__version__.py,sha256=
|
|
3
|
+
fmu_manipulation_toolbox/__version__.py,sha256=CecTKpgAXSxIwnUx7DuX2WZuDlYd6HgbcdAIZQFLnGg,11
|
|
4
4
|
fmu_manipulation_toolbox/assembly.py,sha256=-i9iQLKiPyjdFZyxHmB1FgL3NYmRPfTWVs9lf3fC5sE,27022
|
|
5
5
|
fmu_manipulation_toolbox/checker.py,sha256=RmIYd6s4p2S9wdv-uSILfVm__QTZSUJCiq6hr_G5rxA,3119
|
|
6
|
-
fmu_manipulation_toolbox/container.py,sha256=
|
|
6
|
+
fmu_manipulation_toolbox/container.py,sha256=X5XpacRqAGCRCjxpU6BAekGBfoNvVyx8C9MppUqwLz0,47130
|
|
7
7
|
fmu_manipulation_toolbox/gui.py,sha256=-DyWY2MoECr3FGRYdS60Ltoayhd3O0uOCtkQ4YXE8xc,29201
|
|
8
8
|
fmu_manipulation_toolbox/gui_style.py,sha256=s6WdrnNd_lCMWhuBf5LKK8wrfLXCU7pFTLUfvqkJVno,6633
|
|
9
9
|
fmu_manipulation_toolbox/help.py,sha256=j8xmnCrwQpaW-SZ8hSqA1dlTXgaqzQWc4Yr3RH_oqck,6012
|
|
@@ -33,7 +33,7 @@ fmu_manipulation_toolbox/resources/icon_fmu.png,sha256=EuygB2xcoM2WAfKKdyKG_UvTL
|
|
|
33
33
|
fmu_manipulation_toolbox/resources/license.txt,sha256=5ODuU8g8pIkK-NMWXu_rjZ6k7gM7b-N2rmg87-2Kmqw,1583
|
|
34
34
|
fmu_manipulation_toolbox/resources/mask.png,sha256=px1U4hQGL0AmZ4BQPknOVREpMpTSejbah3ntkpqAzFA,3008
|
|
35
35
|
fmu_manipulation_toolbox/resources/model.png,sha256=EAf_HnZJe8zYGZygerG1MMt2U-tMMZlifzXPj4_iORA,208788
|
|
36
|
-
fmu_manipulation_toolbox/resources/darwin64/container.dylib,sha256=
|
|
36
|
+
fmu_manipulation_toolbox/resources/darwin64/container.dylib,sha256=NPT8FqauoeHffDxsrwvNKEZN_PErl61-Z_7s1VqCxRM,162960
|
|
37
37
|
fmu_manipulation_toolbox/resources/fmi-2.0/fmi2Annotation.xsd,sha256=OGfyJtaJntKypX5KDpuZ-nV1oYLZ6HV16pkpKOmYox4,2731
|
|
38
38
|
fmu_manipulation_toolbox/resources/fmi-2.0/fmi2AttributeGroups.xsd,sha256=HwyV7LBse-PQSv4z1xjmtzPU3Hjnv4mluq9YdSBNHMQ,3704
|
|
39
39
|
fmu_manipulation_toolbox/resources/fmi-2.0/fmi2ModelDescription.xsd,sha256=JM4j_9q-pc40XYHb28jfT3iV3aYM5JLqD5aRjO72K1E,18939
|
|
@@ -53,19 +53,19 @@ fmu_manipulation_toolbox/resources/fmi-3.0/fmi3Type.xsd,sha256=TaHRoUBIFtmdEwBKB
|
|
|
53
53
|
fmu_manipulation_toolbox/resources/fmi-3.0/fmi3Unit.xsd,sha256=CK_F2t5LfyQ6eSNJ8soTFMVK9DU8vD2WiMi2MQvjB0g,3746
|
|
54
54
|
fmu_manipulation_toolbox/resources/fmi-3.0/fmi3Variable.xsd,sha256=3YU-3q1-c-namz7sMe5cxnmOVOJsRSmfWR02PKv3xaU,19171
|
|
55
55
|
fmu_manipulation_toolbox/resources/fmi-3.0/fmi3VariableDependency.xsd,sha256=YQSBwXt4IsDlyegY8bX-qQHGSfE5TipTPfo2g2yqq1c,3082
|
|
56
|
-
fmu_manipulation_toolbox/resources/linux32/client_sm.so,sha256=
|
|
56
|
+
fmu_manipulation_toolbox/resources/linux32/client_sm.so,sha256=bA06fs5pgRwbqbDdAdlU3873tTYbC9aE9MF7NF23-JQ,34756
|
|
57
57
|
fmu_manipulation_toolbox/resources/linux32/server_sm,sha256=gzKU0BTeaRkvhTMQtHHj3K8uYFyEdyGGn_mZy_jG9xo,21304
|
|
58
|
-
fmu_manipulation_toolbox/resources/linux64/client_sm.so,sha256=
|
|
59
|
-
fmu_manipulation_toolbox/resources/linux64/container.so,sha256=
|
|
58
|
+
fmu_manipulation_toolbox/resources/linux64/client_sm.so,sha256=ZxM_viq5l4c8QSKXtdNpEILu83OVrqM6_jCLyGVUFzQ,32592
|
|
59
|
+
fmu_manipulation_toolbox/resources/linux64/container.so,sha256=ZoMwvsZiZN1EYA9tHOGkndM5A4ZMS119afDbHAZ-jxQ,135520
|
|
60
60
|
fmu_manipulation_toolbox/resources/linux64/server_sm,sha256=MZn6vITN2qpBHYt_RaK2VnFFp00hk8fTALBHmXPtLwc,22608
|
|
61
|
-
fmu_manipulation_toolbox/resources/win32/client_sm.dll,sha256=
|
|
62
|
-
fmu_manipulation_toolbox/resources/win32/server_sm.exe,sha256=
|
|
63
|
-
fmu_manipulation_toolbox/resources/win64/client_sm.dll,sha256=
|
|
64
|
-
fmu_manipulation_toolbox/resources/win64/container.dll,sha256=
|
|
65
|
-
fmu_manipulation_toolbox/resources/win64/server_sm.exe,sha256=
|
|
66
|
-
fmu_manipulation_toolbox-1.9.1.
|
|
67
|
-
fmu_manipulation_toolbox-1.9.1.
|
|
68
|
-
fmu_manipulation_toolbox-1.9.1.
|
|
69
|
-
fmu_manipulation_toolbox-1.9.1.
|
|
70
|
-
fmu_manipulation_toolbox-1.9.1.
|
|
71
|
-
fmu_manipulation_toolbox-1.9.1.
|
|
61
|
+
fmu_manipulation_toolbox/resources/win32/client_sm.dll,sha256=yeqHfIGaEBFF_-Gszfy9HEYbPuQ9IIuhXLmeHTXyJIc,17920
|
|
62
|
+
fmu_manipulation_toolbox/resources/win32/server_sm.exe,sha256=R9BlqN2Ed8OAytpIotfUnP5ypxfnW1ivynuh4nb-NIg,15360
|
|
63
|
+
fmu_manipulation_toolbox/resources/win64/client_sm.dll,sha256=W7GZOvxbv9ZPAAvNYdoWur690eOvSIAhatbR1z-9DeY,21504
|
|
64
|
+
fmu_manipulation_toolbox/resources/win64/container.dll,sha256=VQGnfiFCi-M3VDdJCcDdT4OeUoH-FDE6zqUGQaR6JgI,98816
|
|
65
|
+
fmu_manipulation_toolbox/resources/win64/server_sm.exe,sha256=pu5pwkjp5LNVaJQbphSr8W0_-ulX-7V2bXiO7hfZpos,18432
|
|
66
|
+
fmu_manipulation_toolbox-1.9.1.2.dist-info/licenses/LICENSE.txt,sha256=c_862mzyk6ownO3Gt6cVs0-53IXLi_-ZEQFNDVabESw,1285
|
|
67
|
+
fmu_manipulation_toolbox-1.9.1.2.dist-info/METADATA,sha256=B6econRkRU9nj5T2lZh5Q0urBSFJ6874Z6dENq7jkaQ,1157
|
|
68
|
+
fmu_manipulation_toolbox-1.9.1.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
69
|
+
fmu_manipulation_toolbox-1.9.1.2.dist-info/entry_points.txt,sha256=HjOZkflbI1IuSY8BpOZre20m24M4GDQGCJfPIa7NrlY,264
|
|
70
|
+
fmu_manipulation_toolbox-1.9.1.2.dist-info/top_level.txt,sha256=9D_h-5BMjSqf9z-XFkbJL_bMppR2XNYW3WNuPkXou0k,25
|
|
71
|
+
fmu_manipulation_toolbox-1.9.1.2.dist-info/RECORD,,
|
{fmu_manipulation_toolbox-1.9.1.1rc1.dist-info → fmu_manipulation_toolbox-1.9.1.2.dist-info}/WHEEL
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|