Skip to content

Commit 56dcd60

Browse files
author
The TensorFlow Datasets Authors
committed
Increment TFDS version to 4.9.10.
PiperOrigin-RevId: 912492881
1 parent de792a2 commit 56dcd60

4 files changed

Lines changed: 99 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 88 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,94 @@ and this project adheres to
2020

2121
### Security
2222

23+
## [4.9.10] - 2026-05-08
24+
25+
## What's Changed
26+
27+
### Added
28+
29+
* Publish 'RoboAiUR5e' OXE datasets, see https://robotics-transformer-x.github.io/. by @copybara-service[bot] in https://github.com/tensorflow/datasets/pull/11173
30+
31+
### Changed
32+
33+
### Deprecated
34+
35+
### Removed
36+
37+
### Fixed
38+
39+
* Migrate from pkg_resources to packaging for version parsing. by @copybara-service[bot] in https://github.com/tensorflow/datasets/pull/11178
40+
* fix register_package_test.py by @copybara-service[bot] in https://github.com/tensorflow/datasets/pull/11181
41+
* Fix compatibility with Protobuf 5+ in dataset_info.py by @copybara-service[bot] in https://github.com/tensorflow/datasets/pull/11180
42+
* Fix handling map proto fields by @copybara-service[bot] in https://github.com/tensorflow/datasets/pull/11183
43+
* Fix feature handling in Radon and NaN checks in LAION400M. by @copybara-service[bot] in https://github.com/tensorflow/datasets/pull/11185
44+
* Conditionally pass `run_post_process` to `hf_builder.as_dataset`. by @copybara-service[bot] in https://github.com/tensorflow/datasets/pull/11189
45+
* Use iterative `joinpath` instead of unpacking in TFDS paths. by @copybara-service[bot] in https://github.com/tensorflow/datasets/pull/11187
46+
* Fix PIL image conversion for uint16 multi-channel arrays. by @copybara-service[bot] in https://github.com/tensorflow/datasets/pull/11186
47+
* Fix missing value handling in Radon dataset. by @copybara-service[bot] in https://github.com/tensorflow/datasets/pull/11190
48+
* Fix `nsynth` tests. by @copybara-service[bot] in https://github.com/tensorflow/datasets/pull/11191
49+
* Fix pickling error in nsynth_dataset_builder_test by @copybara-service[bot] in https://github.com/tensorflow/datasets/pull/11175
50+
* Fix issue with transformers library huggingface by @alexcbb in https://github.com/tensorflow/datasets/pull/11027
51+
* Internal by @copybara-service[bot] in https://github.com/tensorflow/datasets/pull/11067
52+
* Update of TFDS to PwC links. by @copybara-service[bot] in https://github.com/tensorflow/datasets/pull/11069
53+
* Update caltech birds 2011 dataset by @SanjaySG in https://github.com/tensorflow/datasets/pull/11074
54+
* Fix shard computation in `NoShuffleBeamWriter` with overlapping split names by @lgeiger in https://github.com/tensorflow/datasets/pull/11070
55+
* Delete `tensorflow-io` tests dependency. by @copybara-service[bot] in https://github.com/tensorflow/datasets/pull/11080
56+
* Internal change. by @copybara-service[bot] in https://github.com/tensorflow/datasets/pull/11076
57+
* Do not manually change metadata. by @copybara-service[bot] in https://github.com/tensorflow/datasets/pull/11083
58+
* remove new links for the cars196 dataset by @copybara-service[bot] in https://github.com/tensorflow/datasets/pull/11084
59+
* Add COVR to TFDS by @copybara-service[bot] in https://github.com/tensorflow/datasets/pull/11081
60+
* Add audio support for croissant builder. by @copybara-service[bot] in https://github.com/tensorflow/datasets/pull/11086
61+
* CroissantBuilder: Get the bounding box format from the field's source. by @copybara-service[bot] in https://github.com/tensorflow/datasets/pull/11085
62+
* Add `sc:Time` features to the CroissantBuilder. by @copybara-service[bot] in https://github.com/tensorflow/datasets/pull/11088
63+
* Support huggingface Video feature by @copybara-service[bot] in https://github.com/tensorflow/datasets/pull/11068
64+
* Cleanup. by @copybara-service[bot] in https://github.com/tensorflow/datasets/pull/11077
65+
* CroissantBuilder supports `sc:DateTime` features. by @copybara-service[bot] in https://github.com/tensorflow/datasets/pull/11089
66+
* Add tests to CroissantBuilder. by @copybara-service[bot] in https://github.com/tensorflow/datasets/pull/11090
67+
* Include video support in conversion_utils. by @copybara-service[bot] in https://github.com/tensorflow/datasets/pull/11091
68+
* Fix documentation for the Video feature. by @copybara-service[bot] in https://github.com/tensorflow/datasets/pull/11092
69+
* Add video support for CroissantBuilder. by @copybara-service[bot] in https://github.com/tensorflow/datasets/pull/11093
70+
* Fix `DatasetInfo.read_from_directory()` by @copybara-service[bot] in https://github.com/tensorflow/datasets/pull/11094
71+
* Use simple_parsing for `convert_format` cli command. by @copybara-service[bot] in https://github.com/tensorflow/datasets/pull/11098
72+
* Use simple_parsing for `new` cli command. by @copybara-service[bot] in https://github.com/tensorflow/datasets/pull/11099
73+
* Fix parsing CLI arguments and ABSL flags. by @copybara-service[bot] in https://github.com/tensorflow/datasets/pull/11101
74+
* Reuse pytest fixture for setting TFDS_DATA_DIR. by @copybara-service[bot] in https://github.com/tensorflow/datasets/pull/11102
75+
* Use simple_parsing for `build` cli command. by @copybara-service[bot] in https://github.com/tensorflow/datasets/pull/11103
76+
* Refactor TFDS CLI commands. by @copybara-service[bot] in https://github.com/tensorflow/datasets/pull/11104
77+
* DatasetBuilderTestCase mentions new TFDS `dummy_data` folder format. by @copybara-service[bot] in https://github.com/tensorflow/datasets/pull/11105
78+
* Refactor `download_and_prepare` script. by @copybara-service[bot] in https://github.com/tensorflow/datasets/pull/11109
79+
* Fix the multi_news dataset. by @copybara-service[bot] in https://github.com/tensorflow/datasets/pull/11108
80+
* Small changes to cli_utils.py by @copybara-service[bot] in https://github.com/tensorflow/datasets/pull/11107
81+
* Fix `c4_test`. by @copybara-service[bot] in https://github.com/tensorflow/datasets/pull/11112
82+
* Remove `build_api_docs`. by @copybara-service[bot] in https://github.com/tensorflow/datasets/pull/11114
83+
* Internal change. by @copybara-service[bot] in https://github.com/tensorflow/datasets/pull/11113
84+
* Move `file_utils.get_default_data_dir()` to `constants.get_default_data_dir()`. by @copybara-service[bot] in https://github.com/tensorflow/datasets/pull/11117
85+
* Remove `synchronizer` arg from `zarr.open_array()` call. by @copybara-service[bot] in https://github.com/tensorflow/datasets/pull/11111
86+
* Fix download links the multi_news dataset by @copybara-service[bot] in https://github.com/tensorflow/datasets/pull/11118
87+
* Add typing to parametrized tests in croissant_builder_test by @copybara-service[bot] in https://github.com/tensorflow/datasets/pull/11119
88+
* Block 2.0.0 version of the multi_news dataset as it contains broken URLs. by @copybara-service[bot] in https://github.com/tensorflow/datasets/pull/11120
89+
* Improve doc scripts. by @copybara-service[bot] in https://github.com/tensorflow/datasets/pull/11124
90+
* Prevent `load_read_only_builder` from modifying input `builder_kwargs`. by @copybara-service[bot] in https://github.com/tensorflow/datasets/pull/11122
91+
* Support multilingual names in croissant_utils. by @copybara-service[bot] in https://github.com/tensorflow/datasets/pull/11125
92+
* Add tests for handling multilingual names in Croissant. by @copybara-service[bot] in https://github.com/tensorflow/datasets/pull/11126
93+
* Refactor utils to support both multilingual descriptions and names in CroissantBuilder. by @copybara-service[bot] in https://github.com/tensorflow/datasets/pull/11128
94+
* Add arguments for multilingual datasets support in the CroissantBuilder. by @copybara-service[bot] in https://github.com/tensorflow/datasets/pull/11129
95+
* Add segmentation masks to LVIS minival split. by @copybara-service[bot] in https://github.com/tensorflow/datasets/pull/11130
96+
* Encode examples before writing them in the ShardBasedBuilder by @copybara-service[bot] in https://github.com/tensorflow/datasets/pull/11133
97+
* More efficient determination of shard lengths and total size by @copybara-service[bot] in https://github.com/tensorflow/datasets/pull/11139
98+
* Add `source` to `mlc.Field` in Croissant test utils. by @copybara-service[bot] in https://github.com/tensorflow/datasets/pull/11140
99+
* Pass num shards to the beam sink from the no shuffle beam writer by @copybara-service[bot] in https://github.com/tensorflow/datasets/pull/11141
100+
* Make sure there are no empty shards when using the NoShuffleBeamWriter by @copybara-service[bot] in https://github.com/tensorflow/datasets/pull/11142
101+
* Pin Pillow and ipykernel versions in tests. by @copybara-service[bot] in https://github.com/tensorflow/datasets/pull/11145
102+
* Replace unicode escaped characters in ipynb files by @copybara-service[bot] in https://github.com/tensorflow/datasets/pull/11154
103+
* Fix incompatibility of tfds.Builder.as_data_source with MultiSplitInfo. by @copybara-service[bot] in https://github.com/tensorflow/datasets/pull/11155
104+
* Handle the argument deserialize_method in mocked data sources. by @copybara-service[bot] in https://github.com/tensorflow/datasets/pull/11156
105+
* TFDS: Refactor WIT (Wikipedia Image Text) builder. by @copybara-service[bot] in https://github.com/tensorflow/datasets/pull/11159
106+
* Refactor: Move nested Beam functions to top-level. by @copybara-service[bot] in https://github.com/tensorflow/datasets/pull/11157
107+
* Ensure pydub's fast path for WAV audio by passing format as str, not bytes. by @copybara-service[bot] in https://github.com/tensorflow/datasets/pull/11170
108+
109+
### Security
110+
23111
## [4.9.9] - 2025-05-28
24112

