We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f652dd4 commit 902fefdCopy full SHA for 902fefd
CHANGELOG.md
@@ -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
22
# 1.1 (2023-02-24)
23
24
## Major Changes
0 commit comments