Skip to content

Commit 902fefd

Browse files
committed
Add a CHANGELOG for a 1.1.1 release
1 parent f652dd4 commit 902fefd

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# 1.1.1 (2023-03-08)
2+
3+
## Minor Changes
4+
5+
- The minimum supported NumPy version is now 1.21. Fixed a few issues with
6+
NumPy 1.21 (with `unique_*` and `asarray`), although there are also a few
7+
known issues with this version (see the README).
8+
9+
- Add `api_version` to `get_namespace()`.
10+
11+
- `get_namespace()` now works correctly with `torch` tensors.
12+
13+
- `get_namespace()` now works correctly with `numpy.array_api` arrays.
14+
15+
- `get_namespace()` now raises `TypeError` instead of `ValueError`.
16+
17+
- Fix the `torch.std` wrapper.
18+
19+
- Add `torch` wrappers for `ones`, `empty`, and `zeros` so that `shape` can be
20+
passed as a keyword argument.
21+
122
# 1.1 (2023-02-24)
223

324
## Major Changes

0 commit comments

Comments
 (0)