Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 99145c0

Browse files
marcenacpThe TensorFlow Datasets Authors
authored andcommittedApr 5, 2023
Release TFDS 4.9.0.
PiperOrigin-RevId: 521973543
1 parent 91bf06f commit 99145c0

File tree

5 files changed

+58
-16
lines changed

5 files changed

+58
-16
lines changed
 

‎CHANGELOG.md

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

2121
### Security
2222

23+
## [4.9.0] - 2023-04-04
24+
25+
### Added
26+
27+
- Native support for JAX and PyTorch. TensorFlow is no longer a dependency for
28+
reading datasets. See the
29+
[documentation](https://www.tensorflow.org/datasets/tfless_tfds).
30+
- Added minival split to
31+
[LVIS dataset](https://www.tensorflow.org/datasets/catalog/lvis).
32+
- [Mixed-human](https://www.tensorflow.org/datasets/catalog/robomimic_mh) and
33+
[machine-generated](https://www.tensorflow.org/datasets/catalog/robomimic_mg)
34+
robomimic datasets.
35+
- WebVid dataset.
36+
- ImagenetPI dataset.
37+
- [Wikipedia](https://www.tensorflow.org/datasets/catalog/wikipedia) for
38+
20230201.
39+
40+
### Changed
41+
42+
- Support for `tensorflow=2.12`.
43+
44+
### Deprecated
45+
46+
### Removed
47+
48+
### Fixed
49+
50+
### Security
51+
2352
## [4.8.3] - 2023-02-27
2453

2554
### Added

‎docs/_book.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ upper_tabs:
4848
path: /datasets/gcs
4949
- title: TFDS for Jax and PyTorch
5050
path: /datasets/tfless_tfds
51-
status: nightly
5251

5352
- heading: "Add a dataset"
5453
- title: Create your dataset

‎tensorflow_datasets/stable_versions.txt

Lines changed: 25 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1035,6 +1035,7 @@ imagenet2012_subset/10pct/5.0.0
10351035
imagenet2012_subset/1pct/5.0.0
10361036
imagenet_a/0.1.0
10371037
imagenet_lt/1.0.0
1038+
imagenet_pi/1.0.0
10381039
imagenet_r/0.1.0
10391040
imagenet_r/0.2.0
10401041
imagenet_resized/16x16/0.1.0
@@ -1119,7 +1120,7 @@ lsun/sofa/3.1.0
11191120
lsun/tower/3.1.0
11201121
lsun/train/3.1.0
11211122
lsun/tv-monitor/3.1.0
1122-
lvis/1.2.0
1123+
lvis/1.3.0
11231124
malaria/1.0.0
11241125
math_dataset/algebra__linear_1d/1.0.0
11251126
math_dataset/algebra__linear_1d_composed/1.0.0
@@ -2155,16 +2156,28 @@ rlu_rwrl/walker_walk_combined_challenge_none_1_percent/1.0.1
21552156
rlu_rwrl/walker_walk_combined_challenge_none_20_percent/1.0.1
21562157
rlu_rwrl/walker_walk_combined_challenge_none_40_percent/1.0.1
21572158
rlu_rwrl/walker_walk_combined_challenge_none_5_percent/1.0.1
2158-
robomimic_ph/can_image/1.0.1
2159-
robomimic_ph/can_low_dim/1.0.1
2160-
robomimic_ph/lift_image/1.0.1
2161-
robomimic_ph/lift_low_dim/1.0.1
2162-
robomimic_ph/square_image/1.0.1
2163-
robomimic_ph/square_low_dim/1.0.1
2164-
robomimic_ph/tool_hang_image/1.0.1
2165-
robomimic_ph/tool_hang_low_dim/1.0.1
2166-
robomimic_ph/transport_image/1.0.1
2167-
robomimic_ph/transport_low_dim/1.0.1
2159+
robomimic_mg/can_mg_image/1.0.0
2160+
robomimic_mg/can_mg_low_dim/1.0.0
2161+
robomimic_mg/lift_mg_image/1.0.0
2162+
robomimic_mg/lift_mg_low_dim/1.0.0
2163+
robomimic_mh/can_mh_image/1.0.0
2164+
robomimic_mh/can_mh_low_dim/1.0.0
2165+
robomimic_mh/lift_mh_image/1.0.0
2166+
robomimic_mh/lift_mh_low_dim/1.0.0
2167+
robomimic_mh/square_mh_image/1.0.0
2168+
robomimic_mh/square_mh_low_dim/1.0.0
2169+
robomimic_mh/transport_mh_image/1.0.0
2170+
robomimic_mh/transport_mh_low_dim/1.0.0
2171+
robomimic_ph/can_ph_image/1.0.1
2172+
robomimic_ph/can_ph_low_dim/1.0.1
2173+
robomimic_ph/lift_ph_image/1.0.1
2174+
robomimic_ph/lift_ph_low_dim/1.0.1
2175+
robomimic_ph/square_ph_image/1.0.1
2176+
robomimic_ph/square_ph_low_dim/1.0.1
2177+
robomimic_ph/tool_hang_ph_image/1.0.1
2178+
robomimic_ph/tool_hang_ph_low_dim/1.0.1
2179+
robomimic_ph/transport_ph_image/1.0.1
2180+
robomimic_ph/transport_ph_low_dim/1.0.1
21682181
robonet/robonet_128/4.0.1
21692182
robonet/robonet_64/4.0.1
21702183
robonet/robonet_sample_128/4.0.1
@@ -3530,6 +3543,7 @@ web_graph/in-sparse/1.0.0
35303543
web_graph/sparse/1.0.0
35313544
web_nlg/0.1.0
35323545
web_questions/1.0.0
3546+
webvid/1.0.0
35333547
wider_face/0.1.0
35343548
wiki40b/ar/1.3.0
35353549
wiki40b/bg/1.3.0

‎tensorflow_datasets/version.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424

2525
# We follow Semantic Versioning (https://semver.org/spec/v2.0.0.html)
2626
_MAJOR_VERSION = '4'
27-
_MINOR_VERSION = '8'
28-
_PATCH_VERSION = '3'
27+
_MINOR_VERSION = '9'
28+
_PATCH_VERSION = '0'
2929

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

‎tensorflow_datasets/version_stable.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020

2121
# We follow Semantic Versioning (https://semver.org/spec/v2.0.0.html)
2222
_MAJOR_VERSION = '4'
23-
_MINOR_VERSION = '8'
24-
_PATCH_VERSION = '3'
23+
_MINOR_VERSION = '9'
24+
_PATCH_VERSION = '0'
2525

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

0 commit comments

Comments
 (0)
Please sign in to comment.