Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ changes. Best viewed [here](https://google-grain.readthedocs.io/en/latest/change
* New features:
* Adds automated batching into shared memory when multiprocess prefetch is
used to save one data copy.
* Adds experimental `ShapeDtypeStruct` to represent dataset element specs.
* Adds experimental `ShapeDtypeStructProtocol` and `ShapeDtypeStruct` to
represent dataset element specs.

* Breaking changes:

Expand Down
1 change: 1 addition & 0 deletions grain/experimental.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
DatasetOptions,
ExecutionTrackingMode,
ShapeDtypeStruct,
ShapeDtypeStructProtocol,
)
from grain._src.python.dataset.dataset import (
apply_transformations,
Expand Down
Loading