Skip to content

Commit 7f91916

Browse files
committed
Add releasenotes
1 parent a948a50 commit 7f91916

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

RELEASENOTES.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
Releases, starting with 9/2/2021, are listed with the most recent release at the top.
44

5+
# NuGet Version 0.103.1
6+
7+
__Bug Fixes__:
8+
9+
#1383 `torch.linalg.vector_norm`: Make `ord`-argument optional, as specified in docs
10+
511
# NuGet Version 0.103.0
612

713
Move to libtorch 2.4.0.
@@ -115,8 +121,8 @@ Any code that checks whether a device is 'CUDA' and does something rather than c
115121

116122
__API Changes__:
117123

118-
#652: Apple Silicon support .<br/>
119-
#1219: Added support for loading and saving tensors that are >2GB.<br/>
124+
#652: Apple Silicon support .<br/>
125+
#1219: Added support for loading and saving tensors that are >2GB.<br/>
120126

121127
__Bug Fixes__:
122128

@@ -930,7 +936,7 @@ Added '_' to the torch.nn.init functions. They overwrite the input tensor, so th
930936

931937
__Fixed Bugs:__
932938

933-
#399 Data<T>() returns span that must be indexed using strides.
939+
#399 Data<T>() returns span that must be indexed using strides.
934940

935941
This was a major bug, affecting any code that pulled data out of a tensor view.
936942

0 commit comments

Comments
 (0)