Skip to content

Commit 7ff2225

Browse files
marcenacpThe TensorFlow Datasets Authors
authored and
The TensorFlow Datasets Authors
committed
Publish TFDS 4.9.1.
PiperOrigin-RevId: 523381078
1 parent f12330a commit 7ff2225

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-2
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,27 @@ and this project adheres to
2020

2121
### Security
2222

23+
## [4.9.1] - 2023-04-11
24+
25+
### Added
26+
27+
### Changed
28+
29+
### Deprecated
30+
31+
### Removed
32+
33+
### Fixed
34+
35+
- The installation on macOS now works (see issues
36+
[4805](https://github.com/tensorflow/datasets/issues/4805) and
37+
[4852](https://github.com/tensorflow/datasets/issues/4852)). The ArrayRecord
38+
dependency is lazily loaded, so the
39+
[TensorFlow-less path](https://www.tensorflow.org/datasets/tfless_tfds) is
40+
not possible at the moment on macOS. A fix for this will follow soon.
41+
42+
### Security
43+
2344
## [4.9.0] - 2023-04-04
2445

2546
### Added

tensorflow_datasets/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
# We follow Semantic Versioning (https://semver.org/spec/v2.0.0.html)
2626
_MAJOR_VERSION = '4'
2727
_MINOR_VERSION = '9'
28-
_PATCH_VERSION = '0'
28+
_PATCH_VERSION = '1'
2929

3030
__version__ = (
3131
'.'.join([

tensorflow_datasets/version_stable.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# We follow Semantic Versioning (https://semver.org/spec/v2.0.0.html)
2222
_MAJOR_VERSION = '4'
2323
_MINOR_VERSION = '9'
24-
_PATCH_VERSION = '0'
24+
_PATCH_VERSION = '1'
2525

2626
__version__ = '.'.join([
2727
_MAJOR_VERSION,

0 commit comments

Comments
 (0)