Skip to content

Commit 7aefafd

Browse files
committed
Update RELEASENOTES.md
1 parent 2e979e9 commit 7aefafd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

RELEASENOTES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ Releases, starting with 9/2/2021, are listed with the most recent release at the
44

55
# NuGet Version 0.103.1
66

7+
__Breaking Changes__:
8+
#1376 `torch.Tensor.backward`'s function signature has been updated to match PyTorch's implementation. Previously, passing `create_graph` or `retain_graph` by position would work like PyTorch's `torch.Tensor.backward`, but not if passing by name (`create_graph`'s value was swapped with `retain_graph`). This has been corrected; however, this means any code that passes `create_graph` or `retain_graph` by name needs to be updated to reflect the intended functionality.<br/>
9+
710
__Bug Fixes__:
811

912
#1383 `torch.linalg.vector_norm`: Make `ord`-argument optional, as specified in docs<br/>

0 commit comments

Comments
 (0)