Releases · data-apis/array-api-tests
2022.09.30
2022.05.18
For this release you'll want to bump your Hypothesis versions, e.g. run pip install -r requirements.txt again.
What's Changed
- Test special cases in statistical functions by @honno in #119
pytest_helpers.pydocumentation by @honno in #120- Test newaxis in
test_getitemby @honno in #121 - Ignore asserting out dtype for undefined dtypes in
test_prodby @honno in #122
Full Changelog: 2022.04.28...2022.05.18
2022.04.28
You'll want to review your skipped signature tests for this one!
What's Changed
- Remove
generate_stubs.py+ hard-coded stubs by @honno in #109 - Implement
EqualityMappingand use for relevant dtype helpers by @honno in #112 - Minor fixes by @honno in #116
- Revamped signature tests by @honno in #110
Full Changelog: 2022.03.22...2022.04.28
2022.03.22
What's Changed
Note that we now use a git submodule for the test suite, so be sure to git submodule update --init. We know it's not ideal for vendor use cases: let us know your thoughts in #107
Full Changelog: 2022.02.24...2022.03.22
2022.02.24
2022.02.11
2022.02.03
array-api-tests 2022.1
First release of the test suite