We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bdced5 commit 36298f4Copy full SHA for 36298f4
docs/changelog.md
@@ -1,5 +1,19 @@
1
# Changelog
2
3
+## 1.5.1 (2024-03-21)
4
+
5
+## Minor Changes
6
7
+- Add [HTML documentation](https://data-apis.org/array-api-compat/). Includes
8
+ new documentation on the [module scope](scope) and new [developer
9
+ documentation](dev/index.md).
10
11
+- Fix `array_api_compat.numpy.asarray(torch.Tensor)` to return a NumPy array.
12
13
+- Allow Python scalars in torch functions.
14
15
+- Fix the `torch.std` wrapper when correction is an `int`.
16
17
## 1.5 (2024-03-07)
18
19
### Major Changes
0 commit comments