pyobjc-framework-MetalPerformanceShadersGraph 10.2__py2.py3-none-any.whl → 11.0__py2.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.
@@ -1,6 +1,6 @@
1
1
  # This file is generated by objective.metadata
2
2
  #
3
- # Last update: Fri Jan 26 15:02:32 2024
3
+ # Last update: Tue Jun 11 10:15:24 2024
4
4
  #
5
5
  # flake8: noqa
6
6
 
@@ -475,6 +475,30 @@ try:
475
475
  b"setAppend:",
476
476
  {"arguments": {2: {"type": b"Z"}}},
477
477
  )
478
+ r(
479
+ b"MPSGraphExecutionDescriptor",
480
+ b"completionHandler",
481
+ {
482
+ "retval": {
483
+ "callable": {
484
+ "retval": {"type": b"v"},
485
+ "arguments": {0: {"type": b"^v"}},
486
+ }
487
+ }
488
+ },
489
+ )
490
+ r(
491
+ b"MPSGraphExecutionDescriptor",
492
+ b"scheduledHandler",
493
+ {
494
+ "retval": {
495
+ "callable": {
496
+ "retval": {"type": b"v"},
497
+ "arguments": {0: {"type": b"^v"}},
498
+ }
499
+ }
500
+ },
501
+ )
478
502
  r(
479
503
  b"MPSGraphExecutionDescriptor",
480
504
  b"setCompletionHandler:",
@@ -483,7 +507,11 @@ try:
483
507
  2: {
484
508
  "callable": {
485
509
  "retval": {"type": b"v"},
486
- "arguments": {0: {"type": b"^v"}},
510
+ "arguments": {
511
+ 0: {"type": b"^v"},
512
+ 1: {"type": b"@"},
513
+ 2: {"type": b"@"},
514
+ },
487
515
  }
488
516
  }
489
517
  }
@@ -497,7 +525,11 @@ try:
497
525
  2: {
498
526
  "callable": {
499
527
  "retval": {"type": b"v"},
500
- "arguments": {0: {"type": b"^v"}},
528
+ "arguments": {
529
+ 0: {"type": b"^v"},
530
+ 1: {"type": b"@"},
531
+ 2: {"type": b"@"},
532
+ },
501
533
  }
502
534
  }
503
535
  }
@@ -730,6 +762,29 @@ try:
730
762
  )
731
763
  finally:
732
764
  objc._updatingMetadata(False)
765
+
766
+ objc.registerNewKeywordsFromSelector(
767
+ "MPSGraphExecutable", b"initWithCoreMLPackageAtURL:compilationDescriptor:"
768
+ )
769
+ objc.registerNewKeywordsFromSelector(
770
+ "MPSGraphExecutable", b"initWithMPSGraphPackageAtURL:compilationDescriptor:"
771
+ )
772
+ objc.registerNewKeywordsFromSelector("MPSGraphShapedType", b"initWithShape:dataType:")
773
+ objc.registerNewKeywordsFromSelector(
774
+ "MPSGraphTensorData", b"initWithDevice:data:shape:dataType:"
775
+ )
776
+ objc.registerNewKeywordsFromSelector("MPSGraphTensorData", b"initWithMPSImageBatch:")
777
+ objc.registerNewKeywordsFromSelector("MPSGraphTensorData", b"initWithMPSMatrix:")
778
+ objc.registerNewKeywordsFromSelector("MPSGraphTensorData", b"initWithMPSMatrix:rank:")
779
+ objc.registerNewKeywordsFromSelector("MPSGraphTensorData", b"initWithMPSNDArray:")
780
+ objc.registerNewKeywordsFromSelector("MPSGraphTensorData", b"initWithMPSVector:")
781
+ objc.registerNewKeywordsFromSelector("MPSGraphTensorData", b"initWithMPSVector:rank:")
782
+ objc.registerNewKeywordsFromSelector(
783
+ "MPSGraphTensorData", b"initWithMTLBuffer:shape:dataType:"
784
+ )
785
+ objc.registerNewKeywordsFromSelector(
786
+ "MPSGraphTensorData", b"initWithMTLBuffer:shape:dataType:rowBytes:"
787
+ )
733
788
  expressions = {}
734
789
 
735
790
  # END OF FILE
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: pyobjc-framework-MetalPerformanceShadersGraph
3
- Version: 10.2
3
+ Version: 11.0
4
4
  Summary: Wrappers for the framework MetalPerformanceShadersGraph on macOS
5
5
  Home-page: https://github.com/ronaldoussoren/pyobjc
6
6
  Author: Ronald Oussoren
@@ -18,23 +18,23 @@ Classifier: Operating System :: MacOS :: MacOS X
18
18
  Classifier: Programming Language :: Python
