File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed
Expand file tree Collapse file tree 3 files changed +14
-3
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.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 `
Original file line number Diff line number Diff line change 1313# limitations under the License.
1414module (
1515 name = "grain" ,
16- version = "0.2.16 " ,
16+ version = "0.2.17 " ,
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.16 "
7+ version = " 0.2.17 "
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