Releases: data-apis/array-api-tests
Releases · data-apis/array-api-tests
2022.09.30
What's Changed
- Prevent string dtypes from being split into chars in pytest_helpers by @djl11 in #123
- Index testing improvements by @honno in #124
- test_iop fix: assign
res
to in-place operator function #130 by @simonetgordon in #133 - MAINT: mapping f-strings by @tylerjereddy in #136
- JSON reporting by @asmeurer in #131
- Fix the tests when --json-report is not used by @asmeurer in #139
- Bump Hypothesis, specify
api_version
inmake_strategies_namespace()
by @honno in #144
New Contributors
- @simonetgordon made their first contribution in #133
- @tylerjereddy made their first contribution in #136
Full Changelog: 2022.05.18...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.py
documentation by @honno in #120- Test newaxis in
test_getitem
by @honno in #121 - Ignore asserting out dtype for undefined dtypes in
test_prod
by @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
EqualityMapping
and 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
What's Changed
- Mark test_array_object.py::test_getitem_masking as having data dependent shapes by @tomwhite in #103
New Contributors
Full Changelog: 2022.02.11...2022.02.24
2022.02.11
2022.02.03
array-api-tests 2022.1
First release of the test suite