Skip to content

Releases: data-apis/array-api-tests

2022.09.30

30 Sep 11:58
adfee28
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2022.05.18...2022.09.30

2022.05.18

18 May 10:25
71639af
Compare
Choose a tag to compare

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

28 Apr 10:20
03ec5cf
Compare
Choose a tag to compare

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

22 Mar 11:46
5f2551c
Compare
Choose a tag to compare

What's Changed

  • Utilise RST conversion of spec, generate runtime special cases tests by @honno in #104

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

24 Feb 15:25
6056213
Compare
Choose a tag to compare

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

11 Feb 14:51
Compare
Choose a tag to compare

What's Changed

  • Minor elwise+op fixes by @honno in #97
  • Implementing the remaining linalg tests w/ additional fixes by @honno in #96
  • Fixes related to Dask by @honno in #98

Full Changelog: 2022.02.03...2022.02.11

2022.02.03

03 Feb 09:43
b7ab914
Compare
Choose a tag to compare

What's Changed

  • Increase coverage and other niceties for the operator/elementwise tests by @honno in #89
  • Inplace shapes by @honno in #91
  • Skip rather than xfail on CI by @honno in #92

Full Changelog: 2022.1...2022.02.03

array-api-tests 2022.1

26 Jan 21:07
2e78904
Compare
Choose a tag to compare

First release of the test suite