Skip to content

Commit 36298f4

Browse files
committed
Add changelog for a 1.5.1 release
1 parent 4bdced5 commit 36298f4

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

docs/changelog.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

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+
317
## 1.5 (2024-03-07)
418

519
### Major Changes

0 commit comments

Comments
 (0)