You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASENOTES.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,9 @@ This is a big change in implementation, but not as big in API surface area. Many
13
13
14
14
__Breaking Changes__:
15
15
16
-
The names of several arguments have been changed to align better with Pytorch naming. This may break code that passes such arguments by name, but will be caught at compile time.
17
-
18
-
The argument defaults for `torch.diagonal()` and `Tensor.diagonal()` arguments have been corrected.
16
+
The names of several arguments have been changed to align better with Pytorch naming. This may break code that passes such arguments by name, but will be caught at compile time.<br/>
17
+
The argument defaults for `torch.diagonal()` and `Tensor.diagonal()` arguments have been corrected.<br/>
18
+
The default `newLine` for `str`, `jlstr`, `npstr`, `cstr` and `print`have been corrected.<br/>
0 commit comments