v4.8.2
Deprecated
- Python 3.7 support: this is the last version of TFDS supporting Python 3.7.
Future versions will use Python 3.8.
Fixed
tfds new
andtfds build
better support the new recommended datasets
organization, where individual datasets have their own package under
datasets/
, builder class is calledBuilder
and is defined within module
${dsname}_dataset_builder.py
.