colearn
colearn copied to clipboard
Update tensorflow-datasets requirement from <4.5,>=4.2 to >=4.2,<4.9
Updates the requirements on tensorflow-datasets to permit the latest version.
Release notes
Sourced from tensorflow-datasets's releases.
v4.8.0
Added
- [API]
DatasetBuilder's description and citations can be specified in dedicatedREADME.mdandCITATIONS.bibfiles, within the dataset package (see https://www.tensorflow.org/datasets/add_dataset).- Tags can be associated to Datasets, in the
TAGS.txtfile. For now, they are only used in the generated documentation.- [API][Experimental] New
ViewBuilderto define datasets as transformations of existing datasets. Also addstfds.transformwith functionality to apply transformations.- Loggers are also called on
tfds.as_numpy(...), baseLoggerclass has a new corresponding method.tfds.core.DatasetBuildercan have a default limit for the number of simultaneous downloads.tfds.download.DownloadConfigcan override it.tfds.features.Audiosupports 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
Changelog
Sourced from tensorflow-datasets's changelog.
[4.8.0] - 2022-12-21
Added
- [API]
DatasetBuilder's description and citations can be specified in dedicatedREADME.mdandCITATIONS.bibfiles, within the dataset package (see https://www.tensorflow.org/datasets/add_dataset).- Tags can be associated to Datasets, in the
TAGS.txtfile. For now, they are only used in the generated documentation.- [API][Experimental] New
ViewBuilderto define datasets as transformations of existing datasets. Also addstfds.transformwith functionality to apply transformations.- Loggers are also called on
tfds.as_numpy(...), baseLoggerclass has a new corresponding method.tfds.core.DatasetBuildercan have a default limit for the number of simultaneous downloads.tfds.download.DownloadConfigcan override it.tfds.features.Audiosupports 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
- [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:
- [API] Added
tfds.beam.inc_counterto reducebeam.metrics.Metrics.counterboilerplate- [API] Added options to group together existing TFDS datasets into dataset collections
... (truncated)
Commits
76e2dd9TFDS 4.8.0 RELEASEe61e341Automated metadata update.d36d848Automated documentation update.97f65feUpdate version of RedditTifu so that long_split is rebuilt. The _LONG_SPLIT f...02ec50bSilence some pytype errors.82fe08aAdd more transformation utility functions for renaming and removing features7b4f1d5Move robomimic_ph to 'datasets/' directory, using ConfigBasedBuilder.92a4ce2Fix Github release actions586f9edMove resisc45 to 'datasets/' directory, using ConfigBasedBuilder.9e35016Move ref_coco to 'datasets/' directory, using ConfigBasedBuilder.- Additional commits viewable in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)