Skip to content

Remove obsolete TODOs #314

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 5, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 1 addition & 19 deletions spec/purpose_and_scope.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,14 +48,6 @@ functionality that's not present in this document?_ This:
- may indicate that that functionality, if present in a particular array
library, is unlikely to be present in all other libraries

```{note}

This document is ready for wider community review, but still contains a
number of TODOs, and is expected to change and evolve before a first
official release. See {ref}`future-API-evolution` for proposed
versioning.
```

### History

The first library for numerical and scientific computing in Python was
Expand Down Expand Up @@ -117,8 +109,7 @@ Furthermore, meta-topics included in this standard include:
- Verification of API standard conformance

The concrete set of functionality that is in scope for this version of the
standard is shown in this diagram (_TODO: update after deciding on how optional
extensions are dealt with_):
standard is shown in this diagram:

![Scope of array API](_static/images/scope_of_array_API.png)

Expand Down Expand Up @@ -217,15 +208,6 @@ extensions are dealt with_):
used is best left to the end user._


### TBD whether or not in scope, or for a later version

- Random number generation, Fourier transforms, and miscellaneous functionality
like a padding function.

_This will be decided later, depending on whether "optional extensions" will
be added to the standard._


### Implications of in/out of scope

If something is out of scope and therefore will not be part of (the current
Expand Down