aesim.simba 2024.5.9a1__py3-none-manylinux1_x86_64.whl → 2024.5.13a1__py3-none-manylinux1_x86_64.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.
- aesim/simba/Resources/Resources/DesignExamples.jsimba +53 -53
- aesim/simba/Resources/Resources/PsimSimbaDictionary.json +23 -23
- aesim/simba/Resources/Resources/libSimba.Solvers.linux-x64.so +0 -0
- aesim/simba/Resources/Simba.Data.deps.json +8 -8
- aesim/simba/Resources/Simba.Data.dll +0 -0
- aesim/simba/Resources/Simba.Drawing.dll +0 -0
- aesim/simba/Resources/Simba.Helper.dll +0 -0
- aesim/simba/__init__.py +1 -1
- aesim/simba/__init__.pyi +23281 -0
- {aesim.simba-2024.5.9a1.dist-info → aesim.simba-2024.5.13a1.dist-info}/METADATA +1 -1
- {aesim.simba-2024.5.9a1.dist-info → aesim.simba-2024.5.13a1.dist-info}/RECORD +13 -12
- {aesim.simba-2024.5.9a1.dist-info → aesim.simba-2024.5.13a1.dist-info}/WHEEL +0 -0
- {aesim.simba-2024.5.9a1.dist-info → aesim.simba-2024.5.13a1.dist-info}/top_level.txt +0 -0
@@ -6,7 +6,7 @@
|
|
6
6
|
"compilationOptions": {},
|
7
7
|
"targets": {
|
8
8
|
".NETCoreApp,Version=v8.0": {
|
9
|
-
"Simba.Data/24.05.
|
9
|
+
"Simba.Data/24.05.13": {
|
10
10
|
"dependencies": {
|
11
11
|
"CommunityToolkit.Mvvm": "8.2.2",
|
12
12
|
"CsvHelper": "31.0.2",
|
@@ -15,8 +15,8 @@
|
|
15
15
|
"DeviceId.Mac": "6.3.0",
|
16
16
|
"DeviceId.Windows": "6.6.0",
|
17
17
|
"DotNetZip": "1.16.0",
|
18
|
-
"Simba.Drawing": "24.5.
|
19
|
-
"Simba.Helper": "24.5.
|
18
|
+
"Simba.Drawing": "24.5.13",
|
19
|
+
"Simba.Helper": "24.5.13",
|
20
20
|
"System.ComponentModel.Annotations": "5.0.0",
|
21
21
|
"System.Net.Http": "4.3.4",
|
22
22
|
"pythonnet": "3.0.3"
|
@@ -618,12 +618,12 @@
|
|
618
618
|
}
|
619
619
|
}
|
620
620
|
},
|
621
|
-
"Simba.Drawing/24.5.
|
621
|
+
"Simba.Drawing/24.5.13": {
|
622
622
|
"runtime": {
|
623
623
|
"Simba.Drawing.dll": {}
|
624
624
|
}
|
625
625
|
},
|
626
|
-
"Simba.Helper/24.5.
|
626
|
+
"Simba.Helper/24.5.13": {
|
627
627
|
"runtime": {
|
628
628
|
"Simba.Helper.dll": {}
|
629
629
|
}
|
@@ -631,7 +631,7 @@
|
|
631
631
|
}
|
632
632
|
},
|
633
633
|
"libraries": {
|
634
|
-
"Simba.Data/24.05.
|
634
|
+
"Simba.Data/24.05.13": {
|
635
635
|
"type": "project",
|
636
636
|
"serviceable": false,
|
637
637
|
"sha512": ""
|
@@ -1133,12 +1133,12 @@
|
|
1133
1133
|
"path": "system.windows.extensions/4.7.0",
|
1134
1134
|
"hashPath": "system.windows.extensions.4.7.0.nupkg.sha512"
|
1135
1135
|
},
|
1136
|
-
"Simba.Drawing/24.5.
|
1136
|
+
"Simba.Drawing/24.5.13": {
|
1137
1137
|
"type": "project",
|
1138
1138
|
"serviceable": false,
|
1139
1139
|
"sha512": ""
|
1140
1140
|
},
|
1141
|
-
"Simba.Helper/24.5.
|
1141
|
+
"Simba.Helper/24.5.13": {
|
1142
1142
|
"type": "project",
|
1143
1143
|
"serviceable": false,
|
1144
1144
|
"sha512": ""
|
Binary file
|
Binary file
|
Binary file
|
aesim/simba/__init__.py
CHANGED