Skip to content

Commit

Permalink
Update to 4.5.1
Browse files Browse the repository at this point in the history
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
  • Loading branch information
Conchylicultor authored and The TensorFlow Datasets Authors committed Jan 31, 2022
1 parent 1ab2b7c commit 8297306
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions tensorflow_datasets/stable_versions.txt
Expand Up @@ -410,11 +410,11 @@ cityscapes/semantic_segmentation/1.0.0
cityscapes/semantic_segmentation_extra/1.0.0
cityscapes/stereo_disparity/1.0.0
cityscapes/stereo_disparity_extra/1.0.0
civil_comments/CivilComments/1.2.0
civil_comments/CivilCommentsCovert/1.2.0
civil_comments/CivilCommentsIdentities/1.2.0
civil_comments/CivilCommentsInContext/1.2.0
civil_comments/CivilCommentsToxicSpans/1.2.0
civil_comments/CivilComments/1.2.1
civil_comments/CivilCommentsCovert/1.2.1
civil_comments/CivilCommentsIdentities/1.2.1
civil_comments/CivilCommentsInContext/1.2.1
civil_comments/CivilCommentsToxicSpans/1.2.1
clevr/3.0.0
clevr/3.1.0
clic/1.0.0
Expand Down
2 changes: 1 addition & 1 deletion tensorflow_datasets/version.py
Expand Up @@ -25,7 +25,7 @@
# We follow Semantic Versioning (https://semver.org/)
_MAJOR_VERSION = '4'
_MINOR_VERSION = '5'
_PATCH_VERSION = '0'
_PATCH_VERSION = '1'

__version__ = '.'.join([
_MAJOR_VERSION,
Expand Down
2 changes: 1 addition & 1 deletion tensorflow_datasets/version_stable.py
Expand Up @@ -21,7 +21,7 @@
# We follow Semantic Versioning (https://semver.org/)
_MAJOR_VERSION = '4'
_MINOR_VERSION = '5'
_PATCH_VERSION = '0'
_PATCH_VERSION = '1'

__version__ = '.'.join([
_MAJOR_VERSION,
Expand Down

0 comments on commit 8297306

Please sign in to comment.