File tree Expand file tree Collapse file tree 2 files changed +55
-5
lines changed Expand file tree Collapse file tree 2 files changed +55
-5
lines changed Original file line number Diff line number Diff line change 16
16
"notes" : " Provisionally available via `cupy.array_api`."
17
17
}
18
18
],
19
- "dask" : null ,
20
- "jax" : null ,
19
+ "dask" : [
20
+ {
21
+ "version_added" : " 2023.1.0" ,
22
+ "status" : {
23
+ "experimental" : false ,
24
+ "deprecated" : false ,
25
+ "partial_implementation" : true
26
+ },
27
+ "notes" : " Limited data type support. Integer data types are promoted to floating-point."
28
+ }
29
+ ],
30
+ "jax" : [
31
+ {
32
+ "version_added" : " 0.4.7" ,
33
+ "status" : {
34
+ "experimental" : false ,
35
+ "deprecated" : false ,
36
+ "partial_implementation" : true
37
+ },
38
+ "notes" : " Limited data type support. Integer data types are promoted to floating-point."
39
+ }
40
+ ],
21
41
"mxnet" : null ,
22
42
"numpy" : [
23
43
{
41
61
"notes" : " "
42
62
}
43
63
],
44
- "tensorflow" : null
64
+ "tensorflow" : [
65
+ {
66
+ "version_added" : " 2.11.0" ,
67
+ "status" : {
68
+ "experimental" : false ,
69
+ "deprecated" : false ,
70
+ "partial_implementation" : true
71
+ },
72
+ "notes" : " Limited data type support."
73
+ }
74
+ ]
45
75
},
46
76
"status" : {
47
77
"standard_track" : true ,
Original file line number Diff line number Diff line change 16
16
"notes" : " Provisionally available via `cupy.array_api`."
17
17
}
18
18
],
19
- "dask" : null ,
20
- "jax" : null ,
19
+ "dask" : [
20
+ {
21
+ "version_added" : " 2023.1.0" ,
22
+ "status" : {
23
+ "experimental" : false ,
24
+ "deprecated" : false ,
25
+ "partial_implementation" : true
26
+ },
27
+ "notes" : " Limited data type support. Integer data types are promoted to floating-point."
28
+ }
29
+ ],
30
+ "jax" : [
31
+ {
32
+ "version_added" : " 0.4.7" ,
33
+ "status" : {
34
+ "experimental" : false ,
35
+ "deprecated" : false ,
36
+ "partial_implementation" : true
37
+ },
38
+ "notes" : " Limited data type support. Integer data types are promoted to floating-point."
39
+ }
40
+ ],
21
41
"mxnet" : null ,
22
42
"numpy" : [
23
43
{
You can’t perform that action at this time.
0 commit comments