File tree Expand file tree Collapse file tree 3 files changed +14
-9
lines changed
Expand file tree Collapse file tree 3 files changed +14
-9
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,16 @@ changes. Best viewed [here](https://google-grain.readthedocs.io/en/latest/change
55
66## Unreleased
77
8+ * New features:
9+
10+ * Breaking changes:
11+
12+ * Deprecations:
13+
14+ * Bug fixes:
15+
16+ ## Grain 0.2.15 (November 25, 2025)
17+
818* New features:
919 * Adds public ` DatasetIterator.close ` API as an explicit blocking alternative
1020 to a cleanup during GC.
@@ -15,13 +25,8 @@ changes. Best viewed [here](https://google-grain.readthedocs.io/en/latest/change
1525 alternative to multiprocessing prefetch in free-threading Python.
1626 * Adds experimental support for static ` {Map|Iter}Dataset ` element
1727 specification inference.
18- * Adds support for changing ` IterDataset.mix ` components and weights after a checkpoint.
19-
20- * Breaking changes:
21-
22- * Deprecations:
23-
24- * Bug fixes:
28+ * Adds support for changing ` IterDataset.mix ` components and weights after a
29+ checkpoint.
2530
2631## Grain 0.2.14 (October 30, 2025)
2732
Original file line number Diff line number Diff line change 1313# limitations under the License.
1414module (
1515 name = "grain" ,
16- version = "0.2.15 " ,
16+ version = "0.2.16 " ,
1717 repo_name = "com_google_grain" ,
1818)
1919
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44
55[project ]
66name = " grain"
7- version = " 0.2.15 "
7+ version = " 0.2.16 "
88description = " Grain: A library for loading and transforming data for ML training."
99keywords = []
1010authors = [
You can’t perform that action at this time.
0 commit comments