From 1940fa62780319ed41447fae6090300997903cac Mon Sep 17 00:00:00 2001 From: Pierre Marcenac Date: Wed, 30 Oct 2024 05:52:55 -0700 Subject: [PATCH] Deploy tensorflow_datasets==4.9.7. PiperOrigin-RevId: 691387142 --- CHANGELOG.md | 20 ++++++++++++++++++++ tensorflow_datasets/version.py | 2 +- tensorflow_datasets/version_stable.py | 2 +- 3 files changed, 22 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fb09823ae8..1d09d6bdf0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,26 @@ and this project adheres to ### Security +## [4.9.7] - 2024-10-30 + +### Added + +- New datasets. + +### Changed + +- `CroissantBuilder`'s API to generate TFDS datasets from Croissant files. + +### Deprecated + +### Removed + +### Fixed + +- Versions for existing datasets. + +### Security + ## [4.9.6] - 2024-06-04 ### Added diff --git a/tensorflow_datasets/version.py b/tensorflow_datasets/version.py index d8808bc7212..b719f01f281 100644 --- a/tensorflow_datasets/version.py +++ b/tensorflow_datasets/version.py @@ -25,7 +25,7 @@ # We follow Semantic Versioning (https://semver.org/spec/v2.0.0.html) _MAJOR_VERSION = '4' _MINOR_VERSION = '9' -_PATCH_VERSION = '6' +_PATCH_VERSION = '7' __version__ = ( '.'.join([ diff --git a/tensorflow_datasets/version_stable.py b/tensorflow_datasets/version_stable.py index 7739b8bfba1..7b86545c459 100644 --- a/tensorflow_datasets/version_stable.py +++ b/tensorflow_datasets/version_stable.py @@ -21,7 +21,7 @@ # We follow Semantic Versioning (https://semver.org/spec/v2.0.0.html) _MAJOR_VERSION = '4' _MINOR_VERSION = '9' -_PATCH_VERSION = '6' +_PATCH_VERSION = '7' __version__ = '.'.join([ _MAJOR_VERSION,