Skip to content

Commit 8297306

Browse files
ConchylicultorThe TensorFlow Datasets Authors
authored andcommitted
Update to 4.5.1
Release notes: * Fix import bug on Windows * Add `split=tfds.split_for_jax_process('train')` (alias of `tfds.even_splits('train', n=jax.process_count())[jax.process_index()]`) PiperOrigin-RevId: 425326264
1 parent 1ab2b7c commit 8297306

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

tensorflow_datasets/stable_versions.txt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -410,11 +410,11 @@ cityscapes/semantic_segmentation/1.0.0
410410
cityscapes/semantic_segmentation_extra/1.0.0
411411
cityscapes/stereo_disparity/1.0.0
412412
cityscapes/stereo_disparity_extra/1.0.0
413-
civil_comments/CivilComments/1.2.0
414-
civil_comments/CivilCommentsCovert/1.2.0
415-
civil_comments/CivilCommentsIdentities/1.2.0
416-
civil_comments/CivilCommentsInContext/1.2.0
417-
civil_comments/CivilCommentsToxicSpans/1.2.0
413+
civil_comments/CivilComments/1.2.1
414+
civil_comments/CivilCommentsCovert/1.2.1
415+
civil_comments/CivilCommentsIdentities/1.2.1
416+
civil_comments/CivilCommentsInContext/1.2.1
417+
civil_comments/CivilCommentsToxicSpans/1.2.1
418418
clevr/3.0.0
419419
clevr/3.1.0
420420
clic/1.0.0

tensorflow_datasets/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# We follow Semantic Versioning (https://semver.org/)
2626
_MAJOR_VERSION = '4'
2727
_MINOR_VERSION = '5'
28-
_PATCH_VERSION = '0'
28+
_PATCH_VERSION = '1'
2929

3030
__version__ = '.'.join([
3131
_MAJOR_VERSION,

tensorflow_datasets/version_stable.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# We follow Semantic Versioning (https://semver.org/)
2222
_MAJOR_VERSION = '4'
2323
_MINOR_VERSION = '5'
24-
_PATCH_VERSION = '0'
24+
_PATCH_VERSION = '1'
2525

2626
__version__ = '.'.join([
2727
_MAJOR_VERSION,

0 commit comments

Comments
 (0)