File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -4,19 +4,19 @@ def get_info():
4
4
"project" : "graphblas-algorithms" ,
5
5
"package" : "graphblas_algorithms" ,
6
6
"url" : "https://github.com/python-graphblas/graphblas-algorithms" ,
7
- "short_summary" : "Fast, OpenMP-enabled backend using GraphBLAS " ,
7
+ "short_summary" : "OpenMP-enabled sparse linear algebra backend. " ,
8
8
# "description": "TODO",
9
9
"functions" : {
10
10
"adjacency_matrix" : {},
11
11
"all_pairs_bellman_ford_path_length" : {
12
12
"extra_parameters" : {
13
- "chunksize" : "Split the computation into chunks; "
13
+ "chunksize : int or str, optional " : "Split the computation into chunks; "
14
14
'may specify size as string or number of rows. Default "10 MiB"' ,
15
15
},
16
16
},
17
17
"all_pairs_shortest_path_length" : {
18
18
"extra_parameters" : {
19
- "chunksize" : "Split the computation into chunks; "
19
+ "chunksize : int or str, optional " : "Split the computation into chunks; "
20
20
'may specify size as string or number of rows. Default "10 MiB"' ,
21
21
},
22
22
},
@@ -93,7 +93,7 @@ def get_info():
93
93
"s_metric" : {},
94
94
"square_clustering" : {
95
95
"extra_parameters" : {
96
- "chunksize" : "Split the computation into chunks; "
96
+ "chunksize : int or str, optional " : "Split the computation into chunks; "
97
97
'may specify size as string or number of rows. Default "256 MiB"' ,
98
98
},
99
99
},
You can’t perform that action at this time.
0 commit comments