Skip to content

Commit e093441

Browse files
committed
Update RELEASENOTES.md
1 parent 8758a87 commit e093441

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

RELEASENOTES.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

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

5+
# NuGet Version 0.102.7
6+
7+
__Breaking Changes__:
8+
9+
A new interface `IDataset<out T>` has been added. (Now `Dataset<T>` implements `IDataset<T>`; `Dataset` implements both `IDataset<Dictionary<string, Tensor>>` and `IDataset<IReadOnlyDictionary<string, Tensor>>`; `IterableDataset` implements `IDataset<IList<string, Tensor>>` and `IDataset<IEnumerable<string, Tensor>>`.)<br/>
10+
`torch.utils.data.ConcatDataset` has been added.<br/>
11+
12+
__API Changes__:
13+
14+
The parameter of `DataLoader` has been changed to `IDataset` to accept more kinds of datasets.<br/>
15+
516
# NuGet Version 0.102.6
617

718
__Breaking Changes__:

0 commit comments

Comments
 (0)