19
19
  Classifier: Programming Language :: Python :: 3
20
20
  Classifier: Programming Language :: Python :: 3 :: Only
21
- Classifier: Programming Language :: Python :: 3.8
22
21
  Classifier: Programming Language :: Python :: 3.9
23
22
  Classifier: Programming Language :: Python :: 3.10
24
23
  Classifier: Programming Language :: Python :: 3.11
25
24
  Classifier: Programming Language :: Python :: 3.12
26
25
  Classifier: Programming Language :: Python :: 3.13
26
+ Classifier: Programming Language :: Python :: 3.14
27
27
  Classifier: Programming Language :: Python :: Implementation :: CPython
28
28
  Classifier: Programming Language :: Objective C
29
29
  Classifier: Topic :: Software Development :: Libraries :: Python Modules
30
30
  Classifier: Topic :: Software Development :: User Interfaces
31
- Requires-Python: >=3.8
31
+ Requires-Python: >=3.9
32
32
  Description-Content-Type: text/x-rst; charset=UTF-8
33
33
  Project-URL: Documentation, https://pyobjc.readthedocs.io/en/latest/
34
34
  Project-URL: Issue tracker, https://github.com/ronaldoussoren/pyobjc/issues
35
35
  Project-URL: Repository, https://github.com/ronaldoussoren/pyobjc
36
- Requires-Dist: pyobjc-core >=10.2
37
- Requires-Dist: pyobjc-framework-MetalPerformanceShaders >=10.2
36
+ Requires-Dist: pyobjc-core >=11.0
37
+ Requires-Dist: pyobjc-framework-MetalPerformanceShaders >=11.0
38
38
 
39
39
 
40
40
  Wrappers for the "MetalPerformanceShadersGraph" framework on macOS.
@@ -0,0 +1,7 @@
1
+ MetalPerformanceShadersGraph/__init__.py,sha256=CO31tb-szkhbGarsJ__d3z-FrXV5PQwrjze50qTfVSs,961
2
+ MetalPerformanceShadersGraph/_metadata.py,sha256=DjC8R4bs73NB3vtNy-IJ8Xq_7Jfmszg9AwWzFvnFySE,28926
3
+ pyobjc_framework_MetalPerformanceShadersGraph-11.0.dist-info/METADATA,sha256=YRLfsHKb5N-Dny71WaqDkq6wgEegktzCptoVI82txZ8,2333
4
+ pyobjc_framework_MetalPerformanceShadersGraph-11.0.dist-info/WHEEL,sha256=DZajD4pwLWue70CAfc7YaxT1wLUciNBvN_TTcvXpltE,110
5
+ pyobjc_framework_MetalPerformanceShadersGraph-11.0.dist-info/pyobjc-build-info.txt,sha256=R5YEsJoyZ8GByMQk4k_4WWEg6V4RNO715NMQwx6YaNI,85
6
+ pyobjc_framework_MetalPerformanceShadersGraph-11.0.dist-info/top_level.txt,sha256=jzyLuOPJGzGhRoS5xrMLtXTXoyhGZ5hEe7eJR-Lmluk,29
7
+ pyobjc_framework_MetalPerformanceShadersGraph-11.0.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: bdist_wheel (0.41.2)
2
+ Generator: bdist_wheel (0.43.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py2-none-any
5
5
  Tag: py3-none-any
@@ -0,0 +1,3 @@
1
+ macOS 15.3 (24D5040f)
2
+ Apple clang version 16.0.0 (clang-1600.0.26.6)
3
+ SDK: macOS 15.2
@@ -1,6 +0,0 @@
1
- MetalPerformanceShadersGraph/__init__.py,sha256=CO31tb-szkhbGarsJ__d3z-FrXV5PQwrjze50qTfVSs,961
2
- MetalPerformanceShadersGraph/_metadata.py,sha256=nfflI6wHiRCU3p97fVQSIpBbNHU0r47lQYsSTf1lDgM,26892
3
- pyobjc_framework_MetalPerformanceShadersGraph-10.2.dist-info/METADATA,sha256=FapYTq1Xg4xwWDqNB0_7lGrgzB7g0ojvAG-WiMSSnVo,2332
4
- pyobjc_framework_MetalPerformanceShadersGraph-10.2.dist-info/WHEEL,sha256=iYlv5fX357PQyRT2o6tw1bN-YcKFFHKqB_LwHO5wP-g,110
5
- pyobjc_framework_MetalPerformanceShadersGraph-10.2.dist-info/top_level.txt,sha256=jzyLuOPJGzGhRoS5xrMLtXTXoyhGZ5hEe7eJR-Lmluk,29
6
- pyobjc_framework_MetalPerformanceShadersGraph-10.2.dist-info/RECORD,,