aesim.simba 2024.1.10a1__py3-none-manylinux1_x86_64.whl → 2024.1.24a1__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/DeviceId.Linux.dll +0 -0
- aesim/simba/Resources/DeviceId.Mac.dll +0 -0
- aesim/simba/Resources/DeviceId.Windows.dll +0 -0
- aesim/simba/Resources/Resources/DesignExamples.jsimba +348 -1942
- aesim/simba/Resources/Resources/libSimba.Solvers.linux-x64.so +0 -0
- aesim/simba/Resources/Simba.Data.deps.json +147 -55
- 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-2024.1.10a1.dist-info → aesim.simba-2024.1.24a1.dist-info}/METADATA +1 -1
- {aesim.simba-2024.1.10a1.dist-info → aesim.simba-2024.1.24a1.dist-info}/RECORD +14 -11
- {aesim.simba-2024.1.10a1.dist-info → aesim.simba-2024.1.24a1.dist-info}/WHEEL +0 -0
- {aesim.simba-2024.1.10a1.dist-info → aesim.simba-2024.1.24a1.dist-info}/top_level.txt +0 -0
Binary file
|
@@ -6,14 +6,17 @@
|
|
6
6
|
"compilationOptions": {},
|
7
7
|
"targets": {
|
8
8
|
".NETCoreApp,Version=v8.0": {
|
9
|
-
"Simba.Data/24.01.
|
9
|
+
"Simba.Data/24.01.24": {
|
10
10
|
"dependencies": {
|
11
11
|
"CsvHelper": "30.0.1",
|
12
12
|
"DeviceId": "6.6.0",
|
13
|
+
"DeviceId.Linux": "6.4.0",
|
14
|
+
"DeviceId.Mac": "6.3.0",
|
15
|
+
"DeviceId.Windows": "6.6.0",
|
13
16
|
"DotNetZip": "1.16.0",
|
14
17
|
"Newtonsoft.Json": "13.0.3",
|
15
|
-
"Simba.Drawing": "24.1.
|
16
|
-
"Simba.Helper": "24.1.
|
18
|
+
"Simba.Drawing": "24.1.24",
|
19
|
+
"Simba.Helper": "24.1.24",
|
17
20
|
"System.ComponentModel.Annotations": "5.0.0",
|
18
21
|
"System.Net.Http": "4.3.4",
|
19
22
|
"pythonnet": "3.0.3"
|
@@ -38,6 +41,41 @@
|
|
38
41
|
}
|
39
42
|
}
|
40
43
|
},
|
44
|
+
"DeviceId.Linux/6.4.0": {
|
45
|
+
"dependencies": {
|
46
|
+
"DeviceId": "6.6.0",
|
47
|
+
"System.Text.Json": "7.0.0"
|
48
|
+
},
|
49
|
+
"runtime": {
|
50
|
+
"lib/net8.0/DeviceId.Linux.dll": {
|
51
|
+
"assemblyVersion": "6.4.0.0",
|
52
|
+
"fileVersion": "6.4.0.0"
|
53
|
+
}
|
54
|
+
}
|
55
|
+
},
|
56
|
+
"DeviceId.Mac/6.3.0": {
|
57
|
+
"dependencies": {
|
58
|
+
"DeviceId": "6.6.0"
|
59
|
+
},
|
60
|
+
"runtime": {
|
61
|
+
"lib/net8.0/DeviceId.Mac.dll": {
|
62
|
+
"assemblyVersion": "6.3.0.0",
|
63
|
+
"fileVersion": "6.3.0.0"
|
64
|
+
}
|
65
|
+
}
|
66
|
+
},
|
67
|
+
"DeviceId.Windows/6.6.0": {
|
68
|
+
"dependencies": {
|
69
|
+
"DeviceId": "6.6.0",
|
70
|
+
"Microsoft.Win32.Registry": "5.0.0"
|
71
|
+
},
|
72
|
+
"runtime": {
|
73
|
+
"lib/net7.0/DeviceId.Windows.dll": {
|
74
|
+
"assemblyVersion": "6.6.0.0",
|
75
|
+
"fileVersion": "6.6.0.0"
|
76
|
+
}
|
77
|
+
}
|
78
|
+
},
|
41
79
|
"DotNetZip/1.16.0": {
|
42
80
|
"dependencies": {
|
43
81
|
"System.Security.Permissions": "4.7.0",
|
@@ -51,11 +89,17 @@
|
|
51
89
|
}
|
52
90
|
},
|
53
91
|
"Microsoft.CSharp/4.7.0": {},
|
54
|
-
"Microsoft.NETCore.Platforms/
|
92
|
+
"Microsoft.NETCore.Platforms/5.0.0": {},
|
55
93
|
"Microsoft.NETCore.Targets/1.1.0": {},
|
94
|
+
"Microsoft.Win32.Registry/5.0.0": {
|
95
|
+
"dependencies": {
|
96
|
+
"System.Security.AccessControl": "5.0.0",
|
97
|
+
"System.Security.Principal.Windows": "5.0.0"
|
98
|
+
}
|
99
|
+
},
|
56
100
|
"Microsoft.Win32.SystemEvents/4.7.0": {
|
57
101
|
"dependencies": {
|
58
|
-
"Microsoft.NETCore.Platforms": "
|
102
|
+
"Microsoft.NETCore.Platforms": "5.0.0"
|
59
103
|
},
|
60
104
|
"runtime": {
|
61
105
|
"lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll": {
|
@@ -97,13 +141,13 @@
|
|
97
141
|
"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {},
|
98
142
|
"runtime.native.System/4.3.0": {
|
99
143
|
"dependencies": {
|
100
|
-
"Microsoft.NETCore.Platforms": "
|
144
|
+
"Microsoft.NETCore.Platforms": "5.0.0",
|
101
145
|
"Microsoft.NETCore.Targets": "1.1.0"
|
102
146
|
}
|
103
147
|
},
|
104
148
|
"runtime.native.System.Net.Http/4.3.0": {
|
105
149
|
"dependencies": {
|
106
|
-
"Microsoft.NETCore.Platforms": "
|
150
|
+
"Microsoft.NETCore.Platforms": "5.0.0",
|
107
151
|
"Microsoft.NETCore.Targets": "1.1.0"
|
108
152
|
}
|
109
153
|
},
|
@@ -136,7 +180,7 @@
|
|
136
180
|
"runtime.ubuntu.16.10-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {},
|
137
181
|
"System.Collections/4.3.0": {
|
138
182
|
"dependencies": {
|
139
|
-
"Microsoft.NETCore.Platforms": "
|
183
|
+
"Microsoft.NETCore.Platforms": "5.0.0",
|
140
184
|
"Microsoft.NETCore.Targets": "1.1.0",
|
141
185
|
"System.Runtime": "4.3.0"
|
142
186
|
}
|
@@ -158,7 +202,7 @@
|
|
158
202
|
"System.ComponentModel.Annotations/5.0.0": {},
|
159
203
|
"System.Diagnostics.Debug/4.3.0": {
|
160
204
|
"dependencies": {
|
161
|
-
"Microsoft.NETCore.Platforms": "
|
205
|
+
"Microsoft.NETCore.Platforms": "5.0.0",
|
162
206
|
"Microsoft.NETCore.Targets": "1.1.0",
|
163
207
|
"System.Runtime": "4.3.0"
|
164
208
|
}
|
@@ -174,14 +218,14 @@
|
|
174
218
|
},
|
175
219
|
"System.Diagnostics.Tracing/4.3.0": {
|
176
220
|
"dependencies": {
|
177
|
-
"Microsoft.NETCore.Platforms": "
|
221
|
+
"Microsoft.NETCore.Platforms": "5.0.0",
|
178
222
|
"Microsoft.NETCore.Targets": "1.1.0",
|
179
223
|
"System.Runtime": "4.3.0"
|
180
224
|
}
|
181
225
|
},
|
182
226
|
"System.Drawing.Common/4.7.0": {
|
183
227
|
"dependencies": {
|
184
|
-
"Microsoft.NETCore.Platforms": "
|
228
|
+
"Microsoft.NETCore.Platforms": "5.0.0",
|
185
229
|
"Microsoft.Win32.SystemEvents": "4.7.0"
|
186
230
|
},
|
187
231
|
"runtime": {
|
@@ -207,14 +251,14 @@
|
|
207
251
|
},
|
208
252
|
"System.Globalization/4.3.0": {
|
209
253
|
"dependencies": {
|
210
|
-
"Microsoft.NETCore.Platforms": "
|
254
|
+
"Microsoft.NETCore.Platforms": "5.0.0",
|
211
255
|
"Microsoft.NETCore.Targets": "1.1.0",
|
212
256
|
"System.Runtime": "4.3.0"
|
213
257
|
}
|
214
258
|
},
|
215
259
|
"System.Globalization.Calendars/4.3.0": {
|
216
260
|
"dependencies": {
|
217
|
-
"Microsoft.NETCore.Platforms": "
|
261
|
+
"Microsoft.NETCore.Platforms": "5.0.0",
|
218
262
|
"Microsoft.NETCore.Targets": "1.1.0",
|
219
263
|
"System.Globalization": "4.3.0",
|
220
264
|
"System.Runtime": "4.3.0"
|
@@ -222,7 +266,7 @@
|
|
222
266
|
},
|
223
267
|
"System.Globalization.Extensions/4.3.0": {
|
224
268
|
"dependencies": {
|
225
|
-
"Microsoft.NETCore.Platforms": "
|
269
|
+
"Microsoft.NETCore.Platforms": "5.0.0",
|
226
270
|
"System.Globalization": "4.3.0",
|
227
271
|
"System.Resources.ResourceManager": "4.3.0",
|
228
272
|
"System.Runtime": "4.3.0",
|
@@ -232,7 +276,7 @@
|
|
232
276
|
},
|
233
277
|
"System.IO/4.3.0": {
|
234
278
|
"dependencies": {
|
235
|
-
"Microsoft.NETCore.Platforms": "
|
279
|
+
"Microsoft.NETCore.Platforms": "5.0.0",
|
236
280
|
"Microsoft.NETCore.Targets": "1.1.0",
|
237
281
|
"System.Runtime": "4.3.0",
|
238
282
|
"System.Text.Encoding": "4.3.0",
|
@@ -241,7 +285,7 @@
|
|
241
285
|
},
|
242
286
|
"System.IO.FileSystem/4.3.0": {
|
243
287
|
"dependencies": {
|
244
|
-
"Microsoft.NETCore.Platforms": "
|
288
|
+
"Microsoft.NETCore.Platforms": "5.0.0",
|
245
289
|
"Microsoft.NETCore.Targets": "1.1.0",
|
246
290
|
"System.IO": "4.3.0",
|
247
291
|
"System.IO.FileSystem.Primitives": "4.3.0",
|
@@ -267,7 +311,7 @@
|
|
267
311
|
},
|
268
312
|
"System.Net.Http/4.3.4": {
|
269
313
|
"dependencies": {
|
270
|
-
"Microsoft.NETCore.Platforms": "
|
314
|
+
"Microsoft.NETCore.Platforms": "5.0.0",
|
271
315
|
"System.Collections": "4.3.0",
|
272
316
|
"System.Diagnostics.Debug": "4.3.0",
|
273
317
|
"System.Diagnostics.DiagnosticSource": "4.3.0",
|
@@ -297,7 +341,7 @@
|
|
297
341
|
},
|
298
342
|
"System.Net.Primitives/4.3.0": {
|
299
343
|
"dependencies": {
|
300
|
-
"Microsoft.NETCore.Platforms": "
|
344
|
+
"Microsoft.NETCore.Platforms": "5.0.0",
|
301
345
|
"Microsoft.NETCore.Targets": "1.1.0",
|
302
346
|
"System.Runtime": "4.3.0",
|
303
347
|
"System.Runtime.Handles": "4.3.0"
|
@@ -305,7 +349,7 @@
|
|
305
349
|
},
|
306
350
|
"System.Reflection/4.3.0": {
|
307
351
|
"dependencies": {
|
308
|
-
"Microsoft.NETCore.Platforms": "
|
352
|
+
"Microsoft.NETCore.Platforms": "5.0.0",
|
309
353
|
"Microsoft.NETCore.Targets": "1.1.0",
|
310
354
|
"System.IO": "4.3.0",
|
311
355
|
"System.Reflection.Primitives": "4.3.0",
|
@@ -330,14 +374,14 @@
|
|
330
374
|
},
|
331
375
|
"System.Reflection.Primitives/4.3.0": {
|
332
376
|
"dependencies": {
|
333
|
-
"Microsoft.NETCore.Platforms": "
|
377
|
+
"Microsoft.NETCore.Platforms": "5.0.0",
|
334
378
|
"Microsoft.NETCore.Targets": "1.1.0",
|
335
379
|
"System.Runtime": "4.3.0"
|
336
380
|
}
|
337
381
|
},
|
338
382
|
"System.Resources.ResourceManager/4.3.0": {
|
339
383
|
"dependencies": {
|
340
|
-
"Microsoft.NETCore.Platforms": "
|
384
|
+
"Microsoft.NETCore.Platforms": "5.0.0",
|
341
385
|
"Microsoft.NETCore.Targets": "1.1.0",
|
342
386
|
"System.Globalization": "4.3.0",
|
343
387
|
"System.Reflection": "4.3.0",
|
@@ -346,27 +390,27 @@
|
|
346
390
|
},
|
347
391
|
"System.Runtime/4.3.0": {
|
348
392
|
"dependencies": {
|
349
|
-
"Microsoft.NETCore.Platforms": "
|
393
|
+
"Microsoft.NETCore.Platforms": "5.0.0",
|
350
394
|
"Microsoft.NETCore.Targets": "1.1.0"
|
351
395
|
}
|
352
396
|
},
|
353
397
|
"System.Runtime.Extensions/4.3.0": {
|
354
398
|
"dependencies": {
|
355
|
-
"Microsoft.NETCore.Platforms": "
|
399
|
+
"Microsoft.NETCore.Platforms": "5.0.0",
|
356
400
|
"Microsoft.NETCore.Targets": "1.1.0",
|
357
401
|
"System.Runtime": "4.3.0"
|
358
402
|
}
|
359
403
|
},
|
360
404
|
"System.Runtime.Handles/4.3.0": {
|
361
405
|
"dependencies": {
|
362
|
-
"Microsoft.NETCore.Platforms": "
|
406
|
+
"Microsoft.NETCore.Platforms": "5.0.0",
|
363
407
|
"Microsoft.NETCore.Targets": "1.1.0",
|
364
408
|
"System.Runtime": "4.3.0"
|
365
409
|
}
|
366
410
|
},
|
367
411
|
"System.Runtime.InteropServices/4.3.0": {
|
368
412
|
"dependencies": {
|
369
|
-
"Microsoft.NETCore.Platforms": "
|
413
|
+
"Microsoft.NETCore.Platforms": "5.0.0",
|
370
414
|
"Microsoft.NETCore.Targets": "1.1.0",
|
371
415
|
"System.Reflection": "4.3.0",
|
372
416
|
"System.Reflection.Primitives": "4.3.0",
|
@@ -382,15 +426,15 @@
|
|
382
426
|
"System.Runtime.Extensions": "4.3.0"
|
383
427
|
}
|
384
428
|
},
|
385
|
-
"System.Security.AccessControl/
|
429
|
+
"System.Security.AccessControl/5.0.0": {
|
386
430
|
"dependencies": {
|
387
|
-
"Microsoft.NETCore.Platforms": "
|
388
|
-
"System.Security.Principal.Windows": "
|
431
|
+
"Microsoft.NETCore.Platforms": "5.0.0",
|
432
|
+
"System.Security.Principal.Windows": "5.0.0"
|
389
433
|
}
|
390
434
|
},
|
391
435
|
"System.Security.Cryptography.Algorithms/4.3.0": {
|
392
436
|
"dependencies": {
|
393
|
-
"Microsoft.NETCore.Platforms": "
|
437
|
+
"Microsoft.NETCore.Platforms": "5.0.0",
|
394
438
|
"System.Collections": "4.3.0",
|
395
439
|
"System.IO": "4.3.0",
|
396
440
|
"System.Resources.ResourceManager": "4.3.0",
|
@@ -408,7 +452,7 @@
|
|
408
452
|
},
|
409
453
|
"System.Security.Cryptography.Cng/4.3.0": {
|
410
454
|
"dependencies": {
|
411
|
-
"Microsoft.NETCore.Platforms": "
|
455
|
+
"Microsoft.NETCore.Platforms": "5.0.0",
|
412
456
|
"System.IO": "4.3.0",
|
413
457
|
"System.Resources.ResourceManager": "4.3.0",
|
414
458
|
"System.Runtime": "4.3.0",
|
@@ -423,7 +467,7 @@
|
|
423
467
|
},
|
424
468
|
"System.Security.Cryptography.Csp/4.3.0": {
|
425
469
|
"dependencies": {
|
426
|
-
"Microsoft.NETCore.Platforms": "
|
470
|
+
"Microsoft.NETCore.Platforms": "5.0.0",
|
427
471
|
"System.IO": "4.3.0",
|
428
472
|
"System.Reflection": "4.3.0",
|
429
473
|
"System.Resources.ResourceManager": "4.3.0",
|
@@ -440,7 +484,7 @@
|
|
440
484
|
},
|
441
485
|
"System.Security.Cryptography.Encoding/4.3.0": {
|
442
486
|
"dependencies": {
|
443
|
-
"Microsoft.NETCore.Platforms": "
|
487
|
+
"Microsoft.NETCore.Platforms": "5.0.0",
|
444
488
|
"System.Collections": "4.3.0",
|
445
489
|
"System.Collections.Concurrent": "4.3.0",
|
446
490
|
"System.Linq": "4.3.0",
|
@@ -484,7 +528,7 @@
|
|
484
528
|
},
|
485
529
|
"System.Security.Cryptography.X509Certificates/4.3.0": {
|
486
530
|
"dependencies": {
|
487
|
-
"Microsoft.NETCore.Platforms": "
|
531
|
+
"Microsoft.NETCore.Platforms": "5.0.0",
|
488
532
|
"System.Collections": "4.3.0",
|
489
533
|
"System.Diagnostics.Debug": "4.3.0",
|
490
534
|
"System.Globalization": "4.3.0",
|
@@ -513,7 +557,7 @@
|
|
513
557
|
},
|
514
558
|
"System.Security.Permissions/4.7.0": {
|
515
559
|
"dependencies": {
|
516
|
-
"System.Security.AccessControl": "
|
560
|
+
"System.Security.AccessControl": "5.0.0",
|
517
561
|
"System.Windows.Extensions": "4.7.0"
|
518
562
|
},
|
519
563
|
"runtime": {
|
@@ -523,17 +567,23 @@
|
|
523
567
|
}
|
524
568
|
}
|
525
569
|
},
|
526
|
-
"System.Security.Principal.Windows/
|
570
|
+
"System.Security.Principal.Windows/5.0.0": {},
|
527
571
|
"System.Text.Encoding/4.3.0": {
|
528
572
|
"dependencies": {
|
529
|
-
"Microsoft.NETCore.Platforms": "
|
573
|
+
"Microsoft.NETCore.Platforms": "5.0.0",
|
530
574
|
"Microsoft.NETCore.Targets": "1.1.0",
|
531
575
|
"System.Runtime": "4.3.0"
|
532
576
|
}
|
533
577
|
},
|
534
578
|
"System.Text.Encoding.CodePages/4.7.1": {
|
535
579
|
"dependencies": {
|
536
|
-
"Microsoft.NETCore.Platforms": "
|
580
|
+
"Microsoft.NETCore.Platforms": "5.0.0"
|
581
|
+
}
|
582
|
+
},
|
583
|
+
"System.Text.Encodings.Web/7.0.0": {},
|
584
|
+
"System.Text.Json/7.0.0": {
|
585
|
+
"dependencies": {
|
586
|
+
"System.Text.Encodings.Web": "7.0.0"
|
537
587
|
}
|
538
588
|
},
|
539
589
|
"System.Threading/4.3.0": {
|
@@ -544,7 +594,7 @@
|
|
544
594
|
},
|
545
595
|
"System.Threading.Tasks/4.3.0": {
|
546
596
|
"dependencies": {
|
547
|
-
"Microsoft.NETCore.Platforms": "
|
597
|
+
"Microsoft.NETCore.Platforms": "5.0.0",
|
548
598
|
"Microsoft.NETCore.Targets": "1.1.0",
|
549
599
|
"System.Runtime": "4.3.0"
|
550
600
|
}
|
@@ -568,12 +618,12 @@
|
|
568
618
|
}
|
569
619
|
}
|
570
620
|
},
|
571
|
-
"Simba.Drawing/24.1.
|
621
|
+
"Simba.Drawing/24.1.24": {
|
572
622
|
"runtime": {
|
573
623
|
"Simba.Drawing.dll": {}
|
574
624
|
}
|
575
625
|
},
|
576
|
-
"Simba.Helper/24.1.
|
626
|
+
"Simba.Helper/24.1.24": {
|
577
627
|
"runtime": {
|
578
628
|
"Simba.Helper.dll": {}
|
579
629
|
}
|
@@ -581,7 +631,7 @@
|
|
581
631
|
}
|
582
632
|
},
|
583
633
|
"libraries": {
|
584
|
-
"Simba.Data/24.01.
|
634
|
+
"Simba.Data/24.01.24": {
|
585
635
|
"type": "project",
|
586
636
|
"serviceable": false,
|
587
637
|
"sha512": ""
|
@@ -600,6 +650,27 @@
|
|
600
650
|
"path": "deviceid/6.6.0",
|
601
651
|
"hashPath": "deviceid.6.6.0.nupkg.sha512"
|
602
652
|
},
|
653
|
+
"DeviceId.Linux/6.4.0": {
|
654
|
+
"type": "package",
|
655
|
+
"serviceable": true,
|
656
|
+
"sha512": "sha512-V6Ig5oYo70eq3p2k8qPkDfy08yX792WQl/vX5Rl2mnClmfuY2veCO1GB38f/ZP31kLvZe2A5a6aE03j0kZGjvA==",
|
657
|
+
"path": "deviceid.linux/6.4.0",
|
658
|
+
"hashPath": "deviceid.linux.6.4.0.nupkg.sha512"
|
659
|
+
},
|
660
|
+
"DeviceId.Mac/6.3.0": {
|
661
|
+
"type": "package",
|
662
|
+
"serviceable": true,
|
663
|
+
"sha512": "sha512-gX9/6/t70TpqIOw9Qg8KHAl8AQLtmGQb9gd/rSxwrWCOXqzfLylF6OPhn4czeHEN0CF4zPDKLEIKXEtV7AnHZA==",
|
664
|
+
"path": "deviceid.mac/6.3.0",
|
665
|
+
"hashPath": "deviceid.mac.6.3.0.nupkg.sha512"
|
666
|
+
},
|
667
|
+
"DeviceId.Windows/6.6.0": {
|
668
|
+
"type": "package",
|
669
|
+
"serviceable": true,
|
670
|
+
"sha512": "sha512-URHtJlgdrhjgESv6Rcnk0w28tWfmfDOKOxR7Nlj+s/Ct8JhWQ5veGmmDXHQxg04bHq7gPTskbwdXU2SKQOm0lg==",
|
671
|
+
"path": "deviceid.windows/6.6.0",
|
672
|
+
"hashPath": "deviceid.windows.6.6.0.nupkg.sha512"
|
673
|
+
},
|
603
674
|
"DotNetZip/1.16.0": {
|
604
675
|
"type": "package",
|
605
676
|
"serviceable": true,
|
@@ -614,12 +685,12 @@
|
|
614
685
|
"path": "microsoft.csharp/4.7.0",
|
615
686
|
"hashPath": "microsoft.csharp.4.7.0.nupkg.sha512"
|
616
687
|
},
|
617
|
-
"Microsoft.NETCore.Platforms/
|
688
|
+
"Microsoft.NETCore.Platforms/5.0.0": {
|
618
689
|
"type": "package",
|
619
690
|
"serviceable": true,
|
620
|
-
"sha512": "sha512-
|
621
|
-
"path": "microsoft.netcore.platforms/
|
622
|
-
"hashPath": "microsoft.netcore.platforms.
|
691
|
+
"sha512": "sha512-VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ==",
|
692
|
+
"path": "microsoft.netcore.platforms/5.0.0",
|
693
|
+
"hashPath": "microsoft.netcore.platforms.5.0.0.nupkg.sha512"
|
623
694
|
},
|
624
695
|
"Microsoft.NETCore.Targets/1.1.0": {
|
625
696
|
"type": "package",
|
@@ -628,6 +699,13 @@
|
|
628
699
|
"path": "microsoft.netcore.targets/1.1.0",
|
629
700
|
"hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512"
|
630
701
|
},
|
702
|
+
"Microsoft.Win32.Registry/5.0.0": {
|
703
|
+
"type": "package",
|
704
|
+
"serviceable": true,
|
705
|
+
"sha512": "sha512-dDoKi0PnDz31yAyETfRntsLArTlVAVzUzCIvvEDsDsucrl33Dl8pIJG06ePTJTI3tGpeyHS9Cq7Foc/s4EeKcg==",
|
706
|
+
"path": "microsoft.win32.registry/5.0.0",
|
707
|
+
"hashPath": "microsoft.win32.registry.5.0.0.nupkg.sha512"
|
708
|
+
},
|
631
709
|
"Microsoft.Win32.SystemEvents/4.7.0": {
|
632
710
|
"type": "package",
|
633
711
|
"serviceable": true,
|
@@ -936,12 +1014,12 @@
|
|
936
1014
|
"path": "system.runtime.numerics/4.3.0",
|
937
1015
|
"hashPath": "system.runtime.numerics.4.3.0.nupkg.sha512"
|
938
1016
|
},
|
939
|
-
"System.Security.AccessControl/
|
1017
|
+
"System.Security.AccessControl/5.0.0": {
|
940
1018
|
"type": "package",
|
941
1019
|
"serviceable": true,
|
942
|
-
"sha512": "sha512-
|
943
|
-
"path": "system.security.accesscontrol/
|
944
|
-
"hashPath": "system.security.accesscontrol.
|
1020
|
+
"sha512": "sha512-dagJ1mHZO3Ani8GH0PHpPEe/oYO+rVdbQjvjJkBRNQkX4t0r1iaeGn8+/ybkSLEan3/slM0t59SVdHzuHf2jmw==",
|
1021
|
+
"path": "system.security.accesscontrol/5.0.0",
|
1022
|
+
"hashPath": "system.security.accesscontrol.5.0.0.nupkg.sha512"
|
945
1023
|
},
|
946
1024
|
"System.Security.Cryptography.Algorithms/4.3.0": {
|
947
1025
|
"type": "package",
|
@@ -999,12 +1077,12 @@
|
|
999
1077
|
"path": "system.security.permissions/4.7.0",
|
1000
1078
|
"hashPath": "system.security.permissions.4.7.0.nupkg.sha512"
|
1001
1079
|
},
|
1002
|
-
"System.Security.Principal.Windows/
|
1080
|
+
"System.Security.Principal.Windows/5.0.0": {
|
1003
1081
|
"type": "package",
|
1004
1082
|
"serviceable": true,
|
1005
|
-
"sha512": "sha512-
|
1006
|
-
"path": "system.security.principal.windows/
|
1007
|
-
"hashPath": "system.security.principal.windows.
|
1083
|
+
"sha512": "sha512-t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==",
|
1084
|
+
"path": "system.security.principal.windows/5.0.0",
|
1085
|
+
"hashPath": "system.security.principal.windows.5.0.0.nupkg.sha512"
|
1008
1086
|
},
|
1009
1087
|
"System.Text.Encoding/4.3.0": {
|
1010
1088
|
"type": "package",
|
@@ -1020,6 +1098,20 @@
|
|
1020
1098
|
"path": "system.text.encoding.codepages/4.7.1",
|
1021
1099
|
"hashPath": "system.text.encoding.codepages.4.7.1.nupkg.sha512"
|
1022
1100
|
},
|
1101
|
+
"System.Text.Encodings.Web/7.0.0": {
|
1102
|
+
"type": "package",
|
1103
|
+
"serviceable": true,
|
1104
|
+
"sha512": "sha512-OP6umVGxc0Z0MvZQBVigj4/U31Pw72ITihDWP9WiWDm+q5aoe0GaJivsfYGq53o6dxH7DcXWiCTl7+0o2CGdmg==",
|
1105
|
+
"path": "system.text.encodings.web/7.0.0",
|
1106
|
+
"hashPath": "system.text.encodings.web.7.0.0.nupkg.sha512"
|
1107
|
+
},
|
1108
|
+
"System.Text.Json/7.0.0": {
|
1109
|
+
"type": "package",
|
1110
|
+
"serviceable": true,
|
1111
|
+
"sha512": "sha512-DaGSsVqKsn/ia6RG8frjwmJonfos0srquhw09TlT8KRw5I43E+4gs+/bZj4K0vShJ5H9imCuXupb4RmS+dBy3w==",
|
1112
|
+
"path": "system.text.json/7.0.0",
|
1113
|
+
"hashPath": "system.text.json.7.0.0.nupkg.sha512"
|
1114
|
+
},
|
1023
1115
|
"System.Threading/4.3.0": {
|
1024
1116
|
"type": "package",
|
1025
1117
|
"serviceable": true,
|
@@ -1041,12 +1133,12 @@
|
|
1041
1133
|
"path": "system.windows.extensions/4.7.0",
|
1042
1134
|
"hashPath": "system.windows.extensions.4.7.0.nupkg.sha512"
|
1043
1135
|
},
|
1044
|
-
"Simba.Drawing/24.1.
|
1136
|
+
"Simba.Drawing/24.1.24": {
|
1045
1137
|
"type": "project",
|
1046
1138
|
"serviceable": false,
|
1047
1139
|
"sha512": ""
|
1048
1140
|
},
|
1049
|
-
"Simba.Helper/24.1.
|
1141
|
+
"Simba.Helper/24.1.24": {
|
1050
1142
|
"type": "project",
|
1051
1143
|
"serviceable": false,
|
1052
1144
|
"sha512": ""
|
Binary file
|
Binary file
|
Binary file
|
aesim/simba/__init__.py
CHANGED
@@ -1,19 +1,22 @@
|
|
1
|
-
aesim/simba/__init__.py,sha256=
|
1
|
+
aesim/simba/__init__.py,sha256=eHOCGcnPsDwfG0lmqE0jNqko8Gke49HVMq4tuot9Yto,2632
|
2
2
|
aesim/simba/Resources/CsvHelper.dll,sha256=oh395MqwHOdv87ggl0L2cpWEDZZGFYe3CVUXnzSo8rY,211456
|
3
|
+
aesim/simba/Resources/DeviceId.Linux.dll,sha256=5R05VNI01G2dNTSiVK5hjZqbJ1KvfBlAhxALLXxWeP8,10752
|
4
|
+
aesim/simba/Resources/DeviceId.Mac.dll,sha256=mUZ2MJ_AQAbtu99CS6UzJR3UlgdQoopH6_jqFc4PMCU,6144
|
5
|
+
aesim/simba/Resources/DeviceId.Windows.dll,sha256=88hWhyfVag8z9nkjTC84Fd0Wrknl49RMa85FWAPBm1Y,8192
|
3
6
|
aesim/simba/Resources/DeviceId.dll,sha256=nBdkE1LFmM9Ta-G4kqAN-MkdbPlNhvX5nP2jxKfX1V0,23040
|
4
7
|
aesim/simba/Resources/DotNetZip.dll,sha256=65uEo99q5RdZVEugQiSk-RRUuKgdVLN8hGpCFrxywV4,252928
|
5
8
|
aesim/simba/Resources/Microsoft.Win32.SystemEvents.dll,sha256=56MWX7GCuiW-O0EPzkUo0jj6T_mhpVB6x-UFQtaS2qE,23112
|
6
9
|
aesim/simba/Resources/Newtonsoft.Json.dll,sha256=IsZJ91_OW-fHzNqIgEc7Y072ns8z9dGritiSyvR9Wgc,712464
|
7
10
|
aesim/simba/Resources/Python.Runtime.dll,sha256=ZjqNvuSeP9WKTZmjkmwsE_k2-8ykd_wDj_RyyUWbjgk,431616
|
8
|
-
aesim/simba/Resources/Simba.Data.deps.json,sha256=
|
9
|
-
aesim/simba/Resources/Simba.Data.dll,sha256=
|
11
|
+
aesim/simba/Resources/Simba.Data.deps.json,sha256=v3XAYMVt5yLNE6S6Au4yNgTguwOKlf4EkA7k12E2PCQ,48346
|
12
|
+
aesim/simba/Resources/Simba.Data.dll,sha256=aqoM4yJYmCqjUmMjET_-ThJOh1pzUUSVF3Qi1jRXt_w,2104832
|
10
13
|
aesim/simba/Resources/Simba.Data.runtimeconfig.json,sha256=l8lwBUK2WRULIww1eLKVMP12qwHsZqks0WlF4CRXE98,328
|
11
|
-
aesim/simba/Resources/Simba.Drawing.dll,sha256=
|
12
|
-
aesim/simba/Resources/Simba.Helper.dll,sha256=
|
14
|
+
aesim/simba/Resources/Simba.Drawing.dll,sha256=bKshF2gUz4-W_RV4p3EnNJ8nbitoBS_POIIgvwGlxZg,23040
|
15
|
+
aesim/simba/Resources/Simba.Helper.dll,sha256=HUfNc6blz4nUMvGQ1C-_tjrkHC4gFfHQrXk9eX-OOsI,14336
|
13
16
|
aesim/simba/Resources/System.Drawing.Common.dll,sha256=E-_s4U4Xt_iFr_-Dd7ZSqXXAOJZKgnOAW4C5r7OPcHc,143408
|
14
17
|
aesim/simba/Resources/System.Security.Permissions.dll,sha256=dO87Z5YKm1af7ZrEVxV3adv-QzsPT6E8UhZ8Ika_7XE,92536
|
15
18
|
aesim/simba/Resources/System.Windows.Extensions.dll,sha256=q76BRvo_Y47p9aquhRgtct54B8nwoGMR7xTrTl88s7A,25976
|
16
|
-
aesim/simba/Resources/Resources/DesignExamples.jsimba,sha256=
|
19
|
+
aesim/simba/Resources/Resources/DesignExamples.jsimba,sha256=H_U3TNVLaDeaCs4OgFkDVMQhdZoSEAsp4B0Tc0LIZQw,526282
|
17
20
|
aesim/simba/Resources/Resources/PsimSimbaDictionary.json,sha256=gQeD4QgDgVYuiL2ySGHLq9E-UwhLaRGK-Xby8cG53Kg,373406
|
18
21
|
aesim/simba/Resources/Resources/RTTCalculator.so,sha256=z72EY7UMq1BD5G2NC7Rp0YVfOzUxBVvszdMZ1jXEhCM,3308760
|
19
22
|
aesim/simba/Resources/Resources/acdc_3ph_diodebridge.jsimba,sha256=4a8QScQhZhQJKaCJOAkKzwtvW1dfHhxbhKwnkB2NuAc,13807
|
@@ -25,7 +28,7 @@ aesim/simba/Resources/Resources/dcdc_buck_detailed.jsimba,sha256=ivC0KaXYXdSRG9l
|
|
25
28
|
aesim/simba/Resources/Resources/dcdc_buckboost.jsimba,sha256=V5gwIigwCcNOjRG_o50nPQ0RTGIEGRkkvyp-BqPxq3Y,15971
|
26
29
|
aesim/simba/Resources/Resources/dcdc_forward.jsimba,sha256=mNtDFMXibbWAbbFDEWPsYS0fzZeV1J9olSdiEK7sRfM,11405
|
27
30
|
aesim/simba/Resources/Resources/double_pulse_test.jsimba,sha256=vvNeqDT2ocWPgKZuWAR4pXjM5LKq2wSBWfS7u5hduVU,17929
|
28
|
-
aesim/simba/Resources/Resources/libSimba.Solvers.linux-x64.so,sha256=
|
31
|
+
aesim/simba/Resources/Resources/libSimba.Solvers.linux-x64.so,sha256=gku5KtRNYMVs-UV1Cuhh6xqiw3fZVg8XF8tAtScGerA,7633824
|
29
32
|
aesim/simba/Resources/Resources/llc_resonant_converter.jsimba,sha256=CNtHhUy94n-luEctZlHNBaxiE8xuj7j925uH_liSO_E,37039
|
30
33
|
aesim/simba/Resources/Resources/pfc_totem_pole.jsimba,sha256=y9gRvwgLRuGJqugNyJNuYsHjZpjZPfmMydiYfdOeMgY,50754
|
31
34
|
aesim/simba/Resources/Resources/simba_library.c,sha256=gMHpqpngHvQ7uN8zmPtrIkr1xjrOjARHg0qKYC5sNEU,2823
|
@@ -222,7 +225,7 @@ aesim/simba/Resources/runtimes/unix/lib/netcoreapp3.0/System.Drawing.Common.dll,
|
|
222
225
|
aesim/simba/Resources/runtimes/win/lib/netcoreapp3.0/Microsoft.Win32.SystemEvents.dll,sha256=HVu_sifyDoZs8l9kmgWbYcPzUzb2nr0ZuO3ntuFKdBQ,50248
|
223
226
|
aesim/simba/Resources/runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll,sha256=30Cd54Iuvkhxqt7x-OSlU0BjlcjWknBAN3gXd7plAwA,414280
|
224
227
|
aesim/simba/Resources/runtimes/win/lib/netcoreapp3.0/System.Windows.Extensions.dll,sha256=sLFe4SPSSiINw0RslqYnPi_a3nHR81K_BiF73ld3iyQ,56184
|
225
|
-
aesim.simba-2024.1.
|
226
|
-
aesim.simba-2024.1.
|
227
|
-
aesim.simba-2024.1.
|
228
|
-
aesim.simba-2024.1.
|
228
|
+
aesim.simba-2024.1.24a1.dist-info/METADATA,sha256=uTtNwbqED9koibbjsbLv0y39NL5Gp6rrvChsraeMgdM,3119
|
229
|
+
aesim.simba-2024.1.24a1.dist-info/WHEEL,sha256=XYu_VHmNEf2noKVYzlVp01ZZWTe1ziZKv6CHbJf921s,106
|
230
|
+
aesim.simba-2024.1.24a1.dist-info/top_level.txt,sha256=Rl2TekTH7Z1aRbKhE4okcrHjcDpapnmnsn5xI4Mb7_k,6
|
231
|
+
aesim.simba-2024.1.24a1.dist-info/RECORD,,
|
File without changes
|
File without changes
|