25113
### Added

tensorflow_datasets/stable_versions.txt

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ asimov_dilemmas_scifi_val/0.1.0
7373
asimov_injury_val/0.1.0
7474
asimov_multimodal_auto_val/0.1.0
7575
asimov_multimodal_manual_val/0.1.0
76+
asimov_v2_constraints_with_rationale/0.1.0
77+
asimov_v2_constraints_without_rationale/0.1.0
78+
asimov_v2_injuries/0.1.0
79+
asimov_v2_videos/0.1.0
7680
asqa/2.0.0
7781
asset/ratings/1.0.0
7882
asset/simplification/1.0.0
@@ -265,7 +269,7 @@ c4/webtextlike/3.1.0
265269
c4_wsrs/default/1.0.0
266270
caltech101/3.0.2
267271
caltech_birds2010/0.1.1
268-
caltech_birds2011/0.1.1
272+
caltech_birds2011/0.2.0
269273
cardiotox/1.0.0
270274
cars196/2.1.0
271275
cassava/0.1.0
@@ -567,6 +571,7 @@ cos_e/0.0.1
567571
cosmos_qa/1.0.0
568572
covid19/1.0.0
569573
covid19sum/1.0.0
574+
covr/1.0.0
570575
crema_d/1.0.0
571576
criteo/1.0.1
572577
cs_restaurants/1.0.0
@@ -1180,7 +1185,7 @@ lsun/sofa/3.1.0
11801185
lsun/tower/3.1.0
11811186
lsun/train/3.1.0
11821187
lsun/tv-monitor/3.1.0
1183-
lvis/1.3.0
1188+
lvis/1.4.0
11841189
malaria/1.0.0
11851190
maniskill_dataset_converted_externally_to_rlds/0.1.0
11861191
math_dataset/algebra__linear_1d/1.0.0
@@ -1316,7 +1321,7 @@ mt_opt/sd/1.0.0
13161321
mtnt/en-fr/1.0.0
13171322
mtnt/en-ja/1.0.0
13181323
mtnt/fr-en/1.0.0
1319-
multi_news/1.0.0
1324+
multi_news/2.1.0
13201325
multi_nli/1.1.0
13211326
multi_nli_mismatch/0.1.0
13221327
natural_instructions/1.0.1
@@ -2227,6 +2232,7 @@ rlu_rwrl/walker_walk_combined_challenge_none_1_percent/1.0.1
22272232
rlu_rwrl/walker_walk_combined_challenge_none_20_percent/1.0.1
22282233
rlu_rwrl/walker_walk_combined_challenge_none_40_percent/1.0.1
22292234
rlu_rwrl/walker_walk_combined_challenge_none_5_percent/1.0.1
2235+
robo_ai_u_r5e/0.1.0
22302236
robo_set/0.1.0
22312237
robomimic_mg/can_mg_image/1.0.0
22322238
robomimic_mg/can_mg_low_dim/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/spec/v2.0.0.html)
2626
_MAJOR_VERSION = '4'
2727
_MINOR_VERSION = '9'
28-
_PATCH_VERSION = '9'
28+
_PATCH_VERSION = '10'
2929

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

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/spec/v2.0.0.html)
2222
_MAJOR_VERSION = '4'
2323
_MINOR_VERSION = '9'
24-
_PATCH_VERSION = '9'
24+
_PATCH_VERSION = '10'
2525

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

0 commit comments

Comments
 (0)