Skip to content

Commit 31b9760

Browse files
iindykcopybara-github
authored andcommitted
Increment version after release.
PiperOrigin-RevId: 838858584
1 parent c529f85 commit 31b9760

File tree

3 files changed

+14
-9
lines changed

3 files changed

+14
-9
lines changed

CHANGELOG.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff 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

MODULE.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414
module(
1515
name = "grain",
16-
version = "0.2.15",
16+
version = "0.2.16",
1717
repo_name = "com_google_grain",
1818
)
1919

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "grain"
7-
version = "0.2.15"
7+
version = "0.2.16"
88
description = "Grain: A library for loading and transforming data for ML training."
99
keywords = []
1010
authors = [

0 commit comments

Comments
 (0)