Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: tensorflow/datasets

v4.9.10

08 May 13:32
@github-actions github-actions

Choose a tag to compare

Increment TFDS version to 4.9.10.
PiperOrigin-RevId: 912492881
Assets 2
Loading

v4.9.9

28 May 13:38
@github-actions github-actions

Choose a tag to compare

Added

Changed

  • apache-beam version is pinned at <2.65.0 until related tests are fixed,
    see issue 11055.

Deprecated

Removed

Fixed

  • CroissantBuilder now supports Croissant files without patch version (i.e. only
    {major.minor} are provided).
  • Various small bug fixes.

Security

Loading

v4.9.8

12 Mar 16:04
@github-actions github-actions

Choose a tag to compare

Added

  • New Beam writer NoShuffleBeamWriter that doesn't shuffle, which speeds up
    dataset generation significantly, but does not have deterministic order
    guarantees. Can be enabled with the flag --nondeterministic_order.
  • CroissantBuilder now supports Croissant files that define splits; and new
    feature types: feature dictionaries and multidimensional arrays.
  • New datasets.

Changed

Deprecated

Removed

Fixed

  • Various small bug fixes.
  • Various performance improvements.

Security

Loading

v4.9.7

30 Oct 12:58
@github-actions github-actions

Choose a tag to compare

Added

  • New datasets.

Changed

  • CroissantBuilder's API to generate TFDS datasets from Croissant files.

Deprecated

Removed

Fixed

  • Versions for existing datasets.

Security

Loading
Drxtofayel reacted with rocket emoji
1 person reacted

v4.9.6

05 Jun 08:15
@github-actions github-actions

Choose a tag to compare

Added

  • Full support for Python 3.12.
Loading
lexusleanne, Jeffresh, thuduyen07, Tayam-El-Jebari, Hamlet626, aimeelramirez, SamStent, and wushp reacted with heart emoji
8 people reacted

v4.9.5

30 May 08:37
@github-actions github-actions

Choose a tag to compare

Added

  • Support to download and prepare datasets using the
    Parquet data format.

    builder = tfds.builder('fashion_mnist', file_format='parquet')
    builder.download_and_prepare()
    ds = builder.as_dataset(split='train')
    print(next(iter(ds)))
  • tfds.data_source
    is pickable, thus working smoothly with
    PyGrain. Learn more by following the
    tutorial.

  • TFDS plays nicely with
    Croissant. Learn more by
    following the
    recipe.

Changed

Deprecated

Removed

Fixed

Security

Loading

v4.9.4

18 Dec 13:28
@github-actions github-actions

Choose a tag to compare

Added

  • A new CroissantBuilder
    which initializes a DatasetBuilder based on a Croissant
    metadata file.
  • New conversion options between different bounding boxes formats.
  • Better support for HuggingfaceDatasetBuilder.
  • A script
    to convert a dataset from one format to another.

Changed

Deprecated

  • Python 3.9 support. TFDS now uses Python 3.10

Removed

Fixed

Security

Loading

v4.9.3

08 Sep 09:07
@github-actions github-actions

Choose a tag to compare

Added

Changed

  • Hugging Face datasets accept None values for any features. TFDS has no
    tfds.features.Optional, so None values are converted to default values.
    Those default values used to be 0 and 0.0 for int and float. Now, it's
    -inf as defined by NumPy (e.g., np.iinfo(np.int32).min or
    np.finfo(np.float32).min). This avoids ambiguous values when 0 and 0.0
    exist in the values of the dataset. The roadmap is to implement
    tfds.features.Optional.

Deprecated

  • Python 3.8 support. As per
    NEP 29, TFDS now
    uses Python>=3.9.

Removed

Fixed

Security

Loading

v4.9.2

13 Apr 11:21
@github-actions github-actions

Choose a tag to compare

Added

  • [Experimental] A list of freeform text tags can now be attached to a
    BuilderConfig. For example:
    BUILDER_CONFIGS = [
     tfds.core.BuilderConfig(name="foo", tags=["foo", "live"]),
     tfds.core.BuilderConfig(name="bar", tags=["bar", "old"]),
    ]
    The tags are recorded with the dataset metadata and can later be retrieved
    using the info object:
    builder.info.config_tags # ["foo", "live"]
    This feature is experimental and there are no guidelines on tags format.

Changed

Deprecated

Removed

Fixed

  • Fixed generated proto files (see issue 4858).

Security

Loading

v4.9.1

11 Apr 13:16
@github-actions github-actions

Choose a tag to compare

Added

Changed

Deprecated

Removed

Fixed

  • The installation on macOS now works (see issues
    4805 and
    4852). The ArrayRecord
    dependency is lazily loaded, so the
    TensorFlow-less path is
    not possible at the moment on macOS. A fix for this will follow soon.

Security

Loading
Previous 1 3 4
Previous

AltStyle によって変換されたページ (->オリジナル) /