You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+88Lines changed: 88 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,6 +20,94 @@ and this project adheres to
20
20
21
21
### Security
22
22
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
0 commit comments