aesim.simba 2024.1.10a1__py3-none-win_amd64.whl → 2024.1.24a1__py3-none-win_amd64.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/Simba.Solvers.win-x64.dll +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,15 +6,18 @@
|
|
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
18
|
"SevenZipExtractor": "1.0.17",
|
16
|
-
"Simba.Drawing": "24.1.
|
17
|
-
"Simba.Helper": "24.1.
|
19
|
+
"Simba.Drawing": "24.1.24",
|
20
|
+
"Simba.Helper": "24.1.24",
|
18
21
|
"System.ComponentModel.Annotations": "5.0.0",
|
19
22
|
"System.Net.Http": "4.3.4",
|
20
23
|
"pythonnet": "3.0.3"
|
@@ -39,6 +42,41 @@
|
|
39
42
|
}
|
40
43
|
}
|
41
44
|
},
|
45
|
+
"DeviceId.Linux/6.4.0": {
|
46
|
+
"dependencies": {
|
47
|
+
"DeviceId": "6.6.0",
|
48
|
+
"System.Text.Json": "7.0.0"
|
49
|
+
},
|
50
|
+
"runtime": {
|
51
|
+
"lib/net8.0/DeviceId.Linux.dll": {
|
52
|
+
"assemblyVersion": "6.4.0.0",
|
53
|
+
"fileVersion": "6.4.0.0"
|
54
|
+
}
|
55
|
+
}
|
56
|
+
},
|
57
|
+
"DeviceId.Mac/6.3.0": {
|
58
|
+
"dependencies": {
|
59
|
+
"DeviceId": "6.6.0"
|
60
|
+
},
|
61
|
+
"runtime": {
|
62
|
+
"lib/net8.0/DeviceId.Mac.dll": {
|
63
|
+
"assemblyVersion": "6.3.0.0",
|
64
|
+
"fileVersion": "6.3.0.0"
|
65
|
+
}
|
66
|
+
}
|
67
|
+
},
|
68
|
+
"DeviceId.Windows/6.6.0": {
|
69
|
+
"dependencies": {
|
70
|
+
"DeviceId": "6.6.0",
|
71
|
+
"Microsoft.Win32.Registry": "5.0.0"
|
72
|
+
},
|
73
|
+
"runtime": {
|
74
|
+
"lib/net7.0/DeviceId.Windows.dll": {
|
75
|
+
"assemblyVersion": "6.6.0.0",
|
76
|
+
"fileVersion": "6.6.0.0"
|
77
|
+
}
|
78
|
+
}
|
79
|
+
},
|
42
80
|
"DotNetZip/1.16.0": {
|
43
81
|
"dependencies": {
|
44
82
|
"System.Security.Permissions": "4.7.0",
|
@@ -52,11 +90,17 @@
|
|
52
90
|
}
|
53
91
|
},
|
54
92
|
"Microsoft.CSharp/4.7.0": {},
|
55
|
-
"Microsoft.NETCore.Platforms/
|
93
|
+
"Microsoft.NETCore.Platforms/5.0.0": {},
|
56
94
|
"Microsoft.NETCore.Targets/1.1.0": {},
|
95
|
+
"Microsoft.Win32.Registry/5.0.0": {
|
96
|
+
"dependencies": {
|
97
|
+
"System.Security.AccessControl": "5.0.0",
|
98
|
+
"System.Security.Principal.Windows": "5.0.0"
|
99
|
+
}
|
100
|
+
},
|
57
101
|
"Microsoft.Win32.SystemEvents/4.7.0": {
|
58
102
|
"dependencies": {
|
59
|
-
"Microsoft.NETCore.Platforms": "
|
103
|
+
"Microsoft.NETCore.Platforms": "5.0.0"
|
60
104
|
},
|
61
105
|
"runtime": {
|
62
106
|
"lib/netstandard2.0/Microsoft.Win32.SystemEvents.dll": {
|
@@ -98,13 +142,13 @@
|
|
98
142
|
"runtime.fedora.24-x64.runtime.native.System.Security.Cryptography.OpenSsl/4.3.2": {},
|
99
143
|
"runtime.native.System/4.3.0": {
|
100
144
|
"dependencies": {
|
101
|
-
"Microsoft.NETCore.Platforms": "
|
145
|
+
"Microsoft.NETCore.Platforms": "5.0.0",
|
102
146
|
"Microsoft.NETCore.Targets": "1.1.0"
|
103
147
|
}
|
104
148
|
},
|
105
149
|
"runtime.native.System.Net.Http/4.3.0": {
|
106
150
|
"dependencies": {
|
107
|
-
"Microsoft.NETCore.Platforms": "
|
151
|
+
"Microsoft.NETCore.Platforms": "5.0.0",
|
108
152
|
"Microsoft.NETCore.Targets": "1.1.0"
|
109
153
|
}
|
110
154
|
},
|
@@ -145,7 +189,7 @@
|
|
145
189
|
},
|
146
190
|
"System.Collections/4.3.0": {
|
147
191
|
"dependencies": {
|
148
|
-
"Microsoft.NETCore.Platforms": "
|
192
|
+
"Microsoft.NETCore.Platforms": "5.0.0",
|
149
193
|
"Microsoft.NETCore.Targets": "1.1.0",
|
150
194
|
"System.Runtime": "4.3.0"
|
151
195
|
}
|
@@ -167,7 +211,7 @@
|
|
167
211
|
"System.ComponentModel.Annotations/5.0.0": {},
|
168
212
|
"System.Diagnostics.Debug/4.3.0": {
|
169
213
|
"dependencies": {
|
170
|
-
"Microsoft.NETCore.Platforms": "
|
214
|
+
"Microsoft.NETCore.Platforms": "5.0.0",
|
171
215
|
"Microsoft.NETCore.Targets": "1.1.0",
|
172
216
|
"System.Runtime": "4.3.0"
|
173
217
|
}
|
@@ -183,14 +227,14 @@
|
|
183
227
|
},
|
184
228
|
"System.Diagnostics.Tracing/4.3.0": {
|
185
229
|
"dependencies": {
|
186
|
-
"Microsoft.NETCore.Platforms": "
|
230
|
+
"Microsoft.NETCore.Platforms": "5.0.0",
|
187
231
|
"Microsoft.NETCore.Targets": "1.1.0",
|
188
232
|
"System.Runtime": "4.3.0"
|
189
233
|
}
|
190
234
|
},
|
191
235
|
"System.Drawing.Common/4.7.0": {
|
192
236
|
"dependencies": {
|
193
|
-
"Microsoft.NETCore.Platforms": "
|
237
|
+
"Microsoft.NETCore.Platforms": "5.0.0",
|
194
238
|
"Microsoft.Win32.SystemEvents": "4.7.0"
|
195
239
|
},
|
196
240
|
"runtime": {
|
@@ -216,14 +260,14 @@
|
|
216
260
|
},
|
217
261
|
"System.Globalization/4.3.0": {
|
218
262
|
"dependencies": {
|
219
|
-
"Microsoft.NETCore.Platforms": "
|
263
|
+
"Microsoft.NETCore.Platforms": "5.0.0",
|
220
264
|
"Microsoft.NETCore.Targets": "1.1.0",
|
221
265
|
"System.Runtime": "4.3.0"
|
222
266
|
}
|
223
267
|
},
|
224
268
|
"System.Globalization.Calendars/4.3.0": {
|
225
269
|
"dependencies": {
|
226
|
-
"Microsoft.NETCore.Platforms": "
|
270
|
+
"Microsoft.NETCore.Platforms": "5.0.0",
|
227
271
|
"Microsoft.NETCore.Targets": "1.1.0",
|
228
272
|
"System.Globalization": "4.3.0",
|
229
273
|
"System.Runtime": "4.3.0"
|
@@ -231,7 +275,7 @@
|
|
231
275
|
},
|
232
276
|
"System.Globalization.Extensions/4.3.0": {
|
233
277
|
"dependencies": {
|
234
|
-
"Microsoft.NETCore.Platforms": "
|
278
|
+
"Microsoft.NETCore.Platforms": "5.0.0",
|
235
279
|
"System.Globalization": "4.3.0",
|
236
280
|
"System.Resources.ResourceManager": "4.3.0",
|
237
281
|
"System.Runtime": "4.3.0",
|
@@ -241,7 +285,7 @@
|
|
241
285
|
},
|
242
286
|
"System.IO/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.Runtime": "4.3.0",
|
247
291
|
"System.Text.Encoding": "4.3.0",
|
@@ -250,7 +294,7 @@
|
|
250
294
|
},
|
251
295
|
"System.IO.FileSystem/4.3.0": {
|
252
296
|
"dependencies": {
|
253
|
-
"Microsoft.NETCore.Platforms": "
|
297
|
+
"Microsoft.NETCore.Platforms": "5.0.0",
|
254
298
|
"Microsoft.NETCore.Targets": "1.1.0",
|
255
299
|
"System.IO": "4.3.0",
|
256
300
|
"System.IO.FileSystem.Primitives": "4.3.0",
|
@@ -276,7 +320,7 @@
|
|
276
320
|
},
|
277
321
|
"System.Net.Http/4.3.4": {
|
278
322
|
"dependencies": {
|
279
|
-
"Microsoft.NETCore.Platforms": "
|
323
|
+
"Microsoft.NETCore.Platforms": "5.0.0",
|
280
324
|
"System.Collections": "4.3.0",
|
281
325
|
"System.Diagnostics.Debug": "4.3.0",
|
282
326
|
"System.Diagnostics.DiagnosticSource": "4.3.0",
|
@@ -306,7 +350,7 @@
|
|
306
350
|
},
|
307
351
|
"System.Net.Primitives/4.3.0": {
|
308
352
|
"dependencies": {
|
309
|
-
"Microsoft.NETCore.Platforms": "
|
353
|
+
"Microsoft.NETCore.Platforms": "5.0.0",
|
310
354
|
"Microsoft.NETCore.Targets": "1.1.0",
|
311
355
|
"System.Runtime": "4.3.0",
|
312
356
|
"System.Runtime.Handles": "4.3.0"
|
@@ -314,7 +358,7 @@
|
|
314
358
|
},
|
315
359
|
"System.Reflection/4.3.0": {
|
316
360
|
"dependencies": {
|
317
|
-
"Microsoft.NETCore.Platforms": "
|
361
|
+
"Microsoft.NETCore.Platforms": "5.0.0",
|
318
362
|
"Microsoft.NETCore.Targets": "1.1.0",
|
319
363
|
"System.IO": "4.3.0",
|
320
364
|
"System.Reflection.Primitives": "4.3.0",
|
@@ -339,14 +383,14 @@
|
|
339
383
|
},
|
340
384
|
"System.Reflection.Primitives/4.3.0": {
|
341
385
|
"dependencies": {
|
342
|
-
"Microsoft.NETCore.Platforms": "
|
386
|
+
"Microsoft.NETCore.Platforms": "5.0.0",
|
343
387
|
"Microsoft.NETCore.Targets": "1.1.0",
|
344
388
|
"System.Runtime": "4.3.0"
|
345
389
|
}
|
346
390
|
},
|
347
391
|
"System.Resources.ResourceManager/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
|
"System.Globalization": "4.3.0",
|
352
396
|
"System.Reflection": "4.3.0",
|
@@ -355,27 +399,27 @@
|
|
355
399
|
},
|
356
400
|
"System.Runtime/4.3.0": {
|
357
401
|
"dependencies": {
|
358
|
-
"Microsoft.NETCore.Platforms": "
|
402
|
+
"Microsoft.NETCore.Platforms": "5.0.0",
|
359
403
|
"Microsoft.NETCore.Targets": "1.1.0"
|
360
404
|
}
|
361
405
|
},
|
362
406
|
"System.Runtime.Extensions/4.3.0": {
|
363
407
|
"dependencies": {
|
364
|
-
"Microsoft.NETCore.Platforms": "
|
408
|
+
"Microsoft.NETCore.Platforms": "5.0.0",
|
365
409
|
"Microsoft.NETCore.Targets": "1.1.0",
|
366
410
|
"System.Runtime": "4.3.0"
|
367
411
|
}
|
368
412
|
},
|
369
413
|
"System.Runtime.Handles/4.3.0": {
|
370
414
|
"dependencies": {
|
371
|
-
"Microsoft.NETCore.Platforms": "
|
415
|
+
"Microsoft.NETCore.Platforms": "5.0.0",
|
372
416
|
"Microsoft.NETCore.Targets": "1.1.0",
|
373
417
|
"System.Runtime": "4.3.0"
|
374
418
|
}
|
375
419
|
},
|
376
420
|
"System.Runtime.InteropServices/4.3.0": {
|
377
421
|
"dependencies": {
|
378
|
-
"Microsoft.NETCore.Platforms": "
|
422
|
+
"Microsoft.NETCore.Platforms": "5.0.0",
|
379
423
|
"Microsoft.NETCore.Targets": "1.1.0",
|
380
424
|
"System.Reflection": "4.3.0",
|
381
425
|
"System.Reflection.Primitives": "4.3.0",
|
@@ -391,15 +435,15 @@
|
|
391
435
|
"System.Runtime.Extensions": "4.3.0"
|
392
436
|
}
|
393
437
|
},
|
394
|
-
"System.Security.AccessControl/
|
438
|
+
"System.Security.AccessControl/5.0.0": {
|
395
439
|
"dependencies": {
|
396
|
-
"Microsoft.NETCore.Platforms": "
|
397
|
-
"System.Security.Principal.Windows": "
|
440
|
+
"Microsoft.NETCore.Platforms": "5.0.0",
|
441
|
+
"System.Security.Principal.Windows": "5.0.0"
|
398
442
|
}
|
399
443
|
},
|
400
444
|
"System.Security.Cryptography.Algorithms/4.3.0": {
|
401
445
|
"dependencies": {
|
402
|
-
"Microsoft.NETCore.Platforms": "
|
446
|
+
"Microsoft.NETCore.Platforms": "5.0.0",
|
403
447
|
"System.Collections": "4.3.0",
|
404
448
|
"System.IO": "4.3.0",
|
405
449
|
"System.Resources.ResourceManager": "4.3.0",
|
@@ -417,7 +461,7 @@
|
|
417
461
|
},
|
418
462
|
"System.Security.Cryptography.Cng/4.3.0": {
|
419
463
|
"dependencies": {
|
420
|
-
"Microsoft.NETCore.Platforms": "
|
464
|
+
"Microsoft.NETCore.Platforms": "5.0.0",
|
421
465
|
"System.IO": "4.3.0",
|
422
466
|
"System.Resources.ResourceManager": "4.3.0",
|
423
467
|
"System.Runtime": "4.3.0",
|
@@ -432,7 +476,7 @@
|
|
432
476
|
},
|
433
477
|
"System.Security.Cryptography.Csp/4.3.0": {
|
434
478
|
"dependencies": {
|
435
|
-
"Microsoft.NETCore.Platforms": "
|
479
|
+
"Microsoft.NETCore.Platforms": "5.0.0",
|
436
480
|
"System.IO": "4.3.0",
|
437
481
|
"System.Reflection": "4.3.0",
|
438
482
|
"System.Resources.ResourceManager": "4.3.0",
|
@@ -449,7 +493,7 @@
|
|
449
493
|
},
|
450
494
|
"System.Security.Cryptography.Encoding/4.3.0": {
|
451
495
|
"dependencies": {
|
452
|
-
"Microsoft.NETCore.Platforms": "
|
496
|
+
"Microsoft.NETCore.Platforms": "5.0.0",
|
453
497
|
"System.Collections": "4.3.0",
|
454
498
|
"System.Collections.Concurrent": "4.3.0",
|
455
499
|
"System.Linq": "4.3.0",
|
@@ -493,7 +537,7 @@
|
|
493
537
|
},
|
494
538
|
"System.Security.Cryptography.X509Certificates/4.3.0": {
|
495
539
|
"dependencies": {
|
496
|
-
"Microsoft.NETCore.Platforms": "
|
540
|
+
"Microsoft.NETCore.Platforms": "5.0.0",
|
497
541
|
"System.Collections": "4.3.0",
|
498
542
|
"System.Diagnostics.Debug": "4.3.0",
|
499
543
|
"System.Globalization": "4.3.0",
|
@@ -522,7 +566,7 @@
|
|
522
566
|
},
|
523
567
|
"System.Security.Permissions/4.7.0": {
|
524
568
|
"dependencies": {
|
525
|
-
"System.Security.AccessControl": "
|
569
|
+
"System.Security.AccessControl": "5.0.0",
|
526
570
|
"System.Windows.Extensions": "4.7.0"
|
527
571
|
},
|
528
572
|
"runtime": {
|
@@ -532,17 +576,23 @@
|
|
532
576
|
}
|
533
577
|
}
|
534
578
|
},
|
535
|
-
"System.Security.Principal.Windows/
|
579
|
+
"System.Security.Principal.Windows/5.0.0": {},
|
536
580
|
"System.Text.Encoding/4.3.0": {
|
537
581
|
"dependencies": {
|
538
|
-
"Microsoft.NETCore.Platforms": "
|
582
|
+
"Microsoft.NETCore.Platforms": "5.0.0",
|
539
583
|
"Microsoft.NETCore.Targets": "1.1.0",
|
540
584
|
"System.Runtime": "4.3.0"
|
541
585
|
}
|
542
586
|
},
|
543
587
|
"System.Text.Encoding.CodePages/4.7.1": {
|
544
588
|
"dependencies": {
|
545
|
-
"Microsoft.NETCore.Platforms": "
|
589
|
+
"Microsoft.NETCore.Platforms": "5.0.0"
|
590
|
+
}
|
591
|
+
},
|
592
|
+
"System.Text.Encodings.Web/7.0.0": {},
|
593
|
+
"System.Text.Json/7.0.0": {
|
594
|
+
"dependencies": {
|
595
|
+
"System.Text.Encodings.Web": "7.0.0"
|
546
596
|
}
|
547
597
|
},
|
548
598
|
"System.Threading/4.3.0": {
|
@@ -553,7 +603,7 @@
|
|
553
603
|
},
|
554
604
|
"System.Threading.Tasks/4.3.0": {
|
555
605
|
"dependencies": {
|
556
|
-
"Microsoft.NETCore.Platforms": "
|
606
|
+
"Microsoft.NETCore.Platforms": "5.0.0",
|
557
607
|
"Microsoft.NETCore.Targets": "1.1.0",
|
558
608
|
"System.Runtime": "4.3.0"
|
559
609
|
}
|
@@ -577,12 +627,12 @@
|
|
577
627
|
}
|
578
628
|
}
|
579
629
|
},
|
580
|
-
"Simba.Drawing/24.1.
|
630
|
+
"Simba.Drawing/24.1.24": {
|
581
631
|
"runtime": {
|
582
632
|
"Simba.Drawing.dll": {}
|
583
633
|
}
|
584
634
|
},
|
585
|
-
"Simba.Helper/24.1.
|
635
|
+
"Simba.Helper/24.1.24": {
|
586
636
|
"runtime": {
|
587
637
|
"Simba.Helper.dll": {}
|
588
638
|
}
|
@@ -590,7 +640,7 @@
|
|
590
640
|
}
|
591
641
|
},
|
592
642
|
"libraries": {
|
593
|
-
"Simba.Data/24.01.
|
643
|
+
"Simba.Data/24.01.24": {
|
594
644
|
"type": "project",
|
595
645
|
"serviceable": false,
|
596
646
|
"sha512": ""
|
@@ -609,6 +659,27 @@
|
|
609
659
|
"path": "deviceid/6.6.0",
|
610
660
|
"hashPath": "deviceid.6.6.0.nupkg.sha512"
|
611
661
|
},
|
662
|
+
"DeviceId.Linux/6.4.0": {
|
663
|
+
"type": "package",
|
664
|
+
"serviceable": true,
|
665
|
+
"sha512": "sha512-V6Ig5oYo70eq3p2k8qPkDfy08yX792WQl/vX5Rl2mnClmfuY2veCO1GB38f/ZP31kLvZe2A5a6aE03j0kZGjvA==",
|
666
|
+
"path": "deviceid.linux/6.4.0",
|
667
|
+
"hashPath": "deviceid.linux.6.4.0.nupkg.sha512"
|
668
|
+
},
|
669
|
+
"DeviceId.Mac/6.3.0": {
|
670
|
+
"type": "package",
|
671
|
+
"serviceable": true,
|
672
|
+
"sha512": "sha512-gX9/6/t70TpqIOw9Qg8KHAl8AQLtmGQb9gd/rSxwrWCOXqzfLylF6OPhn4czeHEN0CF4zPDKLEIKXEtV7AnHZA==",
|
673
|
+
"path": "deviceid.mac/6.3.0",
|
674
|
+
"hashPath": "deviceid.mac.6.3.0.nupkg.sha512"
|
675
|
+
},
|
676
|
+
"DeviceId.Windows/6.6.0": {
|
677
|
+
"type": "package",
|
678
|
+
"serviceable": true,
|
679
|
+
"sha512": "sha512-URHtJlgdrhjgESv6Rcnk0w28tWfmfDOKOxR7Nlj+s/Ct8JhWQ5veGmmDXHQxg04bHq7gPTskbwdXU2SKQOm0lg==",
|
680
|
+
"path": "deviceid.windows/6.6.0",
|
681
|
+
"hashPath": "deviceid.windows.6.6.0.nupkg.sha512"
|
682
|
+
},
|
612
683
|
"DotNetZip/1.16.0": {
|
613
684
|
"type": "package",
|
614
685
|
"serviceable": true,
|
@@ -623,12 +694,12 @@
|
|
623
694
|
"path": "microsoft.csharp/4.7.0",
|
624
695
|
"hashPath": "microsoft.csharp.4.7.0.nupkg.sha512"
|
625
696
|
},
|
626
|
-
"Microsoft.NETCore.Platforms/
|
697
|
+
"Microsoft.NETCore.Platforms/5.0.0": {
|
627
698
|
"type": "package",
|
628
699
|
"serviceable": true,
|
629
|
-
"sha512": "sha512-
|
630
|
-
"path": "microsoft.netcore.platforms/
|
631
|
-
"hashPath": "microsoft.netcore.platforms.
|
700
|
+
"sha512": "sha512-VyPlqzH2wavqquTcYpkIIAQ6WdenuKoFN0BdYBbCWsclXacSOHNQn66Gt4z5NBqEYW0FAPm5rlvki9ZiCij5xQ==",
|
701
|
+
"path": "microsoft.netcore.platforms/5.0.0",
|
702
|
+
"hashPath": "microsoft.netcore.platforms.5.0.0.nupkg.sha512"
|
632
703
|
},
|
633
704
|
"Microsoft.NETCore.Targets/1.1.0": {
|
634
705
|
"type": "package",
|
@@ -637,6 +708,13 @@
|
|
637
708
|
"path": "microsoft.netcore.targets/1.1.0",
|
638
709
|
"hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512"
|
639
710
|
},
|
711
|
+
"Microsoft.Win32.Registry/5.0.0": {
|
712
|
+
"type": "package",
|
713
|
+
"serviceable": true,
|
714
|
+
"sha512": "sha512-dDoKi0PnDz31yAyETfRntsLArTlVAVzUzCIvvEDsDsucrl33Dl8pIJG06ePTJTI3tGpeyHS9Cq7Foc/s4EeKcg==",
|
715
|
+
"path": "microsoft.win32.registry/5.0.0",
|
716
|
+
"hashPath": "microsoft.win32.registry.5.0.0.nupkg.sha512"
|
717
|
+
},
|
640
718
|
"Microsoft.Win32.SystemEvents/4.7.0": {
|
641
719
|
"type": "package",
|
642
720
|
"serviceable": true,
|
@@ -952,12 +1030,12 @@
|
|
952
1030
|
"path": "system.runtime.numerics/4.3.0",
|
953
1031
|
"hashPath": "system.runtime.numerics.4.3.0.nupkg.sha512"
|
954
1032
|
},
|
955
|
-
"System.Security.AccessControl/
|
1033
|
+
"System.Security.AccessControl/5.0.0": {
|
956
1034
|
"type": "package",
|
957
1035
|
"serviceable": true,
|
958
|
-
"sha512": "sha512-
|
959
|
-
"path": "system.security.accesscontrol/
|
960
|
-
"hashPath": "system.security.accesscontrol.
|
1036
|
+
"sha512": "sha512-dagJ1mHZO3Ani8GH0PHpPEe/oYO+rVdbQjvjJkBRNQkX4t0r1iaeGn8+/ybkSLEan3/slM0t59SVdHzuHf2jmw==",
|
1037
|
+
"path": "system.security.accesscontrol/5.0.0",
|
1038
|
+
"hashPath": "system.security.accesscontrol.5.0.0.nupkg.sha512"
|
961
1039
|
},
|
962
1040
|
"System.Security.Cryptography.Algorithms/4.3.0": {
|
963
1041
|
"type": "package",
|
@@ -1015,12 +1093,12 @@
|
|
1015
1093
|
"path": "system.security.permissions/4.7.0",
|
1016
1094
|
"hashPath": "system.security.permissions.4.7.0.nupkg.sha512"
|
1017
1095
|
},
|
1018
|
-
"System.Security.Principal.Windows/
|
1096
|
+
"System.Security.Principal.Windows/5.0.0": {
|
1019
1097
|
"type": "package",
|
1020
1098
|
"serviceable": true,
|
1021
|
-
"sha512": "sha512-
|
1022
|
-
"path": "system.security.principal.windows/
|
1023
|
-
"hashPath": "system.security.principal.windows.
|
1099
|
+
"sha512": "sha512-t0MGLukB5WAVU9bO3MGzvlGnyJPgUlcwerXn1kzBRjwLKixT96XV0Uza41W49gVd8zEMFu9vQEFlv0IOrytICA==",
|
1100
|
+
"path": "system.security.principal.windows/5.0.0",
|
1101
|
+
"hashPath": "system.security.principal.windows.5.0.0.nupkg.sha512"
|
1024
1102
|
},
|
1025
1103
|
"System.Text.Encoding/4.3.0": {
|
1026
1104
|
"type": "package",
|
@@ -1036,6 +1114,20 @@
|
|
1036
1114
|
"path": "system.text.encoding.codepages/4.7.1",
|
1037
1115
|
"hashPath": "system.text.encoding.codepages.4.7.1.nupkg.sha512"
|
1038
1116
|
},
|
1117
|
+
"System.Text.Encodings.Web/7.0.0": {
|
1118
|
+
"type": "package",
|
1119
|
+
"serviceable": true,
|
1120
|
+
"sha512": "sha512-OP6umVGxc0Z0MvZQBVigj4/U31Pw72ITihDWP9WiWDm+q5aoe0GaJivsfYGq53o6dxH7DcXWiCTl7+0o2CGdmg==",
|
1121
|
+
"path": "system.text.encodings.web/7.0.0",
|
1122
|
+
"hashPath": "system.text.encodings.web.7.0.0.nupkg.sha512"
|
1123
|
+
},
|
1124
|
+
"System.Text.Json/7.0.0": {
|
1125
|
+
"type": "package",
|
1126
|
+
"serviceable": true,
|
1127
|
+
"sha512": "sha512-DaGSsVqKsn/ia6RG8frjwmJonfos0srquhw09TlT8KRw5I43E+4gs+/bZj4K0vShJ5H9imCuXupb4RmS+dBy3w==",
|
1128
|
+
"path": "system.text.json/7.0.0",
|
1129
|
+
"hashPath": "system.text.json.7.0.0.nupkg.sha512"
|
1130
|
+
},
|
1039
1131
|
"System.Threading/4.3.0": {
|
1040
1132
|
"type": "package",
|
1041
1133
|
"serviceable": true,
|
@@ -1057,12 +1149,12 @@
|
|
1057
1149
|
"path": "system.windows.extensions/4.7.0",
|
1058
1150
|
"hashPath": "system.windows.extensions.4.7.0.nupkg.sha512"
|
1059
1151
|
},
|
1060
|
-
"Simba.Drawing/24.1.
|
1152
|
+
"Simba.Drawing/24.1.24": {
|
1061
1153
|
"type": "project",
|
1062
1154
|
"serviceable": false,
|
1063
1155
|
"sha512": ""
|
1064
1156
|
},
|
1065
|
-
"Simba.Helper/24.1.
|
1157
|
+
"Simba.Helper/24.1.24": {
|
1066
1158
|
"type": "project",
|
1067
1159
|
"serviceable": false,
|
1068
1160
|
"sha512": ""
|
Binary file
|
Binary file
|
Binary file
|
aesim/simba/__init__.py
CHANGED
@@ -1,24 +1,27 @@
|
|
1
|
-
aesim/simba/__init__.py,sha256=
|
1
|
+
aesim/simba/__init__.py,sha256=YlgHZTpt9lpzNcznCmsvANXneEefXZxTxI3vilSVa5k,2690
|
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
11
|
aesim/simba/Resources/SevenZipExtractor.dll,sha256=hbq9SRuhkpCkzVkWFj46uZI9olaCo0bBm4B8euTIwPI,31744
|
9
|
-
aesim/simba/Resources/Simba.Data.deps.json,sha256=
|
10
|
-
aesim/simba/Resources/Simba.Data.dll,sha256=
|
12
|
+
aesim/simba/Resources/Simba.Data.deps.json,sha256=aqm5AdqJi6x0LSCdEJwVLaDYtQOgEwRWmTjciXXrt0M,50082
|
13
|
+
aesim/simba/Resources/Simba.Data.dll,sha256=l19tZ_kcZBWxZUzyyyFJX79ys7F6es43npil4jiT9es,2103296
|
11
14
|
aesim/simba/Resources/Simba.Data.runtimeconfig.json,sha256=KDKc8I9lBec4BrF1WLGHwC8MHFFv5H6_t6AT0IKqowY,340
|
12
|
-
aesim/simba/Resources/Simba.Drawing.dll,sha256=
|
13
|
-
aesim/simba/Resources/Simba.Helper.dll,sha256=
|
15
|
+
aesim/simba/Resources/Simba.Drawing.dll,sha256=W-cFyU1wS5W7KJKiZknBliDtSNoe68Dc1_P7uok65U8,22016
|
16
|
+
aesim/simba/Resources/Simba.Helper.dll,sha256=6sC_R1qNblRqmjohVYl1g62W32Zgr0RaH85y2sAS5dY,13312
|
14
17
|
aesim/simba/Resources/System.Drawing.Common.dll,sha256=E-_s4U4Xt_iFr_-Dd7ZSqXXAOJZKgnOAW4C5r7OPcHc,143408
|
15
18
|
aesim/simba/Resources/System.Security.Permissions.dll,sha256=dO87Z5YKm1af7ZrEVxV3adv-QzsPT6E8UhZ8Ika_7XE,92536
|
16
19
|
aesim/simba/Resources/System.Windows.Extensions.dll,sha256=q76BRvo_Y47p9aquhRgtct54B8nwoGMR7xTrTl88s7A,25976
|
17
|
-
aesim/simba/Resources/Resources/DesignExamples.jsimba,sha256=
|
20
|
+
aesim/simba/Resources/Resources/DesignExamples.jsimba,sha256=WdGGD7_sjwNWtoFrAQlmv01EN8jPMcv8JlfgSv2xu24,545966
|
18
21
|
aesim/simba/Resources/Resources/GCC-64.7z,sha256=NfohF-BFD5hYDCGFzaCLV944zQm71CGjsW8-aWN2vNA,34148981
|
19
22
|
aesim/simba/Resources/Resources/PsimSimbaDictionary.json,sha256=E674Hey6MeE10iOrEQSfmI-I-ufOsH9frMTkfGR5AvY,385449
|
20
23
|
aesim/simba/Resources/Resources/RTTCalculator.dll,sha256=WO-oRadL5nS-HwW-Fz1b53evdDWN74fEPRPk1GLKI5s,1382912
|
21
|
-
aesim/simba/Resources/Resources/Simba.Solvers.win-x64.dll,sha256=
|
24
|
+
aesim/simba/Resources/Resources/Simba.Solvers.win-x64.dll,sha256=mJiWbpltVkNYcq7og2kbCA3jsiR9s5tmjrFYN65JGlw,10172928
|
22
25
|
aesim/simba/Resources/Resources/acdc_3ph_diodebridge.jsimba,sha256=6mXb8-rgascjpWeIKr6Ioiq0VmvYFnm5VsBXKnkQRac,14358
|
23
26
|
aesim/simba/Resources/Resources/acdc_3ph_thyristor_rectifier.jsimba,sha256=vbuCfMDxGTt5XNdyyKkn3XeJhXov-kOkzQNcJsXuxjc,50585
|
24
27
|
aesim/simba/Resources/Resources/bldc_drive_example.jsimba,sha256=BE9-gaZU5EU8l92KH5YVwP9vb3rqeOyEW2KHEAjRa6s,119443
|
@@ -226,7 +229,7 @@ aesim/simba/Resources/runtimes/win/lib/netcoreapp3.0/System.Drawing.Common.dll,s
|
|
226
229
|
aesim/simba/Resources/runtimes/win/lib/netcoreapp3.0/System.Windows.Extensions.dll,sha256=sLFe4SPSSiINw0RslqYnPi_a3nHR81K_BiF73ld3iyQ,56184
|
227
230
|
aesim/simba/Resources/x64/7z.dll,sha256=QF6ad4V3U9IeBg3P-rEvgg-nWTrhUrRViHA78xK1_0Q,1710080
|
228
231
|
aesim/simba/Resources/x86/7z.dll,sha256=PbYgduX8yJf_KdpH_kApkApK1pazlbb6lqz_EilETB0,1167872
|
229
|
-
aesim.simba-2024.1.
|
230
|
-
aesim.simba-2024.1.
|
231
|
-
aesim.simba-2024.1.
|
232
|
-
aesim.simba-2024.1.
|
232
|
+
aesim.simba-2024.1.24a1.dist-info/METADATA,sha256=JTx2_POqgmVp8_rT_SPZSD8-KiSfcPUFnY323-K7C7E,3208
|
233
|
+
aesim.simba-2024.1.24a1.dist-info/WHEEL,sha256=6iYPr8vTHsyDK75jr9X0V3I9wPSVmtwr_8fdATBciGk,98
|
234
|
+
aesim.simba-2024.1.24a1.dist-info/top_level.txt,sha256=Rl2TekTH7Z1aRbKhE4okcrHjcDpapnmnsn5xI4Mb7_k,6
|
235
|
+
aesim.simba-2024.1.24a1.dist-info/RECORD,,
|
File without changes
|
File without changes
|