File tree Expand file tree Collapse file tree 4 files changed +37
-4
lines changed Expand file tree Collapse file tree 4 files changed +37
-4
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,29 @@ and this project adheres to
2020
2121### Security
2222
23+ ## [ 4.9.9] - 2025-05-28
24+
25+ ### Added
26+
27+ - [ LBPP dataset] ( https://www.tensorflow.org/datasets/catalog/lbpp ) .
28+
29+ ### Changed
30+
31+ - ` apache-beam ` version is pinned at ` <2.65.0 ` until related tests are fixed,
32+ see issue [ 11055] ( https://github.com/tensorflow/datasets/issues/11055 ) .
33+
34+ ### Deprecated
35+
36+ ### Removed
37+
38+ ### Fixed
39+
40+ - CroissantBuilder now supports Croissant files without patch version (i.e. only
41+ {major.minor} are provided).
42+ - Various small bug fixes.
43+
44+ ### Security
45+
2346## [ 4.9.8] - 2025-03-13
2447
2548### Added
Original file line number Diff line number Diff line change @@ -1125,6 +1125,16 @@ kuka/0.1.0
11251125laion400m/embeddings/1.0.0
11261126laion400m/images/1.0.0
11271127lambada/1.0.0
1128+ lbpp/all/2.0.0
1129+ lbpp/cpp/2.0.0
1130+ lbpp/default/2.0.0
1131+ lbpp/go/2.0.0
1132+ lbpp/java/2.0.0
1133+ lbpp/javascript/2.0.0
1134+ lbpp/js/2.0.0
1135+ lbpp/multilingual/2.0.0
1136+ lbpp/python/2.0.0
1137+ lbpp/rust/2.0.0
11281138lfw/0.1.1
11291139librispeech/default/2.1.1
11301140librispeech/lazy_decode/2.1.2
@@ -3613,8 +3623,8 @@ visual_domain_decathlon/omniglot/1.2.0
36133623visual_domain_decathlon/svhn/1.2.0
36143624visual_domain_decathlon/ucf101/1.2.0
36153625visual_domain_decathlon/vgg-flowers/1.2.0
3616- voc/2007/4 .0.0
3617- voc/2012/4 .0.0
3626+ voc/2007/5 .0.0
3627+ voc/2012/5 .0.0
36183628voxceleb/1.2.1
36193629voxforge/1.0.0
36203630wake_vision/1.0.0
Original file line number Diff line number Diff line change 2525# We follow Semantic Versioning (https://semver.org/spec/v2.0.0.html)
2626_MAJOR_VERSION = '4'
2727_MINOR_VERSION = '9'
28- _PATCH_VERSION = '8 '
28+ _PATCH_VERSION = '9 '
2929
3030__version__ = (
3131 '.' .join ([
Original file line number Diff line number Diff line change 2121# We follow Semantic Versioning (https://semver.org/spec/v2.0.0.html)
2222_MAJOR_VERSION = '4'
2323_MINOR_VERSION = '9'
24- _PATCH_VERSION = '8 '
24+ _PATCH_VERSION = '9 '
2525
2626__version__ = '.' .join ([
2727 _MAJOR_VERSION ,
You can’t perform that action at this time.
0 commit comments