Skip to content

Commit a609700

Browse files
committed
docs: edit entries
1 parent 3990301 commit a609700

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ This changelog is organized by specification version and notes all changes with
1717
#### APIs
1818

1919
- `__array_namespace__`: remove guidance recommending that the returned namespace only include those names which are part of this specification ([gh-931](https://github.com/data-apis/array-api/pull/931))
20+
- `__array_namespace_info__().default_device`: clarify support for `None` when the default device is not predictable ([gh-961](https://github.com/data-apis/array-api/pull/961))
2021
- `__setitem__`: specify type promotion behavior when the `value` argument is an array ([gh-920](https://github.com/data-apis/array-api/pull/920))
2122
- `asarray`: clarify that behavior when providing a nested sequence is unspecified ([gh-917](https://github.com/data-apis/array-api/pull/917))
2223
- `clip`: clarify type promotion behavior when providing scalar values for `min` and/or `max` arguments ([gh-926](https://github.com/data-apis/array-api/pull/926))
2324
- `expand_dims`: add support for specifying a tuple of axis positions ([gh-988](https://github.com/data-apis/array-api/pull/988))
24-
- `info.default_device`: clarify support for `None` when the default device is not predictable ([gh-961](https://github.com/data-apis/array-api/pull/961))
2525
- `permute_dims`: add support for negative axes ([gh-980](https://github.com/data-apis/array-api/pull/980))
2626

2727
##### Scalar Argument Support
@@ -58,8 +58,8 @@ The following is a list of breaking changes relative to the previous version of
5858

5959
#### APIs
6060

61+
- `__array_namespace_info__().devices`: return a tuple rather than a list ([gh-981](https://github.com/data-apis/array-api/pull/981))
6162
- `broadcast_arrays`: return a tuple rather than a list ([gh-981](https://github.com/data-apis/array-api/pull/981))
62-
- `info.devices`: return a tuple rather than a list ([gh-981](https://github.com/data-apis/array-api/pull/981))
6363
- `meshgrid`: return a tuple rather than a list ([gh-981](https://github.com/data-apis/array-api/pull/981))
6464

6565
* * *

0 commit comments

Comments
 (0)