Skip to content

Commit

Permalink
Publish TFDS 4.9.1.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 523381078
  • Loading branch information
marcenacp authored and The TensorFlow Datasets Authors committed Apr 11, 2023
1 parent f12330a commit 7ff2225
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 2 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,27 @@ and this project adheres to

### Security

## [4.9.1] - 2023-04-11

### Added

### Changed

### Deprecated

### Removed

### Fixed

- The installation on macOS now works (see issues
[4805](https://github.com/tensorflow/datasets/issues/4805) and
[4852](https://github.com/tensorflow/datasets/issues/4852)). The ArrayRecord
dependency is lazily loaded, so the
[TensorFlow-less path](https://www.tensorflow.org/datasets/tfless_tfds) is
not possible at the moment on macOS. A fix for this will follow soon.

### Security

## [4.9.0] - 2023-04-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 = '0'
_PATCH_VERSION = '1'

__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 = '0'
_PATCH_VERSION = '1'

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

0 comments on commit 7ff2225

Please sign in to comment.