File tree Expand file tree Collapse file tree 1 file changed +33
-2
lines changed Expand file tree Collapse file tree 1 file changed +33
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 2.2 (2024-11-11)
4+
5+ ### Major Changes
6+
7+ - Preliminary support for the draft 2024.12 version of the standard is now
8+ implemented. This is disabled by default, but can be enabled with the [ flags
9+ API] ( array-api-strict-flags ) , e.g., by calling
10+ ` set_array_api_strict_flags(api_version='2024.12') ` or setting
11+ ` ARRAY_API_STRICT_API_VERSION=2024.12 ` .
12+
13+ Note that this support is still preliminary and still relatively untested.
14+ Please [ report any
15+ issues] ( https://github.com/data-apis/array-api-strict/issues ) you find.
16+
17+ The following functions are implemented for 2024:
18+
19+ - ` diff `
20+ - ` nextafter `
21+ - ` reciprocal `
22+ - ` take_along_axis `
23+ - The ` 'max dimensions' ` key of ` __array_namespace_info__().capabilities() ` .
24+
25+ Some planned changes to the 2024.12 standard, including scalar support for
26+ array functions, is not yet implemented but will be in a future version.
27+
28+ ### Minor Changes
29+
30+ - ` __array_namespace_info__() ` now returns a class instead of a module. This
31+ prevents extraneous names that aren't part of the standard from appearing on
32+ it.
33+
334## 2.1.3 (2024-11-08)
435
5- ## Major Changes
36+ ### Major Changes
637
738- Revert the change to require NumPy >= 2.1 and Python >= 3.10 from
839 array-api-strict 2.1.2. array-api-strict now requires NumPy >= 1.21 and
1849
1950## 2.1.2 (2024-11-07)
2051
21- ## Major Changes
52+ ### Major Changes
2253
2354- array-api-strict now requires NumPy >= 2.1 and Python >= 3.10
2455
You can’t perform that action at this time.
0 commit comments