Skip to content

Commit 0d302a4

Browse files
iindykcopybara-github
authored andcommitted
Bump version after release.
PiperOrigin-RevId: 875372719
1 parent bc17ead commit 0d302a4

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
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.16 (February 25, 2025)
17+
818
* New features:
919
* Adds support for filtering Grain-internal stack frames from user-thrown
1020
errors.
@@ -16,7 +26,8 @@ changes. Best viewed [here](https://google-grain.readthedocs.io/en/latest/change
1626
in background with `start_prefetch` call.
1727
* Immediately starts processing elements in the background after restoring
1828
from a checkpoint with Orbax.
19-
* Exposes `SharedMemoryArrayMetadata` in a public API as a metadata descriptor for `SharedMemoryArray`.
29+
* Exposes `SharedMemoryArrayMetadata` in a public API as a metadata descriptor
30+
for `SharedMemoryArray`.
2031

2132
* Breaking changes:
2233
* Custom implementations of `RandomAccessDataSource` should accept `int`

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.16",
16+
version = "0.2.17",
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.16"
7+
version = "0.2.17"
88
description = "Grain: A library for loading and transforming data for ML training."
99
keywords = []
1010
authors = [

0 commit comments

Comments
 (0)