Skip to content

Commit

Permalink
Deploy tensorflow_datasets==4.9.7.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 691387142
  • Loading branch information
marcenacp authored and The TensorFlow Datasets Authors committed Oct 30, 2024
1 parent c6df908 commit 1940fa6
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,26 @@ and this project adheres to

### Security

## [4.9.7] - 2024-10-30

### Added

- New datasets.

### Changed

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

### Deprecated

### Removed

### Fixed

- Versions for existing datasets.

### Security

## [4.9.6] - 2024-06-04

### Added
Expand Down
2 changes: 1 addition & 1 deletion tensorflow_datasets/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
# We follow Semantic Versioning (https://semver.org/spec/v2.0.0.html)
_MAJOR_VERSION = '4'
_MINOR_VERSION = '9'
_PATCH_VERSION = '6'
_PATCH_VERSION = '7'

__version__ = (
'.'.join([
Expand Down
2 changes: 1 addition & 1 deletion tensorflow_datasets/version_stable.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# We follow Semantic Versioning (https://semver.org/spec/v2.0.0.html)
_MAJOR_VERSION = '4'
_MINOR_VERSION = '9'
_PATCH_VERSION = '6'
_PATCH_VERSION = '7'

__version__ = '.'.join([
_MAJOR_VERSION,
Expand Down

0 comments on commit 1940fa6

Please sign in to comment.