Skip to content

Bump tensorflow-datasets from 3.1.0 to 4.8.1 in /tensorflow_cuj/neural_machine_translation#962

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/tensorflow_cuj/neural_machine_translation/tensorflow-datasets-4.8.1
Closed

Bump tensorflow-datasets from 3.1.0 to 4.8.1 in /tensorflow_cuj/neural_machine_translation#962
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/pip/tensorflow_cuj/neural_machine_translation/tensorflow-datasets-4.8.1

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Jan 3, 2023

Bumps tensorflow-datasets from 3.1.0 to 4.8.1.

Release notes

Sourced from tensorflow-datasets's releases.

v4.8.1

Changed

  • Added file valid_tags.txt to not break builds.
  • TFDS no longer relies on TensorFlow DTypes. We chose NumPy DTypes to keep the typing expressiveness, while dropping the heavy dependency on TensorFlow. We migrated all our internal datasets. Please, migrate accordingly:
    • tf.bool: np.bool_
    • tf.string: np.str_
    • tf.int64, tf.int32, etc: np.int64, np.int32, etc
    • tf.float64, tf.float32, etc: np.float64, np.float32, etc

v4.8.0

Added

  • [API] DatasetBuilder's description and citations can be specified in dedicated README.md and CITATIONS.bib files, within the dataset package (see https://www.tensorflow.org/datasets/add_dataset).
  • Tags can be associated to Datasets, in the TAGS.txt file. For now, they are only used in the generated documentation.
  • [API][Experimental] New ViewBuilder to define datasets as transformations of existing datasets. Also adds tfds.transform with functionality to apply transformations.
  • Loggers are also called on tfds.as_numpy(...), base Logger class has a new corresponding method.
  • tfds.core.DatasetBuilder can have a default limit for the number of simultaneous downloads. tfds.download.DownloadConfig can override it.
  • tfds.features.Audio supports storing raw audio data for lazy decoding.
  • The number of shards can be overridden when preparing a dataset: builder.download_and_prepare(download_config=tfds.download.DownloadConfig(num_shards=42)). Alternatively, you can configure the min and max shard size if you want TFDS to compute the number of shards for you, but want to have control over the shard sizes.

Changed

Deprecated

Removed

Fixed

Security

v4.7.0

Added

  • [API] Added TfDataBuilder that is handy for storing experimental ad hoc TFDS datasets in notebook-like environments such that they can be versioned, described, and easily shared with teammates.
  • [API] Added options to create format-specific dataset builders. The new API now includes a number of NLP-specific builders, such as:

... (truncated)

Changelog

Sourced from tensorflow-datasets's changelog.

[4.8.1] - 2023-01-02

Changed

  • Added file valid_tags.txt to not break builds.
  • TFDS no longer relies on TensorFlow DTypes. We chose NumPy DTypes to keep the typing expressiveness, while dropping the heavy dependency on TensorFlow. We migrated all our internal datasets. Please, migrate accordingly:
    • tf.bool: np.bool_
    • tf.string: np.str_
    • tf.int64, tf.int32, etc: np.int64, np.int32, etc
    • tf.float64, tf.float32, etc: np.float64, np.float32, etc

[4.8.0] - 2022-12-21

Added

  • [API] DatasetBuilder's description and citations can be specified in dedicated README.md and CITATIONS.bib files, within the dataset package (see https://www.tensorflow.org/datasets/add_dataset).
  • Tags can be associated to Datasets, in the TAGS.txt file. For now, they are only used in the generated documentation.
  • [API][Experimental] New ViewBuilder to define datasets as transformations of existing datasets. Also adds tfds.transform with functionality to apply transformations.
  • Loggers are also called on tfds.as_numpy(...), base Logger class has a new corresponding method.
  • tfds.core.DatasetBuilder can have a default limit for the number of simultaneous downloads. tfds.download.DownloadConfig can override it.
  • tfds.features.Audio supports storing raw audio data for lazy decoding.
  • The number of shards can be overridden when preparing a dataset: builder.download_and_prepare(download_config=tfds.download.DownloadConfig(num_shards=42)). Alternatively, you can configure the min and max shard size if you want TFDS to compute the number of shards for you, but want to have control over the shard sizes.

Changed

Deprecated

Removed

Fixed

Security

[4.7.0] - 2022-10-04

Added

... (truncated)

Commits
  • ce201c6 Release 4.8.1 that fixes the missing valid_tags.txt
  • c80bbd5 Automated documentation update.
  • ef17047 Add core/valid_tags.txt to the package data
  • a798685 Use tf.io.gfile.GFile instead of epath because of discrepancies in behaviour
  • 1bb1394 Memoize cast_to_numpy to speed up generation
  • 46ead85 Internal change
  • f128505 Move smallnorb to 'datasets/' directory, using ConfigBasedBuilder.
  • 2e974a4 Move siscore to 'datasets/' directory, using ConfigBasedBuilder.
  • d846a4c Automated documentation update.
  • 0051537 Move simpte to 'datasets/' directory, using ConfigBasedBuilder.
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [tensorflow-datasets](https://github.com/tensorflow/datasets) from 3.1.0 to 4.8.1.
- [Release notes](https://github.com/tensorflow/datasets/releases)
- [Changelog](https://github.com/tensorflow/datasets/blob/master/CHANGELOG.md)
- [Commits](tensorflow/datasets@v3.1.0...v4.8.1)

---
updated-dependencies:
- dependency-name: tensorflow-datasets
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jan 3, 2023
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Jan 18, 2023

Superseded by #976.

@dependabot dependabot Bot closed this Jan 18, 2023
@dependabot dependabot Bot deleted the dependabot/pip/tensorflow_cuj/neural_machine_translation/tensorflow-datasets-4.8.1 branch January 18, 2023 11:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants