From 63eeb4833b68055e56e0b106ae34a3129a9a9fbc Mon Sep 17 00:00:00 2001 From: Matt Haberland Date: Sat, 7 Dec 2024 09:24:36 -0800 Subject: [PATCH 1/2] DOC: clarify that implementations may add additional arguments --- spec/draft/purpose_and_scope.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/draft/purpose_and_scope.md b/spec/draft/purpose_and_scope.md index f375c9512..68f3fca6d 100644 --- a/spec/draft/purpose_and_scope.md +++ b/spec/draft/purpose_and_scope.md @@ -410,8 +410,8 @@ all the functions, arguments, data types, syntax, and semantics described in this specification. A conforming implementation of the array API standard may provide additional -values, objects, properties, data types, and functions beyond those described -in this specification. +features (e.g. values, objects, properties, data types, functions, and function +arguments) beyond those described in this specification. Libraries which aim to provide a conforming implementation but haven't yet completed such an implementation may, and are encouraged to, provide details on From bc69c7c830471d226bd5757978a93367061bfbeb Mon Sep 17 00:00:00 2001 From: Matt Haberland Date: Wed, 11 Dec 2024 06:54:10 -0800 Subject: [PATCH 2/2] Update spec/draft/purpose_and_scope.md Co-authored-by: Athan --- spec/draft/purpose_and_scope.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/draft/purpose_and_scope.md b/spec/draft/purpose_and_scope.md index 68f3fca6d..b2019b7dd 100644 --- a/spec/draft/purpose_and_scope.md +++ b/spec/draft/purpose_and_scope.md @@ -410,7 +410,7 @@ all the functions, arguments, data types, syntax, and semantics described in this specification. A conforming implementation of the array API standard may provide additional -features (e.g. values, objects, properties, data types, functions, and function +features (e.g., values, objects, properties, data types, functions, and function arguments) beyond those described in this specification. Libraries which aim to provide a conforming implementation but haven't yet