File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments