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
20
20
21
21
### Security
22
22
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
+
23
46
## [ 4.9.8] - 2025-03-13
24
47
25
48
### Added
Original file line number Diff line number Diff line change @@ -1125,6 +1125,16 @@ kuka/0.1.0
1125
1125
laion400m/embeddings/1.0.0
1126
1126
laion400m/images/1.0.0
1127
1127
lambada/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
1128
1138
lfw/0.1.1
1129
1139
librispeech/default/2.1.1
1130
1140
librispeech/lazy_decode/2.1.2
@@ -3613,8 +3623,8 @@ visual_domain_decathlon/omniglot/1.2.0
3613
3623
visual_domain_decathlon/svhn/1.2.0
3614
3624
visual_domain_decathlon/ucf101/1.2.0
3615
3625
visual_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
3618
3628
voxceleb/1.2.1
3619
3629
voxforge/1.0.0
3620
3630
wake_vision/1.0.0
Original file line number Diff line number Diff line change 25
25
# We follow Semantic Versioning (https://semver.org/spec/v2.0.0.html)
26
26
_MAJOR_VERSION = '4'
27
27
_MINOR_VERSION = '9'
28
- _PATCH_VERSION = '8 '
28
+ _PATCH_VERSION = '9 '
29
29
30
30
__version__ = (
31
31
'.' .join ([
Original file line number Diff line number Diff line change 21
21
# We follow Semantic Versioning (https://semver.org/spec/v2.0.0.html)
22
22
_MAJOR_VERSION = '4'
23
23
_MINOR_VERSION = '9'
24
- _PATCH_VERSION = '8 '
24
+ _PATCH_VERSION = '9 '
25
25
26
26
__version__ = '.' .join ([
27
27
_MAJOR_VERSION ,
You can’t perform that action at this time.
0 commit comments