Skip to content

Commit 04e2268

Browse files
committed
Remove outdated comment on 'max rank'
1 parent 7e4d303 commit 04e2268

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

array_api_compat/cupy/_info.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ def capabilities(self):
101101
return {
102102
"boolean indexing": True,
103103
"data-dependent shapes": True,
104-
# 'max rank' will be part of the 2024.12 standard
105104
"max dimensions": 64,
106105
}
107106

array_api_compat/numpy/_info.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,6 @@ def capabilities(self):
100100
return {
101101
"boolean indexing": True,
102102
"data-dependent shapes": True,
103-
# 'max rank' will be part of the 2024.12 standard
104103
"max dimensions": 64,
105104
}
106105

array_api_compat/torch/_info.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ def capabilities(self):
8585
return {
8686
"boolean indexing": True,
8787
"data-dependent shapes": True,
88-
# 'max rank' will be part of the 2024.12 standard
8988
"max dimensions": 64,
9089
}
9190

0 commit comments

Comments
 (0)