Skip to content

Commit 478d976

Browse files
committed
Remove future plans
Unlikely ever going to happen
1 parent 1a33d7c commit 478d976

File tree

1 file changed

+2
-22
lines changed

1 file changed

+2
-22
lines changed

README.md

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
This is the test suite for array libraries adopting the [Python Array API
44
standard](https://data-apis.org/array-api/latest).
55

6-
Note the suite is still a **work in progress**. Feedback and contributions are
7-
welcome!
6+
Keeping full coverage of the spec is an on-going priority as the Array API evolves.
7+
Feedback and contributions are welcome!
88

99
## Quickstart
1010

@@ -349,26 +349,6 @@ into a release. If you want, you can add release notes, which GitHub can
349349
generate for you.
350350

351351

352-
## Future plans
353-
354-
Keeping full coverage of the spec is an on-going priority as the Array API
355-
evolves.
356-
357-
Additionally, we have features and general improvements planned. Work on such
358-
functionality is guided primarily by the concerete needs of developers
359-
implementing and using the Array API—be sure to [let us
360-
know](https://github.com/data-apis/array-api-tests/issues) any limitations you
361-
come across.
362-
363-
* A dependency graph for every test case, which could be used to modify pytest's
364-
collection so that low-dependency tests are run first, and tests with faulty
365-
dependencies would skip/xfail.
366-
367-
* In some tests we've found it difficult to find appropaite assertion parameters
368-
for output values (particularly epsilons for floating-point outputs), so we
369-
need to review these and either implement assertions or properly note the lack
370-
thereof.
371-
372352
---
373353

374354
<sup>1</sup>The only exceptions to having just one primary test per function are:

0 commit comments

Comments
 (0)